/************Estilos de las cajas*********************/
.caja1{
	border: 1px double #d4d4d4;
	padding: 1px;
	background-image: url(../img/caja_fondo.jpg);
	background-repeat:  repeat-x;
	background-color: white;
	background-position: bottom;
	float: left;
	display: block;


}

/***** Caja2:  Caja sin degradados, solo borde *****/
.caja2{
	border: 1px double #d4d4d4;
	padding: 1px;
	background-color: white;
	font-family: Tahoma;
	font-size: 12px;
	width: 818px;
	float: left;
	display: inline;
}


.caja3{
	border: 1px double #d4d4d4;
	padding: 1px;
	background-image:  url(../img/menu_top10_fondo.jpg);
	background-repeat:  repeat-x;
	background-color: #f5f5f5;
	background-position: bottom;
	float: left;
	display: block;

}

.caja_top_azul{
	background: url(../img/titulos/degradado.jpg) repeat-x;
	line-height: 24px;
	float: left;
	display:  block;
	width: 100%;
	position: relative;
}
.caja_top_gris{
	background: #666 url(../img/caja_top_gris_fondo.jpg) repeat-x;
	line-height:24px;
	float: left;
	display: block;
	width: 100%;
	position: relative;
}

 a.mas{
 	float: right;
	display: inline;
	text-decoration: none;
	color: white;
	line-height:24px;
	position: absolute;
	right: 5px;
	top: 0px;
}
 a.mas2{
 	float: right;
	display: inline;
	text-decoration: none;
	line-height:24px;
}

 a.mas3{
 	clear: both;
 	float: right;
	display: inline;
	text-decoration: none;
	line-height:40px;
	font-size: 12px;
	color: #666;
	padding: 0 20px 0px 22px;
	background: url(../img/go.png) no-repeat 0 13px;
}
a.mas3:hover{
	text-decoration: underline;
}


div.caja_sombra1{
	background: url(../img/caja_sombra.jpg) repeat-x;
	width: 815px;
	height: 8px;
	margin-left: 2px;
	clear: both;
}
div.caja_sombra2{
	background-image: url(../img/caja_sombra.jpg);
	background-repeat: 
	width: 620px;
	height: 8px;
	margin-left: 2px;
	clear: both;
}
div.caja_sombra3{
	background-image: url(../img/caja_sombra.jpg);
	background-repeat: repeat-x;
	width: 165px;
	height: 8px;
	margin-left: 2px;
	clear: both;
}

.titulo{
	font-family: "Trebuchet MS";
	font-size: 15px;
	padding-left: 6px;
	color: white;
	font-weight: normal;
	text-align: left;
	float: left;
	display: block;

}
.titulo_peq{
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding-left: 6px;
	color: white;
	font-weight: normal;
	text-align: left;	

}
.titulo_peq strong{
	color: #bebab8;
}
.titulo_seccion{
	font-family: "Trebuchet MS";
	font-size: 15px;
	padding-left: 20px;
	color: #7bd9f7;
	font-weight: normal;
	text-align: left;	
	background-image: url(../img/flecha_titulo.gif);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}

.titulo_seccion a
{
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #7bd9f7;
	font-weight: normal;
	text-align: left;
}