@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #50544e;
	background-color: #014e68;
}

a {
	color: #50544e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h3 {
	font-size: 13px;
	color: #007488;
}

/************************************** index.html  *********************************/
#introflash {
	width: 900px;
	height: 719px;
	background-image: url(../images/fondointro.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}

#flash {
	width: 900px;
	height: 225px;
	padding-top: 247px;
}

#menu-idioma {
	width: 900px;
	height: 35px;
	padding-top: 35px;
	padding-bottom: 177px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.300em;
}

#menu-idioma a {
	color: #1c8597;
	text-decoration: none;
}

#menu-idioma a:hover {
	color: #FFF;
}
/***********************************************************************************/

/************************************** general  ***********************************/

#contenedor {
	width: 900px;
	height: 718px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}


#header {
	width: 482px;
	height: 96px;
	padding: 29px 142px 23px 26px;
	float: left;
}

#homeico {
	height: 18px;
	width: 18px;
	float: left;
	padding: 120px 87px 10px 145px;
        background: url('../images/logo2.png') no-repeat 30px 50%;
}

#contenido {
	width: 900px;
	height: 571px;
	background-image: url(../images/fondopagina.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#imagen {
	width: 614px;
	height: 202px;
	padding: 0 143px;
}

#menu {
	width: 614px;
	height: 30px;
	margin: 0 143px;
	background-image: url(../images/botonmenu.jpg);
	background-repeat: repeat-x;
}
#menu .menu {
	width: 122px;
	float: left;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	height: 30px;
}

#menuleft {
	float: left;
	width: 115px;
	height: 300px;
	margin: 40px 20px 0 45px;
}

#menuleft .menu {
	text-transform: lowercase;
	min-height: 12px;
	padding: 0 0 15px 15px;
}

#menuleft .menu:hover {
	background-image: url(../images/flecha.png);
	background-repeat: no-repeat;
	background-position: 0% 20%;
}

#menuleft .menusel {
	background-image: url(../images/flecha.png);
	background-repeat: no-repeat;
	background-position: 0% 20%;
	color: #014e68;
}

#conteright {
	float: left;
	width: 561px;
	height: 270px;
	margin: 30px 144px 40px 15px;
}

#conteright #colizq {
	width: 365px;
	height: 270px;
	float: left;
}

#conteright #colder {
	width: 138px;
	height: 270px;
	float: left;
	margin: 0 0 0 10px;
}

#conteright2 {
	float: left;
	width: 645px;
	height: 270px;
	margin: 30px 60px 40px 15px;
}

#conteright2 #colizq {
	float: left;
	width: 330px;
	height: 270px;
	overflow: auto;
	text-align: justify;
	padding-right: 10px;
}

#conteright2 #colder {
	float: left;
	width: 305px;
	height: 270px;
}

#texto {
	width: 531px;
	height: 270px;
	overflow: auto;
	text-align: justify;
	padding-right: 30px;
}

.sep {
	float: left;
	height: 30px;
	width: 1px;
	background-color: #ebe8e3;
}

.links {
	text-align: center;
}

.links a img {
	padding: 0 40px;
}

.clear {
	clear: both;
}

.descrip {
	width: 250px;
	min-height: 15px;
	background-color: #FFF;
	padding-top: 5px;
}

.subsel {
	color: #014e68;
}
/***********************************************************************************/

.banner { position: relative; overflow: auto; }
.banner li { list-style: none; }
.banner ul li { float: left; }

.banner {
    width: 656px;
    height: 225px;
    float: left;
}

.banner img {
    height: 100%;
    width: 100%;
}

.banner ul,
.banner ul li {
    margin: 0; padding: 0;
}

#flash img.logo-home {
    float: left;
}