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

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

a {}

img {
	border: 0px;
}

body {
	background-image:url(../imagenes/bg_body.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#contenedor {
	background-image:url(../imagenes/bg_contenedor.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 962px;
	margin: 0px auto;
}

#header {
	background-image:url(../imagenes/bg_header.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:239px;
	position: relative;
	z-index: 9999;
}

#header ul#nav_superior {
	position: absolute;
	list-style: none;
	width: 572px;
	/*
	left: 350px;
	*left: 390px;
	*/
	right: 0px;
	top: 124px;
	margin: 0px;
	z-index: 1000;
}

#header ul#nav_superior li {
	background-image: url(../imagenes/bg_btn_menu.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	padding: 6px 9px;
	color: #FFFFFF;
}

#header ul#nav_superior li a {
	text-decoration: none;
	color: #FFFFFF;
}

#cuerpo {
	margin: 0px 6px 0px 5px;
	z-index: 0;
}

#col_left {
	float: left;
	width: 414px;
	border-right: 1px solid #CCCCCC;
}

#col_left_seccion {
	float: left;
	width: 682px;
	border-right: 1px solid #CCCCCC;
}

#col_middle {
	float: left;
	width: 268px;
	border-right: 1px solid #CCCCCC;
}

#col_right {
	float: left;
	width: 267px;
}

.box {
	margin-bottom: 20px;
}

.box#box_noticias, .box#box_campanias, .box#box_cctelde, .box#box_opiniones {
	margin-bottom: 0px;
}

.box .box_titulo {
	background-image:url(../imagenes/bg_box_titulo.png);
	background-position: 0px 0px;
	background-repeat:repeat-x;
	height: 28px;
	padding: 2px 10px;
	text-align: left;
	color: #FFFFFF;
	position: relative;
}

.box .box_contenido {
	padding: 10px;
}

.box#box_cctelde .box_contenido ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.box#box_cctelde .box_contenido ul li {
	text-align:center;
	margin-bottom: 10px;
}

.box#box_noticias .box_contenido .box_item, #col_left_seccion .box .box_contenido .box_item {
	margin-bottom: 15px;
}

.box#box_noticias .box_contenido .box_item img, .box#box_campanias .box_contenido .box_item img, #col_left_seccion .box .box_contenido .box_item img, .box#box_opiniones .box_contenido .box_item img {
	float: left;
}

.box .box_contenido .box_item .titulo, .box .box_contenido .box_item .titulo a {
	font-size: 18px;
	margin-bottom: 7px;
	text-decoration: none;
}

.box#box_campanias .box_contenido .box_item .titulo, .box#box_campanias .box_contenido .box_item .titulo a, .box#box_opiniones .box_contenido .box_item .titulo a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.box .box_contenido .box_item img {
	margin: 0px 8px 8px 0px;
}

.box .box_contenido .box_item .texto {
	text-align:justify;
}

.box#box_videos .box_contenido .box_item .texto {
	margin-top: 15px;
}

#col_left_seccion .box .box_contenido .box_item #autor, #col_left_seccion .box .box_contenido .box_item #adjunto, #col_left_seccion .box .box_contenido .box_item #audio {
	margin-top: 10px;
	margin-bottom: 10px;
}

#col_left_seccion .box .box_contenido .box_item #video {
	padding-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}

#col_left_seccion .box .box_contenido .box_item #video_listado {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

#col_left_seccion .box .box_contenido #box_mapa {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
}

#col_left_seccion .box .box_contenido #fBuzonCiudadano ,#col_left_seccion .box .box_contenido #fUnete {
	width: 370px;
	margin-left: auto;
	margin-right: auto;
}

#col_left_seccion .box .box_contenido .formulario div {
	margin-bottom: 10px;
}

#col_left_seccion .box .box_contenido .formulario div label {
	float: left;
	width: 90px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: right;
}

#col_left_seccion .box .box_contenido .formulario input[type=text] {
	padding:2px;
	width: 235px;
}

#col_left_seccion .box .box_contenido .formulario textarea {
	padding: 2px;
	width: 235px;
	height: 120px;
}

#col_left_seccion .box .box_contenido .formulario center {
	margin-top: 25px;
}

#col_left_seccion .box .box_contenido .formulario center input[type=submit] {}

.exportacion {
	position: absolute;
	right: 20px;
	top: 9px;
}

.ewPaginado {
	margin-top: 25px;
	margin-bottom: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ewMessage {
	border: 1px solid #FFCC00;
	background-color: #FBF1BB;
	padding: 5px;
	width: 90%;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

.ewBasicSearch {
	margin-bottom: 25px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer {
	background-image:url(../imagenes/bg_footer.png);
	background-position: top left;
	background-repeat:repeat-x;
	height: 15px;
	padding: 5px 10px;
	margin: 0px 6px 0px 5px;
	text-align: right;
	color: #FFFFFF;
}
