body {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #1E7A2E !important;
    background-image: url(../img/fondo_pricipal.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
#top {
    width: 100%;
    height: 162px;
    text-align: center;
    clear: right;
    background-image: url(../img/top_1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.top_box1 {
    width: 100%;
    position: relative;
    background-color: #086D31;
    height: 30px;
    padding: 10px 0px;
    line-height: 30px;
    background-image: url(../img/top_bar.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #FF0;
}

#content_interno {
    float: left;
    width: 100%;
    clear: left;
    position: relative;
    margin-top: 50px;
}
.central {
    max-width: 1100px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.top_box1_1 {
    float: left;
    width: 35%;
    font-size: 12px;
    text-align: right;
}
.top_box1_2 {
    display: block;
    height: 120px;
    width: 270px;
    margin-left: -135px;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 99;
}
.top_box1_3 {
    float: right;
    width: 35%;
    font-size: 12px;
    text-align: left;
}
.logo {
    float: left;
    width: 100%;
    height: 120px;
    background-image: url(../img/logo_pritty.png);
    background-repeat: no-repeat;
    background-position: center top;
}
span.right{float: right; text-align: right; }
span.right a{ color: #FF0 }
.login{
	width: 40%; display: flex;margin: 0 auto;

}
.login p{text-align: center; color: #fff}
form{
	margin: 80px auto
}
input{
	padding: .4em;
	margin-bottom: 0.5em;
	display: block;
    margin: 0px auto 5px auto;
}
form article{
	width: 300px;
	margin: 0 auto;
	padding: 0.5em;
	background-color: #72A62A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.title {
    float: left;
    width: 100%;
    padding: 25px 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.data_5 {
    float: left;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 400px;
    background-color: #FFF;
    -webkit-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    line-height: 20px;
	margin-top: 30px;
}

.data_5_1 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    height: 220px;
    margin-top: 0px;
    -webkit-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    background-size: cover;
}

.data_5_2 {
    float: left;
    width: 90%;
    padding: 5%;
}
li{
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

li a{
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
}

li a img {
    width: 25px;
    vertical-align: bottom;
    padding-right: 10px;
}
