html, body{
	height:auto !important;
	height:100%;
	min-height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	margin:0 auto;
	text-align:center;
	background-color: #002927;
	background-image: url(/img/fondo_oxido.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
/* Capa de "borrado" de flotaciones */
div.clear{
	float:none;
	clear:both;
}

#datos_identificativos{
	width: 100%;
	background-color: #ffffff;
	}

#contenedor{
	width: 1000px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color: #ffffff;
	
}
/* Contenedor de las capas de contenido */
#contenido{
	width:100%;
	padding:0;
	background: url(../images/fondo_contenido.gif) repeat-y;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#sin_columnas{
	width:100%;
	margin:0 auto;
	padding:0;
}

#top{
	width:100%;
	margin:0 auto;
	clear:both;
}
#bottom{
	width:100%;
	border-top:1px solid #024443;
	margin:1px 0 0 0;
	clear:both;
	text-align:center;
}
#left{
	width:390px;
/*	background: url(../images/fondo_390.gif) repeat-y;*/
	float:left;
	text-align:center;
}
#center{
	width:390px;
	/*background-: url(../images/fondo_390.gif) repeat-y;*/
	/*border:1px solid #014047;*/
	float:left;	
	text-align:center;
}
#right{
	width:220px;
	float:left;	
	text-align:center;
}
/* 2 columnas */
#center-left{
	width:780px;
	float:left;
	text-align:center;
}
/* 2 columnas */
#center-right{
	float:left;
	width:605px;
	text-align:center;
	}
/* contenedores de módulo */
div.module{
	margin:0 auto;
	text-align:left;
}

#top div.module, #bottom div.module{
	width:100%;
}
#left div.module, #center div.module{
	width:385px;
	margin:0 5px 10px 0;
}
#center div.module{
	width:380px;
	margin:0 5px 10px 5px;
}
#right div.module{
	width:215px;
	margin:0 0 10px 5px;
}
#center-right div.module{
	width:100%;
	margin:0 0 10px 5px;
}


#center-right-tv div.module{
	margin:0 0 10px 5px;
}


#center-left div.module{
	width:775px;
	margin:0 5px 10px 0;
}
/* título de módulo */
div.module h3.titulo{
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	height: 28px;
	padding: 4px 0px 0px 4px;
	margin:0px;
}

/* vinculos por defecto */ 
a, a:visited, a:link, a:active{
	color: #055CC9;
	text-decoration: none;
}
a:hover {
	color: #C40109;
	text-decoration: underline;
}

