/* General */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404244;
}

body 	{
	background-color: #ffffff;
	text-align: center;
	background-image: url(/art/bg.jpg);
	background-repeat: repeat-x;
}

#contenedor {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* Encabezado */
#encabezado {
	height: 118px;
}

#encabezado h1 {
	background-repeat: no-repeat;
	width: 200px;
	height: 89px;
	float: left;
	margin: 10px 0 0 0;
}

#encabezado h2 {
	float: right;
	width: 400px;
	margin: 25px 0 5px 0;
	font-weight: normal;
	color: #666666;
	font-size: 13px;
}

.idioma {
	float: right;
	width: 70px;
	margin: 25px 0 5px 0;
	font-weight: normal;
	color: #666666;
	font-size: 13px;
	text-align: right;
}

#encabezado ul {
	width: 460px;
	height: 44px;
	background-image: url(/art/bg_indicadores.gif);
	background-repeat: no-repeat;
	float: right;
}

#encabezado li {
	display: inline;
	width: 50px;
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	margin: 0 16px 0 10px;
	height: 44px;
	border: 1px solid red;
}

#encabezado img {
	float: left;
	margin: 0 10px 0 0;
}
#encabezado img.none {
	clear:left;
	float:none;
	margin: 0;
}

/* Banners */
#banners {
	height: 287px;
}

/* Menu */
#menu {
	margin:0 0 0 50px;
	text-align: center;

}

#menu ul {
	height: 37px;

}

#menu li {
	display: inline;
	float: left;
}

#menu a {
	width:134px;
	background-image:url(/art/boton-bg.jpg);
	color:#003366;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgea, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:0;
	line-height: 37px;
	display:block;
}
#menu a:hover {
	color:#FFFFFF;
	background-image:url(/art/boton-bg-on.jpg);
	background-repeat:repeat-x;

}
#menu a.inverso {
	width:145px;
	color:#FFFFFF;
	background-image:url(/art/boton-bg-verd.jpg);	
}
#menu a:hover.inverso {
	color:#003366;
	background-image:url(/art/boton-bg-verd.jpg);	
}
#menu a.largo {
	width:200px;
	background-image:url(/art/botonlargo-bg.jpg);	
}
#menu a:hover.largo {
	background-image:url(/art/botonlargo-bg-on.jpg);
}
/* Destacados */
#destacados {
	height: 100%;
	padding:0px;
	margin:0px;
	min-height: 253px;
	height:auto;
	border-bottom: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
}

.destacado {
	width: 244px;
	height: 253px;
	min-height: 253px;
	background-color:#F4F4F4;
	border-right: 1px solid #BABABA;
}

.destacado h3 {
	color: #1e5a96;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgea, Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0 10px 15px;
}

.destacado img.icono {
	float: left;
	margin: 0 5px 0 0;
}

.destacado p {
	text-align: justify;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 8px 15px;
	width: 220px;
}

.destacado a {
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #1e5a96;
	font-weight: normal;
	margin: 0 0 0 0;
}

/* Centro */
#bienvenida {
	clear: both;
	height: 270px;
}

#bienvenida h3 {
	color: #1e5a96;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgea, Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0 10px 15px;
}

#bienvenida img {
	float: right;
	margin: 20px 10px 0 10px;
}

#bienvenida p {
	text-align: justify;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 8px 15px;
}

#bienvenida img.banner {
	float: left;
	margin: 20px 0 0 5px;
}

/* Pie */
#pie {
	border-top: 1px solid #D0D0D0;
	padding: 18px 0 0 0;
	clear: both;
}

.direc {
	width: 500px;
	float: left;
}

.direc img {
	float: left;
}

.direc p {
	font-weight: normal;
	line-height: normal;
}

.menusub {
	width: 475px;
	float: right;
	text-align: right;
}

.menusub ul {
}

.menusub li {
	display: inline;
}

.menusub a {
	font-weight: normal;
	text-decoration: none;
	padding: 0 5px 0 5px;
	border-right: 1px solid #D0D0D0;
}

/* Easy Slider */
#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:910px;
		background:#092C64;		
		margin-bottom:0;
		}
.graphic, #prevBtn, #nextBtn {
        margin:0;
        padding:0;
        display:none;
        overflow:hidden;
        text-indent:-8000px;
}
#slider 

#slider ul, #slider li
	   {
		margin:0;
		padding:0;
		list-style:none;
		}
#slider  li  { 
		width:910px;
		height:287px;
		overflow:hidden; 
		}	
#slider img {
	border:0;
}
#prevBtn, #nextBtn { 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:130px;
		z-index:1000;
		}	
#nextBtn { 
		left:910px;
		}														
#prevBtn a, #nextBtn a {  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(/art/btn_prev.gif) no-repeat 0 0;	
		}	
#nextBtn a { 
		background:url(/art/btn_next.gif) no-repeat 0 0;	
		}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.video {
	background:#dbdbdb;
	display: block;
	width: 640px;
	height: 480px;
	text-align: center;
}

#layer {
	text-align: center;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
	overflow:inherit;
	background-image:url(/art/br-layer.png);
}
#layer table {
	text-align: center;
	border-collapse:collapse;
	margin:5% auto;
}

.seguir {
	float: right;
	clear:both;
}

#banners {
	text-align: center;
	top:1px;
	width: 980px;
	height: 120px;
	float: left;
	margin: 10px 0 0 0;
}

#banners img{
	margin: 1px;
	top:1px;
}

