html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

b, strong {font-weight: bold;}
i, em {font-style: italic;}

a {	text-decoration:none; }
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

body {
	padding-top:0px;
	margin-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin-left:0px;
	margin-bottom:0px;
	font-family: Arial;
	font-size: 0.7em;
}

.fondo_colores {
	background-color: white;
}

INPUT {
	font-family: Arial;
	font-size: 0.9em;
	COLOR: #333;
	margin-bottom: 1px;
}

.sinborde { border: 0px;}
#sinborde { border: 0px;}

SELECT {
	font-family: Arial;
	font-size: 0.9em;
	color: #333;
	border: 1px solid #7F9DB9;
	margin-bottom: 3px;
}

TEXTAREA {
	font-family: Arial;
	font-size: 0.9em;
	COLOR: #333;
	border: #739DAB 1px solid;
	margin-bottom: 3px;
	border: 1px solid #7F9DB9;
}

p {
	color: #333;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 15px;
	text-align: justify;
}

p a {color:#BE1238; font-weight: bold;}
p a:hover {color:#BE1238; text-decoration:underline;}

ul {
	padding-left: 25px;
	list-style: circle;
}

li {
	color: #333;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 10px;
}

li a { color: #333;}
li a:hover { color: #BE1238; text-decoration: none;}

.bloque {
	width: 100%;
	height: 100%;
	display: block;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}	

/***********************************************************************************/

/* ESTRUCTURA */

.contenedor {
	margin: 0px auto;
	width: 960px;
}

.encabezado {
	background: white url('../images/encabezado.jpg') top center no-repeat;
	height: 171px;
	position: relative;
}

.idioma {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 107px;
	padding-right: 11px;
	text-align: right;
	height: 27px;
	color: #696969;
	font-size: 12px;
	cursor: pointer;
	line-height: 27px;
	font-weight: bold;
}

.idioma a { color: #696969; line-height: 27px;}
.idioma a:hover { color: black;}

.menu {
	padding-top: 141px;
	height: 30px;
	line-height: 30px;
	color: black;
	font-size: 15px;
	text-align: right;
	padding-right: 20px;
}

.menu a {color: white; line-height: 30px;}
.menu a:hover {color: white; text-decoration: underline;}

.superior {background: #B8B8B8 url('../images/superior.jpg') top center repeat-y;}

/* INDEX */

.foto_portada {
	float: left;
	width: 637px;
	height: 327px;
	background: url('../images/img_portada.jpg') top center no-repeat;
}

.foto_interior {
	width: 960px;
	height: 172px;
	background: url('../images/img_interior.jpg') top center no-repeat;
}

.lat_dcha {
	float: left;
	width: 323px;
}

.izda {float: left; width: 637px;}
.dcha {float: left;	width: 322px;}

.mas_eventos {
	background: #333132 url('../images/flecha.jpg') center right no-repeat;
	height: 30px;
	line-height: 30px;
	color: white;
	text-align: right;
	padding-right: 43px;
	font-size: 13px;
	font-weight: bold;
}

.mas_eventos a {color: white; line-height: 30px;}
.mas_eventos a:hover {color: #BE1238;}

h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
	color: black;
	text-transform: lowercase;
}

h3 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #BE1238;
	text-transform: uppercase;
}

.contenido {
	/*background-color: #EDEDED;*/
	padding: 20px 30px 20px 15px;
	width: 592px;
}

.contenido p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}

.contenido p a {color: #BE1238;}
.contenido p a:hover {color: #BE1238; text-decoration: underline;}

.tit {
	font-size: 14px;
	font-weight: bold;
}

.fecha {
	font-weight: bold;
	font-size: 15px;
	color: #969696;
}

.fecha2 {
	font-weight: bold;
	font-size: 13px;
	color: black;
	padding-bottom: 5px;
}

.agenda {
	padding: 20px 15px;
}

.agenda p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 16px;
	text-align: left;
}

.agenda p a {color: #333;}
.agenda p a:hover {color: #BE1238; text-decoration: none;}

.txt_agenda, .txt_agenda p {
	color: #333;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 15px;
	text-align: justify;
}

.txt_agenda a, .txt_agenda p a {color:#BE1238; font-weight: bold;}
.txt_agenda a:hover, .txt_agenda p a:hover {color:#BE1238; text-decoration:underline;}


.area_restringida {
	padding: 20px 15px;
}

.login th {
	color: #777;
	font-size: 11px;
	width: 60px;
	font-weight: bold;
}

.login input {
	border: 1px solid #D2CFCA;
	margin: 5px 2px;
	width: 147px;
}

.login #entrar {
	background-color: #BE1238;
	color: white;
	width: 50px;
	font-size: 12px;
	float: left;
	border: 1px solid white;
}

.login #salir {
	background-color: #BE1238;
	color: white;
	width: 120px;
	font-size: 12px;
	border: 1px solid white;
}

.login #recordar {
	background-color: #D0D0D0;
	border: 1px solid white;
	color: white;
	width: 17px;
	font-size: 12px;
	float: left;
}

.mezua {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	color:#333132;
	font-weight:bold;
}

/* CREDITOS */

.logos {
	background: url('../images/logos.jpg') top center no-repeat;
	height: 100px;
	position: relative;
}

.logosEU {
	background: url('../images/logosEU.jpg') top center no-repeat;
	height: 100px;
	position: relative;
}

.ayto {
	position: absolute;
	top: 8px;
	left: 27px;
	width: 66px;
	height: 83px;
}

.can {
	position: absolute;
	top: 8px;
	left: 130px;
	width: 183px;
	height: 83px;
}

.creditos {
	padding: 20px 15px;
	border-right: 1px solid #E4E4E4;
}

.creditos p { 
	font-size: 16px;
	color: #A2A2A2;
	font-weight: bold;
}
.creditos p a {color: #A2A2A2;}
.creditos p a:hover {color: #A2A2A2; text-decoration: underline;}

/* AGENDA */

.lista_agenda {
	margin-bottom: 50px;
}

.lista_agenda th {
	width: 95px;
	border-right: 1px solid black;
	padding-right: 30px;
	color: #BE1238;
	font-size: 20px;
	text-align: right;
	font-weight: bold; 
}

.lista_agenda td {
	padding-left: 15px;
}

.lista_agenda p a {color: #333;}
.lista_agenda p a:hover {color: #BE1238; text-decoration: none;}

.titulo {
	font-size: 16px;
	font-weight: bold;
	color: #BE1238;
}

.titulo2 {
	font-size: 14px;
	font-weight: bold;
	color: #BE1238;
	padding-bottom: 5px;
}

.datos_agenda td {
	color: #333;
	font-size: 12px;
	padding: 0px;
	padding-right: 20px;
	height: 17px;
}

/* NOTICIAS */

.lista_not {
	margin-bottom: 50px;
	border-bottom: 1px solid #9F9F9F;
	width: 590px;
}

.masinfo {text-align: right; padding-bottom: 3px;}
.masinfo a {
	color: black;
	font-weight: bold;
	font-size: 14px;
	
}

/* DESCARGAS */

.tipo_doc, .tipo_doc2 {
	float: right;
	margin-right: 35px;
	display: inline;
	width: 45px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.tipo_doc {border-bottom: 4px solid white;}
.tipo_doc2 {border-bottom: 4px solid #BE1238;}

.tipo_doc a, .tipo_doc2 a {line-height: 26px;}

.tipo_doc a {color: black;}
.tipo_doc a:hover { text-decoration: none;}
.tipo_doc2 a { color: #BE1238;}
.tipo_doc2 a:hover {text-decoration: none;}

/* CONTACTO */

.contacto {
	font-size: 12px;
	color: #333;
}

.contacto input, .contacto textarea {
	width: 300px;
	border: none;
	margin: 3px;
}

.contacto #enviar {
	color :white;
	background-color: #BE1238;
	width: 70px;
	font-weight: bold;
	cursor: pointer;
	border: none;
}


/* FOTOS */

.item_foto, .item_foto_vacio {
	width: 125px;
	/*height: 125px;*/
	float:left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 30px;
	position:relative;
}

.item_foto {
	cursor: pointer;
	
}

.item_foto .titulo {
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
	color: #333;
}

.aldor {
	text-align: right;
	margin-top: 5px;
	font-size: 11px;
}

.aldor a {color: #999;}
.aldor a:hover {color: #999; text-decoration: underline;}
