@charset "UTF-8";
/*@import url('http://fonts.googleapis.com/css?family=Droid+Sans:Regular,bold');*/

body {
	font-family: 'Trebuchet MS', Arial, Helvetica,Sans-Serif;
	font-size: 11px;
	font-style: normal;
	color: #797979;
	margin: 0px;
	padding: 0px;
	background-color: #ebebeb;
	
}
#wrap {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../imagenes/fondo-contenedor.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contenedor {
	padding: 0px;
	height: auto;
	width: 960px;
	background-color: #FFF;
	margin: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 180px;
	width: 960px;
}
#header-top {
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 960px;
}
#top-left {
	margin: 0px;
	float: left;
	height: 20px;
	width: 470px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#top-right {
	margin: 0px;
	float: right;
	height: 20px;
	width: 470px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#header-logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 130px;
	width: 960px;
}
.logo-gobierno {
	padding: 0px;
	float: left;
	height: 120px;
	width: 120px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.logo-fotopresidencia {
	padding: 0px;
	float: right;
	height: 46px;
	width: 137px;
	margin-top: 60px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-menu {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 960px;
	background-image: url(../imagenes/fondo-menu.jpg);
}
#header-menu ul {
	list-style-type: none;
	display: block;
	height: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
#header-menu li {
	font-size: 14px;
	color: #FFF;
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
#header-menu ul li a {
	text-decoration: none;
	color: #FFF;
}
#header-menu ul li a:hover {
	color: #999;
	text-decoration: none;
}
#contenedor-acciones {
	background-color: #f6f6f6;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 960px;
}
#contenedor-fotografias {
	margin: 15px;
	padding: 0px;
	float: left;
	height: auto;
	width: 930px;
}

#contenedor-prensa {
	margin: 15px;
	padding: 0px;
	float: left;
	height: auto;
	width: 930px;
}


div.wrapper {
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */ 
	margin-top:5px;
	margin-bottom:5px;
	width:650px;
}

.wrapper img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:650px; /*JRC*/
	
	
	/* styling bellow */
	background-color:black;
	font-family: 'tahoma';
	font-size:15px;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
	padding:10px;
}
.description_content{
	margin:0px;
	color: #FFF;
	font-size: 20px;
}

#contenedor-comunicado {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 670px;
}
#contenedor-comunicado h1 {
	font-size: 14px;
	font-weight: bold;
}
#contenedor-comunicado h2 {
	font-size: 13px;
	font-style: italic;
	text-decoration:none;
	font-weight:normal;
}
#contenedor-comunicado p {
	font-size: 12px;
	line-height: 110%;
}
#contenedor-opciones {
	background-color: #f6f6f6;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 250px;
}
#contenedor-opciones img {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	padding: 0px;
}
#contenedor-opciones h1 {
	font-size: 12px;
	color: #333;
	display: block;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
#contenedor-opciones h1 a {
	color: #666;
	text-decoration: none;
}
#contenedor-opciones h1 a:hover {
	color: #000;
}
#contenedor-opciones hr {
	width: 200px;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333;
}
#contenedor-opciones ul li {
	font-size: 11px;
	list-style-image: url(../imagenes/vineta.jpg);
	display: list-item;
	line-height: 20px;
	color: #006699;
}
#contenedor-opciones ul li a {
	text-decoration: none;
	color: #666;
	font-size: 12px;
}

#contenedor-opciones ul li a:hover {
	color: #000;
	text-decoration: none;
}
#iconos-utilidades {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 16px;
	width: 163px;
}
#iconos-utilidades img {
	margin: 0px;
	padding: 0px;
	width:auto;
	height:auto;
}


#icono-recursos {
    padding: 0px;
	margin: 0px;	
	margin-bottom: 15px;
	float:left;
	width: 670px;
	padding-left:249px;
}
#icono-recursos-c {
    width:auto;
    margin: 0px;
	padding: 0px;
    }
#icono-recursos-c img {
    cursor:hand;
	padding: 0px;
    margin: 0px;
    width: auto;
	height: auto;
}
.fecha-comunicado {
	font-size: 11px;
	color: #006699;
}
.fecha-fotonoticia {
	font-size: 11px;
	display: block;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
	color:#006699;
}
.titulo-ultimo-comunicado {
	display: block;
	width: 200px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	color: #666;
	text-decoration: none;
}
.titulo-seccion {
	font-size: 14px;
	color: #006699;
	background-color: #e5e5e5;
	display: block;
	padding: 5px;
	height: 25px;
	width: 215px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	line-height: 25px;
}

#acciones-left {
	margin: 15px;
	padding: 0px;
	float: left;
	height: auto;
	width: 465px;
}


#acciones-left a {
	text-decoration: none;
	color: #505050;
	display: block;
	line-height: 20px;
	padding-left: 10px;
}

#acciones-left a:hover {
	color: #333;
	background-color: #e8e8e8;
}
#acciones-right {
	margin: 15px;
	padding: 0px;
	float: right;
	width: 435px;
	height: auto;
}

#acciones-right h2 {
	display: block;
	text-align: right;
	width: 250px;
	float: left;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	color: #003a66;
	clear: both;
}

#foto-preview {
	padding: 0px;
	float: right;
	height: 440px;
	width: 245px;
	background-color: #e8e8e8;
	text-align: center;
	margin: 0px;
}
#titulos-criterios {
	font-size: 16px;
	font-weight: bold;
	color: #003a66;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003a66;
	margin-bottom: 15px;
}

.boton {
	font-size: 12px;
	color: #000;
	padding: 2px;
	display: block;
	width: 100px;
	clear: both;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}
.titulo-galeria {
	font-size: 16px;
	color: #006699;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.foto-preview {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #333;
}
.paginacion {
	font-size: 9px;
}
.foto-principal 
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	/*width: 670px;*/
}
h1 {
	color: #505050;
	font-weight: normal;
	font-size: 11px;
}
#footer {
	height: 50px;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #f6f6f6;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#foto-principal-alt {
	background-color: #999;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 670px;
	z-index: 1;
	float: left;
	position: absolute;
	left: 351px;
	top: 584px;
}

#entrevista {
	margin: 0px;
	margin-left:20px;
	padding: 0px;
	float: left;
	width: 650px;
}
#entrevista h2 {
	font-size: 14px;
	color: #006699;
}
#entrevista-cont {
	width: 650px;
}
.entrevista-mensaje {
	width: 630px;
	background-color:#FFC;
	border-style:dotted;
	border-color:#CCC;
	border-width:1px;
	padding:10px;
	font-size: 14px;
	color: #666;
	
}
#entrevista-d {
	float: left;
	width: 210px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	margin-top: 8px;
}
#entrevista-i {
	float: left;
	width: 430px;
	font-size: 12px;
	margin-top: 8px;	
}
#entrevista-i h5 {
    font-size: 9px;
	font-style: italic;
	Color: #006699;
	margin: 0px;
	padding: 0px;
}
#entrevista-i img 
{
    width: 10px;
    height: 10px;
    margin: 0px;
    padding: 0px;
}
.entrevista-i-textbox {
	width: 400px;
	border: solid 1px #e5e5e5;
	background-color: #f6f6f6;
	margin: 1px;
}
.entrevista-i-DropDownList {
	width: 404px;
	border: solid 1px #e5e5e5;
	background-color: #f6f6f6;
	margin: 1px;
}
.entrevista-i-textarea {
	width: 400px;
	height: 80px;
	border: solid 1px #e5e5e5;
	background-color: #f6f6f6;
	margin: 1px;
}
.entrevista-i-dateedit {
	border: solid 1px #e5e5e5;
	background-color: #f6f6f6;
	margin: 1px;
}

#buscador {
	margin: 0px;
	margin-left:20px;
	margin-bottom:40px;
	padding: 0px;
	float: left;
	width: 650px;	
}
#buscador img {
    width: 10px;
    height: 10px;
    margin: 0px;
    padding: 0px;
}
#buscador-caja {
    float:left;
    padding-right:10px;
    font-size: 12px;
	color: #006699;
}
.buscador-textbox {
	width: 150px;
	border: solid 1px #e5e5e5;
	background-color: #f6f6f6;
	margin: 1px;
}
.buscador-dateedit {
	width: 100px;
	border: solid 1px #e5e5e5;
	background-color: #f6f6f6;
	margin: 1px;
}
.buscador-buscar {
	border: solid 1px #e5e5e5;
	background-color: #f6f6f6;
	font-size: 12px;
	font-weight: bolder;
	color: #006699;
	cursor: hand;
}

#pauta{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 650px;
    background-image: url(../Imagenes/divide-vertical.jpg);
    background-repeat: no-repeat;
    font-size:12px;
}
#pauta-img-1{
	margin: 0px;
	padding: 0px;
	padding-left: 125px;
	width: 650px;
}
#pauta-img-1 img{
    margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
#pauta-d{
    width: 97px;
    float: left;
    text-align: right;
    margin: 3px;
    margin-right:17px;
    color: #5d5d5d;
}
#pauta-i{
    width: 527px;
    float: left;
    margin: 3px;
    color: #727272;
}

