@charset "UTF-8";
/* CSS Document */

body{
background-image:url(../images/background.jpg);
font-family:arial,helvetica,clean,sans-serif;	
}

p{
color:#666;
font-size:14px;	
}

#container_all{
width:1024px;
background-color:white;
margin:20px auto 0 auto;	
}

header{
overflow:hidden;	
}

header > a img{
float:left;
display:block;	
}

.menuee{
float:right;
list-style-type:none;
padding-left:0;
margin-top:35px;	
}

.menuee li{
float:left;
padding:10px 20px;	
}

.menuee li{
float:left;
padding:10px 40px;	
text-align:center;	
}

.menuee li:nth-child(1){
float:left;
padding:10px 20px;	
background-color:#768027;
}

.menuee li:nth-child(2){
float:left;
padding:10px 20px;	
background-color:#67924a;
}

.menuee li:nth-child(3){
float:left;
padding:10px 20px;	
background-color:#4d612e;
}

.menuee li:nth-child(4){
float:left;
padding:10px 20px;	
background-color:#d3772e;
}

.menuee li:nth-child(5){
float:left;
padding:10px 20px;	
background-color:#773d1f;
}

.menuee li a{
color:white;
text-decoration:none;
font-size:14px;
}

#login{
background-image:url(../images/bg_box.jpg);
width:297px;
height:329px;
padding:40px;
box-sizing:border-box;
display:table-cell;
background-repeat:no-repeat;
}

#login input{
width:100%;
height:30px;
margin:15px 0;	
}

#login button{
background-color:#ac3513;
color:white;
font-size:14px;
border:none;
padding:10px 40px;
margin:0px auto;
display:block;
cursor:pointer;
}

#login > a{
text-align:center;	
color:#773d1f; 
font-size:13px;
display:block;
}

#login > img{
display:block;
margin:10px 0;
}

.wrapper{
overflow:hidden;
padding-bottom:20px;
display:table;	
}

.wrapper p{
padding:30px;	
}

.texto{
display:table-cell;
text-align:justify;	
}

footer{
background-image:url(../images/footer_background.jpg);
color:#999;
padding:20px 10px;
font-size:13px;
box-sizing:border-box;
}

footer > div{
width:350px;
margin-left:20px;	
}

footer > div > img{
display:block;	
}

footer div > a{
color:#198F15;
text-decoration:none;	
}

footer > span{
text-align:center;	
margin-left:230px;
}

footer > hr{
border-color:#999;	
}

.box_1, .box_2{
	width:349px;
	height:250px;
	float:left;
	margin-bottom:10px;
}

.box_1{
	background-image:url(../images/box_1.png);
}

.box_2{
	background-image:url(../images/box_2.png);
}

.box_1 input, .box_2 input{
	position:relative;
	top:170px;
	left:60px;
}

.box_2 + a{
	display:block;
	background-color:#ac3513;
	text-align:center;
	text-decoration:none;
	width:300px;
	padding:10px 0;
	clear:both;
	color:white;
	margin:auto;
	margin-bottom:20px;

}