@charset "utf-8";
/* CSS Document */

* {
	/*margin: 0px;*/
	/*padding: 0px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

body {
	background-image:url(../imagenes/bg_body.png);
	background-position: top left;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

body.impresion {
	background: none;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}

#contenedor {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1090px;
}

#contenedor.impresion {
	width: 1000px;	
}

#header {
	background-image: url(../imagenes/bg_header.png);
	background-position: top left;
	background-repeat:no-repeat;
	height:185px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	z-index: 10000;
}

#header.impresion {
	height:138px;
}

#header #logo_pprivas {
	/*display: block;*/
	position: absolute;
	/*top: 10px;*/
	/*right: 0px;*/
	/*height: 120px;*/
	/*width: 120px;*/
	/*text-indent: -9999px;*/
	top: 0px;
	left: 257px;
}

#header #header_fecha {
	position: absolute;
	top: 137px;
	right: 0px;
	height: 11px;
	padding: 2px;
	color: #FFFFFF;
}

#header #nav_superior {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 2px;
	background-image: url(../imagenes/bg_nav_li.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	height: 32px;
	top: 151px;
	right: 0px;
	width: 696px;
}

#header #nav_superior li {
	float: left;
	padding: 0px 10px;
	padding-top: 10px;
	height: 22px;
	background-image: url(../imagenes/bg_nav_li.png);
	background-position: top right;
	background-repeat: no-repeat;	
	position: relative;
	display: inline;
}

#header #nav_superior li.last {
	border-right: none;
}

#header #nav_superior li.busqueda {
	padding-top: 8px;
}

#header #nav_superior li a {
	color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

#header #nav_superior li label {
	color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

#header #nav_superior li input[type=text] {
	width: 121px;
	float: left;
    color: #666666;
    background-color: #E8E8E8;
    border: 1px solid #FFFFFF;			
}

#header #nav_superior li button {
	background-image:url(../imagenes/btn_busqueda.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 16px;
	width: 25px;
	cursor: pointer;
	border: 0px;
	float: left;
	margin-left:5px;
}

#header #bg_marisa {
	position: absolute;
	/*top: -5px;*/
	top: 1px;
	left: 0px;
	height: 442px;
	width: 293px;
	background-image:url(../imagenes/bg_marisa_resto.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}

#cuerpo {
	height: auto !important;
	min-height: 300px;
	height: 300px;
}

#cuerpo .titulo {
	text-align: justify;
}

#cuerpo .subtitulo {
	text-align: justify;
}

#cuerpo .texto {
	text-align: justify;
}

/* HOME */

#cuerpo #box_home_superior {
	background-image: url(../imagenes/bg_home_box_superior.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 250px;
	padding-left: 324px;
	padding-right: 55px;
	position: relative;
	padding-top: 2px;
}

#cuerpo #box_home_superior #noticia_principal {
	width: 290px;
	border-right: 1px solid #CCCCCC;
	float: left;
	height: 228px;
	padding-top: 15px;
	/*margin-bottom: 15px;*/
	overflow: hidden;
	padding-right: 10px;
}

#cuerpo #box_home_superior #noticia_principal .titulo {
	margin-bottom: 8px;
}

#cuerpo #box_home_superior #noticia_principal .titulo a {
	color: #044364;
	font-size: 16px;
	font-weight: bold;
}

#cuerpo #box_home_superior #noticia_principal .subtitulo {
	color: #4A6F9B;
	font-weight: bold;
	margin-bottom: 8px;
}

#cuerpo #box_home_superior #noticia_principal img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

#cuerpo #box_home_superior #noticia_principal .texto, #cuerpo #box_home_superior #noticia_principal .texto p {
	text-align: justify;
}

#cuerpo #box_home_superior #videos_home {
	width: 395px;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#cuerpo #box_home_superior #videos_home #reproductor {
	background-image: url(../imagenes/bg_home_tv.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 48px 34px 42px 31px;
	width: 165px;
	height: 122px;
	float: left;
}

#cuerpo #box_home_superior #videos_home ul.listado {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 10px;
	margin-top: 38px;
	height: 131px;
	margin-bottom: 10px;
	overflow: hidden;
}

#cuerpo #box_home_superior #videos_home ul.listado li {
	background-image:url(../imagenes/bg_videos_li.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 24px;
	min-height: 20px;
	margin-bottom: 8px;
	width: 130px;
}

#cuerpo #box_home_superior #videos_home ul.listado li .titulo a {
	font-weight: bold;
	color: #044364;
}

#cuerpo #box_home_superior #videos_home #link_videos {
	float: left;
	margin-left: 8px;
}

#cuerpo .box_titulo {
	background-image: url(../imagenes/bg_box_titulo.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 17px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px 7px 5px;
}

#cuerpo .box_titulo a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#cuerpo #col_left.home {
	float: left;
	width: 650px;
	margin-left: 45px;
	padding: 10px 0px;
}

#cuerpo #col_left.home #box_titulares, #cuerpo #col_left.home #box_esnoticia {
	width: 440px;
	float: left;
	margin-bottom: 10px;
	background-color: #F4F4F4;
}

#cuerpo #col_left.home .middle {
	padding: 15px;
	background-color: #F4F4F4;
}

#cuerpo #col_left.home #box_esnoticia .middle {
	background-image:url(../imagenes/bg_esnoticia_middle.png);
	background-position: top center;
	background-repeat:repeat-y;
}

#cuerpo #col_left.home .item {
	margin-bottom: 10px; 
}

#cuerpo #col_left.home #box_esnoticia .item {
	width: 200px;
	float: left;
}

#cuerpo #col_left.home #box_esnoticia #item_left.item {
	margin-right: 10px;
}

#cuerpo #col_left.home .item img {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

#cuerpo #col_left.home .item .titulo {
	margin-bottom: 10px;
}

#cuerpo #col_left.home #box_esnoticia .item .subtitulo {
	margin-bottom: 10px;
	color: #4A6F9B;
	font-weight: bold;	
}

#cuerpo #col_left.home .item .titulo a {
	color: #4A6F9B;
	font-weight: bold;
}

#cuerpo #col_left.home #box_esnoticia .item .titulo a, #cuerpo #col_left.home #box_titulares .item .titulo a {
	font-size: 13px;
	color: #044364;
}

#cuerpo  #col_left.home .item .texto {
	text-align: justify;
}

#cuerpo #col_left #box_agenda, #cuerpo #col_left #box_encuesta {
	width: 200px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F4F4F4;
}

#cuerpo #col_left #box_agenda .titulo {
	font-weight: bold;
	font-size: 13px;
	margin-bottom:10px;
}


#cuerpo .titulo2 {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin-bottom:10px;	
	color: #044364;
}
#cuerpo #col_left #box_encuesta .enc_titulo {
	color: #4A6F9B;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 13px;
}

#cuerpo #col_left #box_encuesta .middle {
	padding: 5px;
}

#cuerpo #col_left #box_encuesta .middle .box_pregunta {
	margin-bottom: 10px;
}

#cuerpo #col_left #box_encuesta .middle .box_pregunta .titulo {
	color: #4A6F9B;
	font-weight: bold;
	margin-bottom: 5px;
}

#cuerpo #col_left #box_encuesta .middle .box_pregunta .box_opcion {
	margin-bottom: 5px;
}

#cuerpo #col_left #box_encuesta .middle .box_pregunta .box_opcion label {
	margin-left: 5px;
}

#cuerpo #col_left #box_encuesta .middle .box_pregunta textarea, #cuerpo #col_left #box_encuesta .middle .box_pregunta .box_opcion textarea {
	width: 181px;
	padding: 3px;
    color: #666666;
    background-color: #E8E8E8;
    border: 1px solid #CCCCCC;
}

#cuerpo #col_right {
	float: left;
	width:337px;
	margin-left:15px;
	margin-right: 40px;
}

#cuerpo #col_right a {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* FIN */

/* SECCION */

#cuerpo #col_left.seccion  {
	float: left;
	width: 409px;
	margin-left: 0px;
	text-align: center;
}

#cuerpo #col_right.seccion a {
	display: inline;
}

#cuerpo #col_left.seccion .top {
	height: 60px;
	background-image:url(../imagenes/bg_col_left_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#cuerpo #col_left.seccion .middle {
	padding-top: 200px;
	background-image:url(../imagenes/bg_col_left_middle.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 45px;
	padding-bottom:1px;
}

#cuerpo #col_left.seccion .middle a {
	display: block;
	margin-bottom: 10px;
}

#cuerpo #col_left.seccion .bottom {
	height: 10px;
	background-image:url(../imagenes/bg_col_left_bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#cuerpo #col_right.seccion {
	float: left;
	width: 681px;
	margin-left: 0px;
	margin-right: 0px;
	background-image:url(../imagenes/bg_col_right_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#cuerpo #col_right.seccion .top {
	background-image:url(../imagenes/bg_col_right_middle.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 25px;
	padding-right: 55px;
	padding-left: 10px;
	margin-top:60px;
}

#cuerpo #col_right.seccion .top #titulo_seccion, #cuerpo #col_central #titulo_seccion {
	/*
	color: #259ED5;
	font-weight: bold;
	font-size: 43px;
	margin-bottom: 20px;
	*/
	background-image: url(../imagenes/bg_box_titulo.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 17px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px 7px 5px;
	margin-bottom: 10px;
	position: relative;
}

#cuerpo #col_right.seccion .top .titulo, #cuerpo #col_central .titulo {
	color: #044364;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

#cuerpo #col_right.seccion .top .subtitulo, #cuerpo #col_central .subtitulo {
	margin-bottom: 10px;
	color: #4A6F9B;
	font-weight: bold;	
}

#cuerpo #col_right.seccion .top .texto, #cuerpo #col_central .texto {
	text-align: justify;
}

#cuerpo #col_right.seccion .top #autor, #cuerpo #col_right.seccion .top #adjunto, #cuerpo #col_right.seccion .top #audio, #cuerpo #col_central #autor, #cuerpo #col_central #adjunto, #cuerpo #col_central #audio {
	margin-top: 10px;
	margin-bottom: 10px;
}

#cuerpo #col_right.seccion .top #autor strong, #cuerpo #col_right.seccion .top #adjunto strong, #cuerpo #col_right.seccion .top #audio strong, #cuerpo #col_central #autor strong, #cuerpo #col_central #adjunto strong, #cuerpo #col_central #audio strong {
	color: #4A6F9B;
}

#cuerpo #col_right.seccion .top #adjunto a, #cuerpo #col_right.seccion .top #audio a, #cuerpo #col_central #adjunto a, #col_central #audio a {
	display: inline;
}

#cuerpo #col_right.seccion .top #video, #cuerpo #col_central #video {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}

/* SECCION VIDEOS */

#cuerpo #col_right.seccion .top#sec_videos {}

#cuerpo #col_right.seccion .top#sec_videos #reproductor {
	margin-bottom: 15px;
	text-align: center;
	background-image:url(../imagenes/bg_tv.png);
	background-position: 93px top;
	background-repeat:no-repeat;
	padding-top: 40px;
	padding-bottom: 90px;
}

#cuerpo #col_right.seccion .top#sec_videos ul.listado {
	list-style: none;
}

#cuerpo #col_right.seccion .top#sec_videos ul.listado li {
	background-image:url(../imagenes/bg_videos_li.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 8px;
	text-align:justify;
	margin: 10px;
}

#cuerpo #col_right.seccion .top#sec_videos ul.listado li .titulo a {
	font-weight: bold;
	color: #044364;
}

/* FIN */

/* LISTADOS */

#cuerpo #col_right.seccion .top .item, #cuerpo #col_central .item {
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
}

#cuerpo #col_right.seccion .top .item img, #cuerpo #col_central .item img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#cuerpo #col_right.seccion .top .item .titulo a, #cuerpo #col_central .item .titulo a {
	color: #044364;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}

/* FIN */

#cuerpo #col_right.seccion .top .ewMessage {
	border: 1px solid #FFCC00;
	background-color: #FBF1BB;
	padding: 5px;
	width: 90%;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

#cuerpo #col_right.seccion .top .exportacion {
	/*margin-bottom: 25px;*/
	margin-bottom: 10px;
	margin-right: 15px;
	text-align: right;
}

#cuerpo #col_right.seccion .top #ewBasicSearch {
	margin-bottom: 25px;
}

#cuerpo #ewBasicSearch #psearch {
    color: #666666;
    background-color: #E8E8E8;
	padding: 2px;
    width: 135px;
    border: 1px solid #CCCCCC;
}

#cuerpo #col_right.seccion .top .ewAdvanceSearch {
	margin-top: 25px;
}

#cuerpo #col_right.seccion .top .ewAdvanceSearch div {
	margin-bottom: 10px;
	padding: 4px;
}

#cuerpo #col_right.seccion .top .ewAdvanceSearch div label {
	float: left;
	margin-right: 15px;
	width: 60px;
	margin-top: 5px;
}

#cuerpo #col_right.seccion .top .ewAdvanceSearch input[type=text], #cuerpo #col_right.seccion .top .ewAdvanceSearch select {
	/*padding: 2px;*/
	padding: 5px;
    color: #666666;
    background-color: #E8E8E8;
    border: 1px solid #CCCCCC;		
}

#cuerpo #col_right.seccion .top .ewAdvanceSearch textarea {
	padding: 5px;
    color: #666666;
    background-color: #E8E8E8;
    height: 100px;
    width: 300px;
    border: 1px solid #CCCCCC;	
}

#cuerpo #col_right.seccion .top .ewAdvanceSearch center {
	margin-top: 20px;
	text-align: center;
}

#cuerpo #col_right.seccion .top .ewAdvanceSearch center input {
    color: #666666;
    border: 1px solid #FFFFFF;
    background-color: #CCCCCC;
	padding: 4px 8px;
}

#cuerpo #col_right.seccion .top .ewPaginado {
	margin-top: 35px;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	text-align: center;
}

#cuerpo #col_right.seccion .top .ewPaginado a {
	color: #4A6F9B;
}

#cuerpo #col_right.seccion .top form.contacto {}

#cuerpo #col_right.seccion .top form.envio_noticia {
	border:1px solid;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	padding:10px;
	width:90%;
}

#cuerpo #col_right.seccion .top form.contacto div, #cuerpo #col_right.seccion .top form.envio_noticia div {
	margin-bottom: 10px;
}

#cuerpo #col_right.seccion .top form.contacto div label, #cuerpo #col_right.seccion .top form.envio_noticia div label {
	float: left;
	width: 95px;
	margin-right: 10px;
	padding-top: 5px;
	text-align:right;
}

#cuerpo #col_right.seccion .top form.envio_noticia div label {
	width: 170px;	
}

#cuerpo #col_right.seccion .top form.envio_noticia div strong {
	color: #4A6F9B;	
}

#cuerpo #col_right.seccion .top form.contacto div input[type=text], #cuerpo #col_right.seccion .top form.envio_noticia div input[type=text] {
	padding: 5px;
    color: #666666;
    background-color: #E8E8E8;
    width: 250px;
    border: 1px solid #CCCCCC;	
}

#cuerpo #col_right.seccion .top form.contacto div textarea, #cuerpo #col_right.seccion .top form.envio_noticia div textarea {
	/*
	padding: 3px;
	width: 325px;
	height: 150px;
	*/
	padding: 5px;
    color: #666666;
    background-color: #E8E8E8;
    height: 100px;
    width: 300px;
    border: 1px solid #CCCCCC;
}

#cuerpo #col_right.seccion .top form.contacto center, #cuerpo #col_right.seccion .top form.envio_noticia center {
	margin-top: 15px;
}

#cuerpo #col_right.seccion .top form.contacto center input, #cuerpo #col_right.seccion .top form.envio_noticia center input {
    color: #666666;
    border: 1px solid #FFFFFF;
    background-color: #CCCCCC;
	padding: 4px 8px;
}

#cuerpo #col_right.seccion .bottom {
	height: 10px;
	background-image:url(../imagenes/bg_col_right_bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* FIN */

.clear {
	clear: both;
}

#footer {
	background-image: url(../imagenes/bg_footer.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 25px;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;	
}

#footer.impresion {
	width: 988px;
}

#footer #nav_inferior {
	list-style: none;
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
}

#footer #nav_inferior li {
	float: left;
	padding: 0px 5px;
	border-right: 1px solid #FFFFFF;
}

#footer #nav_inferior li.last {
	border-right: none;
}

#footer #nav_inferior li a {
	color: #FFFFFF;
}

#footer div {
	float: right; 
	margin-right: 10px;
	color: #FFFFFF;
}
