body{
	font-family:verdana;
	background-color:#FEF4F0;
	background-image: url('imagenes/fondo.gif');
	background-position:center top;
	background-repeat:no-repeat;
}
td{
	font-family:verdana;
	font-size:11px;
}

#contenedor{
	border:solid 2px #E12120;
	width:740px;
	height:455px;
	background-image: url('imagenes/fondo_inicio.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}

#cabecera{
	height:130px;	
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#e12120;
}
.caja_texto{
	background-color:#ffffff;
	border:solid 1px #f8906d;
	font-family:verdana;
	font-size:11px;
}

/* _________________ESTILO DEL MENU LATERAL ________________________*/
#menu_lateral{
	background-image: url('imagenes/gitana_menu.gif');
	background-position: left top;
}

#cuadro_menu{
	border:solid 1px #dddddd;
	border-top:0px;
}
/* _________________FIN ESTILO DEL MENU LATERAL ________________________*/


.texto_inicio{
	text-indent:15px;
	text-align:justify;
	width:90%;
}

#submenu_inicio a{
	border:solid 2px #000000;
	padding-top:5px;
	background-color:#000000;
	color:#ffffff;
	width:100%;
	height:100%;
	font-weight:bold;
	text-align:center;
}

#submenu_inicio a:hover{
	color:#000000;
	background-image: url('imagenes/enlace_inicio.jpg');
}

#submenu_inicio img{
	border-top:solid 2px #000000;
}