@charset "utf-8";
/* CSS Document */
#banner{
	height:200px;
	width:634px;
	background:url(../images/banner_bg2.png);
	padding:5px;
}
.altura{
	height:770px;
	#height:750px;
}
#box-info{
	width:644px;
	padding-bottom:20px;
	float:left;
}
#box-info #box-izq{
	float:left; 
	width:377px;
	margin-left:23px;
}
#box-info #box-der{
	float:right; 
	width:175px; 
	margin-right:23px;
}	
#box-info #box-izq p{
	color:#E6EFFF;
	font-size:12px;
	line-height:19px;
	margin:0;
	padding:5px 0;
}
#box-info #box-izq a{
	color:#97B8EA;
}
#box-info #box-izq a:hover{
	text-decoration:none;
}
#fin-box-info{
	width:644px;
	height:12px;
	background:url(../images/banner_pie.png);
	clear:both;
}
#txt-home{
	font-size:14px;
	color:#666666;
	margin-top:25px;
	line-height:20px;
	width:560px;
}
	.titulo{
	font-size:27px;
	color:#E6EFFF;
	margin-left:23px;
	padding:20px 0 15px 0;
	}
	.titulo2{
	font-size:20px;
	color:#96ADD8;
	padding:0;
	}
	.subtitulo{
	font-size:16px;
	color:#B4CCF9;
	margin-bottom:20px;
	}
	
/*estilo para el formulario*/
#formulario{
	width:365px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:20px 0 0 0;
	padding:0;
}
#formulario p{
	margin:0;
	padding:0;
}
#formulario label{
	clear:both;
	font-weight:bold;
}
#formulario .cajatexto{
	/*background:#8F9B02;*/
	border:none;
	font: 12px Arial, Helvetica, sans-serif;
	padding:6px 0px 7px 10px;
	color:#999999;
	margin-bottom:10px;
	margin-top:3px;
}
.size-caja1{
	width:365px;
	background:url(../contactar/images/input_text1.png) no-repeat;
}
.label-caja2{
	width:175px;
}
.size-caja2{
	width:175px;
	background:url(../contactar/images/input_text2.png) no-repeat;
}
.size-caja3{
	width:365px;
	height:80px;
	background:url(../contactar/images/input_text3.png) no-repeat;
	overflow:hidden;
}
.size-caja4{
	width:365px;
	background:url(../contactar/images/input_text4.png) no-repeat;
}
#formulario input[type=checkbox]{
	margin-right:3px;
}
#formulario select{
	width:190px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
	height:22px;
	margin-top:3px;
	border:1px solid #DFDFDF;
	background:#ffffff;
}
#enviar{
	width: 93px;
	height: 32px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	padding: 32px 0 0 0;
	margin: 0;
	border: 0;
	background: transparent url(../contactar/images/bot_enviar.png) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* para IE 5.x */
}
.whitecolor{
	color:#8DA5D6;
}
/*fin formulario*/

