@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #990033 url(../imagenes/fondo.gif) repeat;
}

body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 { font-size: 20px; } 
h2 { font-size: 16px; } 
h3 { font-size: 14px; } 
h4 { font-size: 12px; } 
h5 { font-size: 10px; } 
h6 { font-size: 9px; } 

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#principal {
	position: absolute;
	width: 750px;
	left: 50%;
	top: 0;
	margin-left: -375px;
	background-color: #FFFFFF;
	/*height: 400px;*/
}

#cabecera, #encabezado, #enc_U, #enc_B, #menu  {
	position: relative;
}

#enc_bloque1, #enc_bloque2, #enc_bloque3, #enc_UL, #enc_UR, #enc_BL, #enc_BR {
	float: left;
}

#enc_bloque1, #enc_bloque3 {
	width: 98px;
	height: 200px;
	background-color: transparent;
/*	background: transparent url(../imagenes/fondo_cabecera.png) top no-repeat;*/
}

#encabezado {
	width: 750px;
	height: 200px;
	display: block;
	background: #990033 url(../imagenes/fondo_cabecera.png) top left repeat-x;
}

#enc_bloque2 {
	width: 553px;
	height: 200px;
	background-color: #FFFFFF;
}

#enc_UL {
	width: 191px;
	height: 63px;
	background: transparent url(../imagenes/enc_UL.jpg) bottom left no-repeat;
}

#enc_UR {
	width: 362px;
	height: 63px;
	background: transparent url(../imagenes/enc_UR.jpg) bottom right no-repeat;
}

#enc_BL {
	width: 191px;
	height: 137px;
	background: transparent url(../imagenes/enc_BL.jpg) top left no-repeat;
}

#enc_BR {
	width: 362px;
	height: 137px;
	background: #990033 url(../imagenes/enc_BR.jpg) top left no-repeat;
}

#menu {
	width: 560px;
	height: 57px;
	left: 50%;
	margin-left: -277px;
	background-color: #FFFFFF;
}

.menuitem {
	display: block;
	float: left;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.menuitem:hover {
	color: #FFFF00;
}

#pie {
	width: 750px;
	position: absolute;
	bottom: -35px;
	left:0px;
	background: #FFFFFF url(../imagenes/footer_hr.gif) center top no-repeat;
	display: block;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#pie_direccion {
	font-size: 9px !important;
	padding-top: 3px;
}

#pie_direccion a {
	font-size: 9px;
	padding-top: 3px;
	color: #000000;
	text-decoration: none;
}

#pie_direccion a:hover {
	text-decoration: underline;
}

#pie_enlaces {
	font-size: 9px;
	color: #990033;
	padding-top: 3px;
}

.enlace_pie {
	font-size: 9px;
	color: #990033;
	text-decoration: none;
}

.enlace_pie:hover {
	text-decoration: underline;
}

.hidden {
	position: absolute;
	left: -10000;
	top: -10000;
}