
/* Elementos comunes */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #00336c;
}

a:hover {
	color: #06F;
}

body {
	background: #2b3b3e url(imagenesweb/fondo.jpg);
	color: #2a3b3e;
	font: normal 9pt "Lucida Sans Unicode",sans-serif;
	margin: 0;
	text-align: center;
}

p,blockquote,ul {
	margin-bottom: 1.2em;
}

h1 {
	font: normal 1.6em serif;
}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

h3 {
	font: bold 2em Times, serif;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.2em;
}


ul {
	margin-left: 1.8em;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #2a3b3e;
	padding-left: 22px;
}

blockquote.citar {
	background: url(img/quote.gif) no-repeat;
	color: #2a3b3e;
	font: normal 1.4em serif;
	padding-left: 22px;
}



/* misc */
.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 18px 6px 0;
}

img.right {
	margin: 0 0 6px 10px;
}


img.portada-img {
	margin: 0 284px 0;
}

.divider {
	background: url(img/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

.contador {
	margin: 0 0 6px 10px;
}

/* estructura */

.contenedor {
	margin: 0 auto;
	width: 809px;
	text-align: left;	
}

.top {
	text-align: center;
	width: 809px;
	height: 26px;
}



.barracarrete {
	background: url(imagenesweb/barrafinal.jpg) repeat-x;
	clear: both;
	height: 10px;
	width: 809px;
}

.portada {
	background: #f5f1e1 url(imagenesweb/cabecera.jpg) no-repeat;
	text-align: right;
	height: 265px;
	margin: 0 0 0 0px;
	padding-right: 0px;
}

.titulonoticia {
	text-align: center;
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}



/* menutop */
.menutop {
	margin: 5px 5px;
}

.menutop {
	font: bold 11pt "Lucida Sans Unicode",sans-serif;
}


/* contenido */

.contenido {
	background: #f5f1e1 url(imagenesweb/fondo2.jpg) repeat center top;
	font-size: 1.2em;
	text-align: left;
}

/* content item */

.titular {
	font: 15pt "Lucida Sans Unicode",sans-serif; font-weight: bold; color: #276783;
}


.textopeque {
	font: normal 9pt "Lucida Sans Unicode",sans-serif;
}


.noticia {
	clear: both;
}

.bordefoto {
	border: 1px solid #2e565e;
}

.noticia .titulo {
	color: #171f20;
	font: normal 2em serif;
}


.noticia .fecha {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.noticia .body {
	clear: both;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}