/* CSS Document */
body {
	background-image: url(imagenes/fondo%20gris.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#BANERSUP {
	position: relative;
	width:984px;
	height:75px;
	z-index:1;
	background-color: #ffFFFF;
	top: 0;
	left: 0;
}
#MENU {
	position: relative;
	width:984px;
	height:25px;
	z-index:2;
	top: 0px;
	background-color: #ffffff;
	left: 0;
}
#PIEPAG {
	position: relative;
	width:984px;
	height:25px;
	z-index:3;
	left: 1px;
	background-color: #CCCCCC;
	top: 0px;
}
#CONTENIDO {
	position: relative;
	width:584px;
	z-index:4;
	top: 0;
	left: 0;
	background-color: #FFffFF;
}
#ANIMACION {
	position: relative;
	width:328px;
	height:460px;
	z-index:5;
	left: 0;
	top: 0;
	background-color: #ffffFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.celda_menu_p { background-color:#CCCCCC; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#000066}
.celda_pie_p { background-color:#CCCCCC; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#000066}
.titulo_principal {text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #FF0000}
.subtitulo_principal {text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000066; font-style: normal}

.titulo_contenido {text-align: left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #009900; font-style: normal; text-decoration:underline}
.texto_contenido {text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-style: normal;}
.texto_peque {text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-style: normal;}
.texto_contenido_just {text-align:justify; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-style: normal;}
.texto_contenido_lista {text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-style: normal;}
