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

*{
	padding:0;
	margin:0;}

body{
	
	font-family: Helvetica, "Arial", sans-serif;
	
	
	background:#FFF;

	
}


#container{
	background:#FFFFFF;
	box-shadow: 0px 0px 6px #000;
	margin:0 auto;
	width:100%;
	min-width:1024px;
	max-width:1024px;
	height:838px;}
	
header{
	height:112px;
	background:url(../images/html/b_header.png);
	width:100%;}
	
	
.info-header{
	text-align:left;
	font-family:"Verdana", sans-serif;
	color:#666;
	font-size:12px;
	padding:20px 20px 0 300px;
	
	
}

	
.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;
		
}
	
#redes-sociales{
	text-align:right;
	margin:-50px 0px ;
	}
	
#redes-sociales a{
	margin:0px 20px 0 0;
	}
	
	
	
#content{
	width:100%;
	height:664px;}
	
	
	
#primera{
	margin-top:0px;
	width:1024px;
	height:664px;
	background:url(../images/html/b_content.png);
}

#segundo{
	background:url(../images/html/b_formulario.png) no-repeat;
	width:289px;
	height:590px;
	padding:15px;
	margin:-650px 0px 30px 710px;

}


.botones{
	position:relative;
	padding:450px 0px 0 220px;
	display:block;}

	
		/*CONTACTO*/	

#contact_form{
	display:block;
	padding:15px;
	margin:80px 0px 0 15px;
	width:210px; 
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:0px 0px 15px 15px;
	position:relative;
		
}
#contact_form p{
	font-size:11px;
	color:#000000;
	font-family:Verdana;
	text-align:center;
	margin-top:5px;	
}


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



input#check_informacion{
	color:#273543;
	width:20px;

}

input#check_celular{
	color:#273543;
	width:20px;
	margin:0 0px 0 0px;
	font-size:9px;

}


input#check_telefono{
	color:#273543;
	margin:0 0px 0 50px;
	width:20px;


}

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


#asunto_label{  width:200px;
    height:30px;
    background:#FFFFFF;
    border:2px solid #CCC;
    padding:7px;
    margin-top:5px;
    font-size:10px;
    color:#333;}

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

textarea {
    height:60px;
}


#submit {
	color:#FFFFFF;
	background:#BE1F20;
    width:85px;
    height:45px;
    border:none;
    margin:10px 0 0 60px;
    cursor:pointer;
}



/*FIN-CONTACTO*/
	
	


#clear{
	clear:both;}
	
	
	
footer{
	width:100%;
	height:63px;
	background-image:url(../images/html/b_footer.png);
}
	
.legales{
	float:left;
	padding-left:150px;
	text-align:left;
	color:#777;
	font-size:9px;
	width:750px;
	margin-left:15px;
	margin-top:20px;
}
.legales a{
	font-weight:bold;
	color:#B72218;
	text-decoration:none;
}



