/*Diseño del contenido de la pagina de inicio*/

div.top {
	height:25px;
	background:url(../imagenes/top_line.png) repeat-x;
	margin:20px 0 0 0;
}
	
img.esquina_sup_izq { float:left; }
img.esquina_sup_der { float:right; }

div.content {
	background:url(../imagenes/left_line.png) #002558 repeat-y;
}
	
div.boxcontrol {
	background: url(../imagenes/right_line.png) right repeat-y;
	padding: 5px 25px;
	z-index:1;
	height:195px;
}
	
div.bottom { 
	height:25px;
	background: url(../imagenes/btm_line.png) repeat-x;
	padding:0;
	margin:0;
}
	
img.esquina_inf_izq { float:left; }
img.esquina_inf_der { float:right; }

/* IE 5.5 box model hack para posicionar correctamente las imagenes de esquina */
* html img.esquina_sup_izq, * html img.esquina_inf_izq  { \margin-left:-.2em;  ma\rgin-left:0; }
* html img.esquina_inf_der, * html img.esquina_sup_der { \margin-left:.2em; } 

/*Formato del texto de la pagina index  del bloque central*/

.enlaces{
	padding:0 0 0 20px;
	margin:5px 0 0 0; 
	list-style:none;
}

.enlaces li{
	float:left;
}

.enlaces li a {
	display:block;
	float:left;
	width:350px;
	height:15px; 
	line-height:15px;
	color:#FFFFFF;
	text-decoration:none; 
	font-size:10px; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold;
	font-variant:small-caps;
	text-align: left;
	padding:0; 
	cursor:pointer;
}

.enlaces li a:hover {
	color: #aac7f2;
}

/*Formato del texto del cuerpo del index*/
#titulo_idx{
	font-size:22px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
	margin:10px 0;
	padding:0;
}

#texto_idx{
	margin:10px 0;
	padding:0;
}

#titulo_idx_prod{
	font-size:17px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
	margin:0 0 15px 0;
}

#texto_idx_prod{
	margin:0 0 10px 0;
	padding:0;
}

#img_idx_prod{
	float:right;
	margin:-10 0 0 0;
	padding:0;
}