@charset "utf-8";
/* CSS Document */
@import url("reset.css");	/*reseteo esilos css*/
* 
{
	margin: 0;
	padding: 0;
}

html, body 
{
	height: 100%; /* Required */
	width:100%;
	margin:auto;
}

body
{
	font: 11px Verdana, sans-serif;
	text-align: center;
	background: url(/imagenes/fondo.jpg) repeat-x;
	background-position:top;
	background-color:#FAFBFF;
}
#contenedor-pagina
{
	margin: 0 auto;
	text-align: center;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	width: 990px;
}

#contenedor-cabecera
{
	position:relative;
	width:100%;
	height:240px;
}

#banner
{
	position:relative;
	height:120px;
	top:10px;
}
#menu
{
	position:relative;
	top:20px;
	left:10px;
	width:100%;
	text-align:center;
}
#contenedor-contenido
{
	position:relative;
	top:0px;
	left:0px;
	text-align:left;
	padding: 0 10px 20px 30px;
	margin:0px auto;
	height:100%;

}
#contenido-izquierdo 
{
	float:left;
	width: 106px;
	height:auto;
}
#contenido-derecho-menu 
{
	float:right;
	width: 106px;
	height:auto;
}
#contenido-derecho 
{
	float:right;
	width: 200px;
	height:auto;
}

#contenido-centro
{
	float:left;
	text-align:left;
}
#contenido-centro-flash
{
	float:left;
	text-align:left;
	width:980px;
	margin-left:-27px;
	height:600px;
	overflow:hidden;
}
#contenido-centro.trescolumnas
{
	float:left;
	max-width:530px;
	padding-left:30px;
	padding-right:30px;
}
#contenido-centro.doblemenu
{
	float:left;
	width:670px;
	max-width:670px;
	padding-left:30px;
	padding-right:30px;
}
#contenido-centro.doscolumnasizquierda 
{
	float:left;
	max-width:720px;
	padding-right:30px;
}
#contenido-centro.doscolumnasderecha 
{
	float:right;
	max-width:820px;
	padding-left:20px;
}

#contenedor-pie
{
	left:0;
	clear:both;
	text-align:left;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 20px;
	border-top: 1px solid #2A5F55;
	font-size:86%;
	color:#D40000;
}

#pie
{
	text-align:center;
}
#listado
{
	list-style:square;
	padding-left:25px;
}
#listado li
{
	padding-left:10px;
	font-size:1.2em;
}
.corte {clear: both;padding-top: 0.5em;}
/*Fuentes*/
.derecha{float:right;}
.izquierda{float:left;}
h1
{
	font: bold 16px Verdana, sans-serif;
}

h2 
{
	padding: 1em 0 .2em 0;
	font: normal 16px/1em Georgia, serif;
}

p 
{
	margin: 1.5em 0;
	line-height: 2em;
	font-size:14px;
	font-stretch:wider;
}

a 
{
	color: #00F;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #999;
	text-decoration: underline;
}
/*Fuentes*/
