body{
	background-color: #5bafff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	text-indent: 5px;
}

table.principal{
	width: 960px;
}

table.menu{
	width: 900px;
}
table.subMenu{
	width: 150px;
	padding: 0px;
	border: 0px;
}
table.contacto{
	width: 650px;
	border: 0px;
}
table.admin{

}
td.admin1{
	padding: 0px;
	font-weight: bold;
	border: 1px solid #1e90ff;
	padding: 2px 2px 2px 2px;
}
td.admin2{
	padding: 0px;
	background-color: #F0FFF0;
	border: 0.5px solid #1e90ff;
	padding: 1px 1px 1px 1px;
	font-weight: bold;
	font-size: 12px;
}
td.admin3{
	padding: 0px;
	background-color: White;
	border: 0.5px solid #1e90ff;
	text-align: left;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
}
td.contactoIzquierda{
	width: 180px;
	background-color: #F5FFFA;
	text-align: right;
}
td.contactoDerecha{
	background-color: #F5FFFA;
	text-align: center;
}
td.subMenu{
	font-weight: bold;
	border: 1px solid #DCDCDC;
}
td.menu{
	border: 1px solid Black;
	width: 130px;
	font-weight: bold;
	
}
td{
	text-align: center;
	background-color: White;
	padding: 6px;
	vertical-align: top;
}
td.borde{
	text-align: center;
	background-color: White;
	padding: 6px;
	vertical-align: top;
	border: 1px solid #1e90ff;
}
td.mail{
	text-align: center;
	padding: 6px;
	vertical-align: top;
	border: 3px double #00008b;
	width: 610px;
}
td.importante{
	border: 1px solid red;
	background-color: #FFFFE0;
	color: Red;
	text-align: left;
	width: 200px;
	padding-bottom: 13px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
}
td.panel{
	border: 1px solid #00008b;
	background-color: #F0FFF0;
	text-align: left;
	width: 200px;
	padding-bottom: 13px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
}
td.principal{
	width: 700px;
	text-align: left;
}
td.izquierda{
	text-align: left;
}

a:link{
	color: #00008b;
}
a:hover{
	color: #00008b;
	text-decoration: none;
}
a:visited{
	color: #1e90ff;
}
a.menu:link{
	color: #00008b;
	text-decoration: none;
}
a.menu:hover{
	color: #00008b;
}
a.menu:visited{
	color: #00008b;
	text-decoration: none;
}

/********************************************************/
/* CLASES PROPIAS - NO SON OBJETOS HTML                 */
/********************************************************/
/* CAMBIAR A .TITULO */
.tituloPag{
	color: #00008b;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 7px;
	font-weight: bolder;
	text-align: center;

}
.tituloImportante{
	background-color: Red;
	color: Yellow;
	font-weight: bold;
	text-align: center;
}
.tituloPanel{
	background-color: #00008b;
	color: White;
	font-weight: bold;
	text-align: center;
}
.navegacion{
	color: #00008b;
	font-weight: bold;
	text-align: center;
	padding: 3px 3px 3px 3px;
	font-size: 15px;
	border: 1px solid #00008b;
}
.centrado{
	text-align: center;
}
.izquierda{
	text-align: left;
}
.derecha{
	text-align: right;
}
.justificar{
	width: 100%;
}
.nota{
	font-size:12px;
	text-align: center;
	font-style: italic;
}
.powered{
	color: White;
	text-align: right;
}

/* TITULOS Y DEMAS PARA LAS NOTICIAS */

.normal{
	background-color: #00008b;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	padding: 5px 5px;
	line-height: 27px;
}

.destacada{
	background-color: #1e90ff;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	padding: 5px 5px;
	line-height: 27px;
	color: #1e90ff;
}
.muydestacada{
	background-color: Red;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	padding: 5px 5px;
	line-height: 27px;
	color: White;
}
.luto{
	background-color: Black;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	padding: 5px 5px;
	line-height: 27px;
	color: White;
}
a.normal:link{
	color: White;
}
a.normal:visited{
	color: White;
}

a.destacada:link{
	color: White;
}
a.destacada:visited{
	color: White;
}

a.muydestacada:link{
	color: White;
}
a.muydestacada:visited{
	color: White;
}
a.luto:link{
	color: White;
}
a.luto:visited{
	color: White;
}
table.noticias{
	width: 650px;
}
td.noticias{
	height: 120px;
	background-color: #F5FFFA;
	padding-left: 120px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
/* FIN DE TITULOS Y DEMAS PARA LAS NOTICIAS */

input.nuevo{
border: 1px solid Silver;
}
input.formulario{
	
	border: 1px solid #3CB371;
}

/* MODIFICAR: SOLO PARA PRUEBA ONLINE */
.titulo{

	color: #1e90ff;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	padding: 5px 5px;
	line-height: 27px;
}
a.titulo:link{
	color: White;
}
a.titulo:visited{
	color: White;
}
/* FIN SACAR */

/* FORO */

table.foro_principal{
	width:100%;
}



td.foro_nombrecategoria{
	font-size: 19px;
	text-align: center;
}
td.foro_descripcioncategoria{
	font-size: 12px;
	text-align: left;
}

td.foro_nombreforo{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
td.foro_descripcionforo{
	font-size: 12px;
	text-align: left;
}

td.foro_bordefino{
	border: 1px solid #3CB371;
}
td.foro_bordemedio{
	border: 2px solid #3CB371;
}
td.foro_bordegrueso{
	border: 3px solid #3CB371;
}

/* FIN FORO */