@charset "utf-8";
body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	text-align:justify;
}
	
.cajacentrar {
	width:890px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
	
.caja1 {
	float:left;
	background-color:#000000;
	width: 890px;
	height:auto;
	padding:12px;
}

.caja2 {
	width:888px;
	height:auto;
	float:left;
}

.top {
	width:888px;
	height:276px;
	float:left;
}
.banners {
	float:left;
	width:888px;
	height:118px;
}
.contenido_text {
	float:left;
	width:888px;
	overflow: auto;
	height: 1%;
	background-image:url(imgs/fondotex.jpg);
	background-repeat:repeat-x;
	background-color:#f2f2f2;
}
	
.text_home_izq {
	float:left;
	width:460px;
	height:auto;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
}
.text_home_der {
	float:left;
	width:388px;
	height:336px;
	background-image:url(imgs/fondotex_der.jpg);
	background-repeat:repeat-x;
}

.text_cont_der {
	float:left;
	width:388px;
	height:auto;	
	margin-top:10px;
	margin-bottom:10px;
}

.text_contenido {
	float:left;
	width:848px;
	height: auto;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	color:#252525;
}

.text_normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
}

.btn_vermas {
	width:66px;
	height:16px;
	float:right;
}

.formulario{
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	background-color:#FFF;
	border: #7F0C32 1px solid;
	
}

.img{
	float:left;
	margin:5px;
	min-height:70px;
	text-align:center;
	vertical-align: middle;
	padding:5px;
}

.caja{
	overflow: auto;
	height: 1%;
	background-color:#FFF;
	border: 1px solid #7F0C32;
	text-align:center;
	padding-left:40px;
	margin-top:20px;
}
	

.borde{
	border: 1px solid #7F0C32;
}




