/* Caracteristicas comunes */
html
{
	margin: 0;
	padding: 0;
}

body 
{
	background-image: url('../img/fondo.gif');
	background-repeat: repeat;
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
}

a
{
	color: #ffffcc;
	outline: none;
}

/* Quitamos los bordes a las imagenes */
a img
{
	border: none;
}

/* Contenedor principal de la pagina */
#page-container 
{
	width: 840px;
	margin: auto;
	text-align: left;
}


/* Cabecera (solo incluye el .swf) */
#header 
{
	height: 110px;
}


/* Separador de la barra de navegacion */ 
#botonera-separador
{ 
	height: 3px;
	background-image: url('../img/bandahorizontal.jpg');
	background-repeat: repeat-x;
	font-size:2px;
}


/* Contenedor central */ 
#central 
{
	background: #FFFFFF;
	height: 390px;
	overflow:auto;
}


/* Separador del footer */ 
#footer-separador
{
	height: 9px;
	background-image: url('../img/bandafooterblanco.jpg');	
	background-repeat: repeat-x;
	font-size:8px;	
}

/* Pie de pagina */ 
#footer
{
	background-image: url('../img/bandafooterojo.jpg');
	background-repeat: repeat;
	height: 20px;
	margin:auto;
	text-align:center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #ffffcc;
	line-height: 20px;
}

/* Cajas de separacion del footer */
#footer .horizontal
{
	float:left;width:200px;height: 20px;


/* Estilos Adrian  */
}

.TextoCorrido 
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;

}

.TextoCorridoBold 
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}

.TextoCorridoRed
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #510000;
}

.TextoCorridoRedBold
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #510000;
}


.TextoCorridoEnlace:link 
{
	text-decoration: none;
	color: #880000;
}

.TextoCorridoEnlace:visited 
{
	text-decoration: none;
	color: #880000;
}

.TextoCorridoEnlace:active 
{
	text-decoration: none;
	color: #880000;
}

.TextoCorridoEnlace:hover 
{
	text-decoration: none;
	color: #880000;
}