@charset "UTF-8";
/* CSS Document */


* {
    margin: 0;
    padding: 0;

	
	}
	
body
{
	
	margin:auto auto;
	width:1024px;
	height:812px;
	background:url(../images/background.png) repeat;
	box-shadow: 0px 0px 6px #000;}

header{
	min-width:1024px;
	background-color:#CCC;
	background:url(../images/b_header.png) center no-repeat;
	height:108px;
	}
	
	
.info-header{
	text-align:right;
	font-family:"Verdana", sans-serif;
	color:#666;
	font-size:12px;
	padding:18px 20px 0 0px;
	
}

	
.info-header h{
	font-size:14px;
	color:#666;
	text-decoration:none;
}	

.info-header a{
	font-size:14px;
	font-weight:bold;
	color:#DE1307;
	text-decoration:none;
	line-height:20px;
}
	
section{
	margin-top:0px;
	width:1024px;
	height:644px;
	background:url(../images/b_body.png) no-repeat;
}
	
	
	
	

	
		/*CONTACTO*/	

#contact_form{
	padding:15px;
	margin:155px 0px 0 670px;
	width:700px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:relative;
		
}

#contact_form p{
	font-size:11px;
	color:#666;
	font-family:Verdana;
	text-align:center;
	margin-top:5px;	
}


#contact_form h1{
	text-align:center;
	color:#333;
	font-family:"Verdana", Segoe, Segoe UI, DejaVu Sans, Trebuchet MS;
	font-size:18px;
	}



input#check_informacion{
	color:#273543;
	width:20px;
	margin:10px 0 0 26px;

	

}



label{
	display:block;
	width:265px;
	text-align:left;
	color:#000;
	font-size:12px;
	padding:3px 3px; 
	font-family:Verdana;
	
}

input, textarea {
    width:230px;
    height:10px;
    background:#FFFFFF;
    border:2px solid #CCC;
    padding:7px;
    margin-top:5px;
    font-size:10px;
    color:#333;
}

textarea {
    height:40px;
}


#submit {
	color:#FFFFFF;
	background:#FF7A00;
    width:100px;
    height:55px;
    border:none;
    margin:10px 0 0 80px;
    cursor:pointer;
}



/*FIN-CONTACTO*/


#info{
	font-family:"Arial", Helvetica;
	text-align:center;
	top:8px;
	left:660px;
	position:relative;
	width:300px;}
	
h2{
	font-size:18px;}
	
p2{
	font-size:14px;}





	

footer{
	width:1024px;
	height:60px;
	background-image:url(../images/b_footer.png);
}
	
.legales{
	float:left;
	padding-left:130px;
	text-align:left;
	color:#777;
	font-size:9px;
	width:750px;
	margin-left:15px;
	margin-top:14px;
}
.legales a{
	font-weight:bold;
	color:#B72218;
	text-decoration:none;
}
