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

#contenedor{
	border:solid 2px #E12120;
	width:740px;
	height:455px;
}

#cabecera{
	background-image: url('imagenes/cabecera.jpg');
	height:130px;	
}

.separacion{
	background-color:#000000;
	height:8px;
	width:732px;
}

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;
}

.borde_negro{
	border:solid 2px #000000;
}
.borde_rojo{
	border:solid 2px #E12120;
}
.borde_fino{
	border:solid 1px #000000;
}
#texto p{
	text-indent:15px;
	text-align:justify;
	width:90%;
}

.texto{
	text-indent:15px;
	text-align:justify;
	width:90%;
}
.aclaracion{
	text-indent:15px;
	text-align:justify;
	width:90%;
	color:#DA251A;
}
#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;
}


.submenu_inicio{
	border:solid 2px #000000;
	background-color:#000000;
	color:#ffffff;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}

.submenu_inicio:hover{
	border-bottom:0px;
	color:#000000;
	width:100%;
	background-image: url('imagenes/enlace_inicio.jpg');
}

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

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


.destacado{
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
}

.seleccionado{
	color:#e12120;
}
.paginas{
	background-image: url('imagenes/pag.jpg');
	border:solid 1px #F6D0CD;
	background-position:center;
}
.img{
	background-image: url('imagenes/pag.jpg');
	border:solid 1px #F6D0CD;
	background-position:center;
}
.formu{
	background-image: url('imagenes/formu.jpg');
	border:solid 1px #F6D0CD;
	background-position:center;
}
#ampliar a{
	color:#e12120;
	
}
#ampliar a:hover{
	color:#e12120;
	text-decoration:underline;
	font-weight:bold;
}


/*fondos de cada apartado*/
.flores{
	background-image: url('imagenes/flores.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}
