/*COMUNES*/
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background: #000 url(fons.gif) repeat;
}
.contenedor{
	left:50%;
	margin-left:-445px;
	width: 990px;
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 100%;
	margin: 0 auto;
}
img{
	border: 0;
}
.clearer{
	clear: both;
}
/*HEADER*/
#header{
	width: 965px;
	height: 90px;
	margin:0;
	padding:10px 10px 0 15px;
	background:url(header.png) top center no-repeat;
	top: 0px;
	position: absolute;
	background-image: url(header.png);
}
#logo{
	width: 135px;
	height: 75px;
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
}
#idiomas{
	margin: 0;
	padding: 0;
	width: 132px;
    margin-left: 33px;
	height: 30px;
	float: right;
}
.idioma{
	margin: 0;
	padding: 0;
	width: 33px;
	height: 30px;
	float: left;
	text-align: center;
}
#menu{
	margin: 15px 0 0 0;
	padding: 0;
	width: 760px;
	height: 36px;
	float: right;
}
#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0;
	padding: 0;
	float: left;
	height:36px;
	letter-spacing: 1px;
}
#menu li a{
	margin: 0;
	padding: 0;
	display:block;
	height:36px;
	background-image:url(menu.png);
	background-position:top;
	background-repeat:repeat-x;
	color: #fff;
	line-height: 36px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 2px solid #122d4c;
	text-align: center;
	width: 115px;
}
#menu li a.primero{
	margin: 0;
	padding: 0;
	display:block;
	height:36px;
	background-image:url(menu_primero.png);
	background-position:top;
	background-repeat:no-repeat;
	color: #fff;
	line-height: 36px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 2px solid #122d4c;
	width: 165px;
}
#menu li a.ultimo{
	margin: 0;
	padding: 0;
	display:block;
	height:36px;
	background-image:url(menu_ultimo.png);
	background-position:top;
	background-repeat:no-repeat;
	color: #fff;
	line-height: 36px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	width: 125px;
	border: none;
}
#menu li a:hover{
	background-position:bottom;
	background-repeat:repeat-x;
	color: #069;
	line-height: 36px;
	text-decoration: none;
}
/*CONTENIDO*/
.contenido{
	margin: 0;
	padding: 10px 10px 0 10px;
	width: 970px;
	min-height:450px;
	height: auto !important;
	height:450px;
	background: #012243 url(contenido.png) top repeat-x;
	position: relative;
	top:100px;
}
.izquierda{
	width: 730px;
	height: auto;
	margin: 0 10px 5px  0;
	padding: 0;
	background: #f2f2f2 url(../index_files/sobre_iz.png) top no-repeat;
	float: left;
}
.derecha{
	width: 225px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background: #fafafa url(../index_files/sobre_der.png) top center no-repeat;
	font-size: 12px;
}
/*FOOTER*/
#footer{
	margin: 100px 0 0 0;
	padding: 0 0 5px 0;
	width: 990px;
	height: auto;
	background: #dfdfdf;
}
#menu_foot{
	text-align: center;
	color: #4d4d4d;
	height: auto;
	line-height: 20px;
	font-size: 12px;
	cursor: default;
	margin: 0;
	padding: 0;
}
#menu_foot a{
	padding: 0 10px;
	color: #4d4d4d;
	text-decoration: none;
}
#menu_foot a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #036;
}
#menu_foot_img{
	height: 40px;
	margin: 10px 0;
	padding: 0;
	background: #dfdfdf;
	text-align: center;
}
#menu_foot_img a{
	padding: 0 10px;
	color: #4d4d4d;
	text-decoration: none;
}


.contenido_portada{
    margin: 0;
    padding: 10px 0 0 0;
    width: 990px;
    min-height:440px;
    height: auto !important;
    height:450px;
    position: relative;
    top:100px;
    background: #012243 url(contenido.png) top repeat-x;
}

#portada {
width: 280px;
padding-left: 20px;
padding-bottom: 30px;
color:#FFFFFF;
text-align:justify;
font-size:11px;
}

#portada h1 {
font-size:14px;
}

