body{
	background-color:#E1E1E1;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12.5px;
	text-align:center;
}


/* **************************** */
/*            TABLAS            */
/********************************/
table.contenedor {
	width:760px;
	vertical-align:top;
	background-color: #000000; 
}

table.fotos {
	width:520px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	text-decoration:none;
}

/* **************************** */
/*              TR              */
/********************************/
tr.arriba {
	vertical-align:text-top;
}


/* **************************** */
/*              TD              */
/********************************/
td.cabecera {
	background-color: #E1E1E1; 
}

td.menu {
	width:175px;
	height:420px;
	color: #AEAEAE;
	vertical-align:top;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-image:url(../imagenes/piemenu.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

td.borde_dcho {
	width:10px;
	background-repeat:repeat-y;
	background-image:url(../imagenes/degradado.gif);
}

td.principal {
	width:575px;
	color: #ffffff;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-repeat:repeat-y;
	background-image:url(../imagenes/fondo.gif);
}

td.pie {
	height:60px;
	font-size: 10px;
	text-align:right;
	background-repeat:no-repeat;
	background-color:#000000;
	background-image:url(../imagenes/pie.jpg);
}

td.fondosub{
	height:25px;
	vertical-align:top;
	text-align:right;
	background-repeat:no-repeat;
	background-image:url(../imagenes/fondosub.gif);
}

td.justificado{	
	text-align:justify;
}

td.texto{
	width:535px;
	padding-top:20px;
	text-align:justify;
}

td.contacto{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
}

/* **************************** */
/*          IMAGENES            */
/********************************/
img {
	border: none;
}


/* **************************** */
/*            TEXTO             */
/********************************/
p.titulo{
	color: #D4940C;
	font-weight:bold;
	font-family: Arial;
	font-size: 15.5px;
}


/* **************************** */
/*          ENLACES             */
/********************************/
a.menu{
	color: #AEAEAE;
	font-weight:bold;
	text-decoration:none;
}

a.menu:hover {
	color: #ffffff;
}

a.submenu{
	color: #AEAEAE;
	text-decoration:none;
}

a.submenu:hover {
	color: #ffffff;
}

a.seccion{
	color: #ffffff;
	font-size: 10.5px;
	text-decoration:none;
}

a.seccion:hover {
	font-weight:bold;
}

a.pie{
	color: #AEAEAE;
	font-size: 9px;
	text-decoration:none;
}

a.pie:hover {
	color: #ffffff;
}


/* **************************** */
/*          VARIOS              */
/********************************/
span.titseccion{
	font-family: Arial;
	font-size: 10.5px;
	color: #D4940C;
	font-weight:bold;
}

span.textseccion{
	font-family: Arial;
	font-size: 10.5px;
	color: #AEAEAE;
}

span.textseccion2{
	font-family: Arial;
	font-size: 10.5px;
	color: #FFFFFF;
}

#lista{
	list-style-image:url(../imagenes/ico.gif);
}

#sublista{
	list-style-image:url(../imagenes/ico2.gif);
}

input{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
}
.boton {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}

