#rec_arr{
	height:20px;
	background: url(../imagenes/cenArr.gif) repeat-x;
	margin:20px 0 0 0;
	padding:0;
}
	
img.esquina_sup_izq { float:left; }
img.esquina_sup_der { float:right; }

#contenedor_sol{
	background:url(../imagenes/latIzq.gif) #B9C5D3 repeat-y;
}
	
#contenido_sol {
	color:#002558;
	background: url(../imagenes/latder.gif) right repeat-y;
	padding: 0 20px;
	margin:0;
	z-index:1;
}
	
#rec_abj{ 
	height:20px;
	background:url(../imagenes/cenAbj.gif) repeat-x;
	padding:0;
	margin:0;
}

.img_izq { float:left; }
.img_der { float:right; }



/*****************************************************************************************************************************************************************************/
#btn_sol{
	float:left;
	margin:10px;
	height:130px;
	color:#002558;
}

#btn_sol a{
	width:150px;
	height:110px;
	background:url(../imagenes/Boton1.png) no-repeat;
	display:block;
	float:left;
	text-decoration:none;
	margin:0 9px;
	padding:0;
}

#btn_sol a b{
	width:100px;
	height:40px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	font-variant:small-caps;
	font-weight:bold;
	margin:10px 0 0 15px;
}

#btn_sol a:hover{
	width:150px;
	height:110px;
	background:url(../imagenes/Boton2.png) no-repeat;
	display:block;
	color:#4D263E;
}

