/*
	Hoja de estilos principal
	Última modificación: 27/4/2002
*/

A {
	color: blue;
	text-decoration: none;
}

A.azul {
	color: #00496C;
}

A:hover {
	text-decoration: underline;
}

.amarillo {
	background-color: #FFC875;
}

.azul-1 {
	color: white;
	background-color: #336699;
}

.azul-2 {
	color: white;
	background-color: #00496C;
}

.blanco {
	color: white;
}

BODY {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	/* Mantener correspondencia con TABLE */
	color: black;
	text-decoration: none;
	text-transform: none;
	background-color : White;
	background-image : url(../imagenes/fondo.jpg);
}

.derecha {
	text-align: right;
}

H1 {
	font-size: 18px;
	padding-left: 0.25em;
}

H2 {
	font-size: 15px;
	font-weight: bold;
}

IMG {
	vertical-align: middle;
	border: 0;
}

IMG.fotoder {
	float: right;
	padding-left: 6px;
	padding-bottom: 6px;
}

IMG.fotoizq {
	float: left;
	padding-right: 6px;
	padding-bottom: 6px;
}

LI {
	padding-top : 3px;
}


.nota {
	font-size: smaller;
	font-style: italic;
}

TABLE {
	font-size: 12px;
}

TH {
	background-color: #336699;
}

TR {
	vertical-align: top;
}