/*
Colores corporativos: CMYK | RGB Dec | RGB Hex
Azul: 61 41 0 39 | 0 51 153 | #003399
Verde: 20 0 61 39 | 102 153 0 |#669900
*/

BODY {
	margin: 0 0 0 0;
	color: #000000;
	font-size: 10pt;
	font-weight: normal; 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

TABLE {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	font-weight: normal; 
}

TD.cabecera {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image:url(imagenes/cabecera.jpg);
	height: 160px;
	vertical-align:top;
}

DIV.contenidos {
	/*width:740px;
	height:180px;
	overflow: auto;*/
	padding: 0 0 0 10;
}

TD.pie 
{
	font-size: 8pt;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image:url(imagenes/pie.jpg);
	height: 160px;
	vertical-align:bottom;
}

TD.menuSocios 
{
	font-size: 8pt;
}

A:link {
	color: #003399;
	text-decoration:underline;
}
A:active {
	color: #003399;
	text-decoration:underline;
}
A:visited {
	color: #003399;
	text-decoration:underline;
}
A:hover {
	color: #669900;
	text-decoration:underline;
}

UL
{
	list-style-image: url(imagenes/logoListas.gif);
	margin-left: 15px;
}

.titulo 
{
	font-family: Arial Narrow;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16pt;
	color:#003399;
}

.azul {
	color: #003399;
}

.verde {
	color: #669900;
}

.alerta 
{
	color: Red;
	font-weight: bold;	
}

.formulario
{
	background-color:LightGrey;
	border-color:#003399;
	border-width:1px;
	border-style:Solid;
	color: #669900;
}

.calendario
{
	border: solid 1px #006699;	
}
