/*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;
}
.small {
	font-size: 10px;
}
#footer .small {
	text-align: center;
	clear: both;
	padding-top: 20px;
}


.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:#ccc;
text-align:justify;
font-size:12px;
}

#portada h1 {
font-size:14px;
}
h1 {
	font-size: 18px;
	color: #024873;
	margin-left: 70px;
	margin-bottom:0px;
}
.contenido_condiciones{
    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;
}

#condiciones {
width: 950px;
padding-left: 20px;
padding-bottom: 30px;
color:#ccc;
text-align:justify;
font-size:12px;
}

#condiciones h1 {
font-size:18px;
color: #ccc;

}
#condiciones a{
	padding: 0 10px;
	color: #ccc;
	text-decoration: none;
}
#condiciones a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #036;
}
/*SECCION*/
.seccion {
	margin: 0;
	padding: 10px;
	color: #fff;
	min-height: 250px;
	height: auto !important;
	height: 430px;

	
}
.seccion p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	text-transform: none;
	text-align: justify;
	color: #ccc;
}
.seccion h1 {
font-size:18px;
color: #ccc;

}
/*SECCION*/
.seccion {
	margin: 0;
	padding: 15px;
	color: #3366ff;
	min-height: 250px;
	height: auto !important;
	height: 430px;
}
h2 {
	color: #CCCCCC;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 2px;
}

h6 {
	height: 24px;
	margin: 0;
	padding: 0 0 0 20px;
	color:#3366CC;
	font-weight:bold;
	line-height: 22px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	background-position: left top;
	background-repeat:no-repeat;
	background-color: #CCC;
	letter-spacing: 0px;
	text-transform: none;
}
.seccion p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	text-transform: none;
	text-align: justify;
	color: #ccc;
}
.seccion p a{
	color: #f60;
	text-decoration:none;
}
.seccion p a:hover{
	color: #f60;
	text-decoration:underline;
}
.seccion p.gran {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
	text-align: justify;
	color: #1159ab;
	text-transform: none;
}
.seccion .img_iz {
	float: left;
	/*border:2px solid #1159ab;*/
	margin:0 10px 10px 0;
	padding:0;
}
.seccion .img_der {
	float: right;
	/*border:2px solid #1159ab;*/
	margin:0 0 10px 10px;
	padding:0;
}
/*SERVICIOS*/
#servicios {
	/*border: 1px solid #b6b3a4;*/
	width: auto;
	margin: 0 auto;
	padding: 0;
	border-bottom: 0 none;
}
h3 {
	height: 24px;
	margin: 0;
	padding: 0 0 0 20px;
	color:#CCCCCC;
	font-weight:bold;
	line-height: 22px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	/*cursor: hand;*/
	background-image:url(h3_servicios.png);
	background-position: left top;
	background-repeat:no-repeat;
	background-color: #297CAA;
	letter-spacing: 0px;
	text-transform: none;
}
h3:hover {
	color: #000066;
	cursor: pointer;
	background-color: #ccc;
	background-position: left center;
	background-repeat:no-repeat;
}
h3.actual {
	color: #000099;
	cursor: pointer;
	cursor: default;
	background-color: #FFFFFF;
	background-position:bottom;
	background-repeat:repeat-x;
}
.texto {
	width: auto;
	margin: 0;
	padding:10px;
	border-bottom: 1px solid #cc5516;
}
.texto .img_servicios {
	float:right;
	margin:0 0 0 10px;
	padding:0;
}
.texto .img_servicios img {
	border:0 none;
}
.texto p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: justify;
	text-transform: none;
	text-align: justify;
	color: #ccc;
}

