﻿/* CLASES 
---------------------*/

/* Tabla que contiene todas las páginas, con el Fondo Gris */
.FondoTablaContenedora
{
	background-color:#C0C0C0;
	width:100%;
	height:706px;
	text-align:center;
	margin:0 auto;
	margin-top:5px;
}

/* Tabla que aloja las filas de Créditos (Copyright) y menus */
.CeldaContenedoraInferior
{
	vertical-align:bottom; 
	height:81px;
}
	
.TablaInferior
{
	border:0px;
	width:100%;
	vertical-align:bottom;
	height:81px;
}
.trTablaInferior1
{
	background-image:url(./images/comun/fondo_azul.gif);
	height:30px;
}
.trTablaInferior2
{
	background-image:url(./images/comun/fondo_azul_oscuro.gif);
	height:51px;
	background-repeat:repeat-x;
	text-align:left;
	vertical-align:top;
	padding-left: 15px;
	color:#809EAA;
}

/*Marco Izquierda */
.TablaLogo
{
	background-color:#001326;
	width:100%;
	border:0px;
}
.CeldaLogo
{
	height:156px;
	width:100%;
	border:0px;
	background-image:url(./images/comun/logo_sup_izq.gif);
}
.CeldaFechaLogo
{
	height:21px;
	width:100%;
	border:0px;
}
/*-------------------------------*/
.CursorHand
{
	cursor:pointer;
}
/*-------------------------------*/
.TablaEnlacesMenu
{
	background-color:White;
	width:100%;
	height:529px;
	border:0px;
}
.CeldaPadreLogin
{
	height:113px;
	background-image:url(./images/comun/fondo_login.gif);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:bottom;
}
/* Login */
.TablaLogin
{
	width:95%;
	border:0px;
	color:White;
	text-align:left;
	text-indent:3px;
}
.CajasTextoLogin
{
	border-style:inset;
	background-color:#9CB3BE;
	border-color:#91A5AE;
	width:90px;
	height:12px;
	font-family:Verdana;
	font-size:10px;
	color:#004662;
}
/* Fin Login */

.MarcoNoticias
{
	background-color:#004662;
	vertical-align:top;
	text-align:left;
}

/*-------------------------------*/	

/* MODIFICADORES HMTL 
---------------------*/
body
{
	margin:0px;
	font-family:Verdana;
	font-size:11px;
	color:Black;	
	background-color:#C0C0C0;
	text-align:center;
	cursor:default;
}

h2
{
	font-weight:normal;
	font-family:Helvetica;
	color:#F26522;
	font-size:17px;
	margin-bottom:2px;
}

h4
{
	font-weight:bold;
	font-family:Tahoma;
	color:#034F6E;
	font-size:11px;
	margin-bottom:0px;
}

h5
{
	font-weight:normal;
	font-family:Arial Narrow;
	color:#F7941D;
	font-size:13px;
	margin-bottom:0px;
}
/* Estilos de los links */
a:link {
	color: #004662;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004662;
}
a:hover {
	text-decoration: underline;
	color:#004662;
}
a:active {
	text-decoration: none;
	color: #004662;
}
p
{
	background-image:url(./images/comun/info_text.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:33px;
	padding-left:38px;
	margin:0px;
}




