body {
	font-family: Tahoma;
	font-size: 11px;
	color: #5b5b5b;
	
	margin: 0;
	padding: 0;
	
	background-image: url('../img/web/bg_body.jpg');
	background-repeat: repeat-x;
}

h1 {
	margin: 0;
	padding: 0;	
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 24px;
}

h2 span {
	font-weight: normal;	
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

a {

}

a:hover {
	text-decoration: underline;	
}

a img {
	border-width: 0;
}

a.especial {
	float: right;
	color: #8c3b7c;
	text-decoration: none;
	margin: 5px 5px 0 0;
}

a.mas-informacion {
	color: #3d0036;
	float: right;
	padding-left: 15px;
	margin-bottom: 5px;
	text-indent: 0;
	text-decoration: none;
	height: 16px;
	line-height: 12px;
	background-image: url('../img/web/bg_mas_informacion.jpg');
	background-repeat: no-repeat;
}

p {
	line-height: 17px;	
}

ul {
	list-style-type: none;
	line-height: 17px;
	margin-left: 0;
	padding-left: 0;
}

ul li {
	padding-left: 14px;
	background-image: url('../img/web/ul.jpg');
	background-repeat: no-repeat;
	background-position: 0 4px;		
}

ul li.menu_contenidos {
	padding-left: 14px;
	background-image: url('../img/web/ul.jpg');
	background-repeat: no-repeat;
	background-position: 0 12px;		
	line-height: 30px;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	border-bottom: 1px dotted #8c3b7c;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

ul li.menu_contenidos a {
	color: #8c3b7c;
	text-decoration: none;
}

ul li.menu_contenidos_sel {
	padding-left: 14px;
	background-image: url('../img/web/ul_grey.jpg');
	background-repeat: no-repeat;
	background-position: 0 12px;		
	line-height: 30px;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	border-bottom: 1px dotted #8c3b7c;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

ul li.menu_contenidos_sel a {
	color: #888;
	text-decoration: none;
}

/*** Layout de la página *************************************************************************/
#marco {
	width: 965px;
	margin: 0 auto;
	background-image: url('../img/web/bg_marco.jpg');
	background-repeat: repeat-y;
}

#cabecera {
	height: 190px;
	padding: 16px 12px 0 13px;
	background-image: url('../img/web/bg_cabecera.jpg');
	background-repeat: no-repeat;
}

#menu-superior {
	height: 34px;
	background-image: url('../img/web/bg_menu_superior.jpg');
	background-repeat: repeat-x;
	clear: both;
	overflow: hidden;
}

#principal {
	padding: 0 12px 0 13px;
	clear: both;
}

#columna-izquierda {
	width: 218px;
	margin: 4px 0 0 0;
	float: left;
	background-image: url('../img/web/bg_columna_izquierda.jpg');
	background-repeat: no-repeat;
}

#columna-central {
	width: 499px;
	padding: 4px 2px 0 2px;
	float: left;
	background-image: url('../img/web/bg_columna_central.jpg');
	background-repeat: no-repeat;
}

#columna-derecha {
	width: 219px;
	margin: 4px 0 0 0;
	float: right;
	background-image: url('../img/web/bg_columna_derecha.jpg');
	background-repeat: no-repeat;
}

#pie {
	text-align: center;
	color: #4a013d;
	height: 22px;
	padding-top: 21px;
	background-image: url('../img/web/bg_pie.jpg');
	background-repeat: no-repeat;
}

#pie a {
	color: #4a013d;
	text-decoration: none;
}

#pie a:hover {
	text-decoration: underline;	
}

.clear {
	height: 1px;
	line-height: 1px;
	clear: both;	
}

/*** Menú superior *******************************************************************************/
#menu-superior ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#menu-superior ul li {
	float: left;
	background-image: none;
	margin: 0;
	padding: 0;	
}

/*** Bloques **************************************************************************************/
#columna-izquierda .bloque {
	padding: 0 8px 8px 11px;
	background-image: url('../img/web/bg_bloque_izquierda.jpg');
	background-repeat: no-repeat;
}

#columna-izquierda .bloque-primero {
	padding: 0 8px 8px 11px;
}

#columna-central .bloque {
	padding: 0 10px 10px 10px;
	background-image: url('../img/web/bg_bloque.jpg');
	background-repeat: no-repeat;
}

#columna-derecha .bloque {
	padding: 0 8px 8px 11px;
	background-image: url('../img/web/bg_bloque_derecha.jpg');
	background-repeat: no-repeat;
}

#columna-derecha .bloque-primero {
	padding: 0 8px 8px 11px;
}

.bloque h2, .bloque-primero h2 {
	margin-bottom: 10px;	
}

.bloque h3, .bloque-primero h3 {
	color: #3d0036;
}


#columna-izquierda .bloque p, #columna-izquierda  .bloque-primero p,
#columna-derecha .bloque p, #columna-derecha  .bloque-primero p {
	margin: 5px 6px 0 6px;	
}

#columna-central .bloque p, #columna-central  .bloque-primero p {
	margin-right: 2px;	
	
}

.indentado {
	text-indent: 45px;
}

.imagen {
	padding: 6px;
	background-image: url('../img/web/bg_imagen.png');
	background-repeat: no-repeat;
	width: 186px;
	height: 136px;
}

.imagen.izquierda {
	float: left;
	margin-right: 10px;
}

.colaborador {
	padding: 5px;
	background-image: url('../img/web/bg_colaborador.png');
	background-repeat: no-repeat;
	float: left;
	width: 86px;
	height: 75px;
}

.colaborador.izquierda {
	margin-right: 6px;
}

/* NOTICIAS */
.rotulo_descarga {
	float: right;
	line-height: 26px;
}

.rotulo_descarga a {
	color: #5b5b5b;
	text-decoration: underline;
}

.rotulo_descarga a:hover {
	text-decoration: none;
}

.descripcion_listado {
	float: left;
	width: 250px;
}

.mas-informacion-listados {
	color: #3d0036;
	float: left;
	padding-left: 15px;
	margin-bottom: 5px;
	text-indent: 0;
	text-decoration: none;
	height: 16px;
	line-height: 12px;
	background-image: url('../img/web/bg_mas_informacion.jpg');
	background-repeat: no-repeat;
}

.pag_seleccionada {
	float: left;
	color: #3d0036;
	font-weight: bold;
	padding: 2px;
}

.pagina {
	float: left;
	padding: 2px;
}

.pagina a {
	text-decoration: none;
	color: #3d0036;
}

.pagina a:hover {
	text-decoration: underline;
}

.boton_pag {
	float: left;
	padding: 2px;
}

.boton_pag a {
	text-decoration: none;
	color: #3d0036;
}

.boton_pag a:hover {
	text-decoration: underline;	
}

.descripcion_noticia p {
	text-indent: 30px;
}

.bt-volver {
	color: #3d0036;
	float: left;
	padding-left: 15px;
	margin-bottom: 5px;
	text-indent: 0;
	text-decoration: none;
	height: 16px;
	line-height: 12px;
	background-image: url('../img/web/bg_volver.jpg');
	background-repeat: no-repeat;
}

/* Colaboradores */
.bg_img_colaborador {
	float: left;
	background: url('../img/web/bg_img_colaborador.jpg');
	width: 94px;
	height: 83px;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 5px;
}

.bg_img_colaborador div {
	width: 86px;
	height: 75px;
	padding: 4px;
	overflow: hidden;
}

.texto_colaborador {
	line-height: 20px;
}

.texto_colaborador a {
	color: #3d0036;
	font-weight: bold;
}

/* CONTACTO */
.textarea {
	width: 334px;
	height: 157px;
	border: 1px solid #8c3d81;
	background: #dbdbdb;
}

.inputtext {
	border: 0px;
	width: 334px;
	height: 17px;
	background: url('../img/web/bg_textbox.jpg') repeat-x;
	color: #fff;
}

/* Ubicacion */
.bg-mapa {
	width: 470px;
	height:500px;
	border: 5px solid #fff;
	background-color: #fff;
}
