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

a {
	color: #00336c;
}

a:hover {
	color: #06F;
}

body {
	background: #2b3b3e url(imagenesweb/fondo.jpg);
	color: #2a3b3e;
	font: normal 62.5% "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.portada-img {
	margin: 0 284px 0;
}

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

/* estructura */

.contenedor {
	background: #2b3b3e url(imagenesweb/contenido.jpg) repeat-y center top;
	margin: 0 auto;
	width: 744px;
	text-align: left;	
}

.top {
	float: left;
	text-align: center;
	width: 744px;
}

.barracarrete {
	background: #2a3b3e url(imagenesweb/carrete.jpg) repeat-x;
	clear: both;
	height: 17px;
	width: 685px;
	margin: 0 29px;
}

.portada {
	background: #2a3b3e url(imagenesweb/portada.gif) no-repeat;
	height: 227px;
	margin: 0 29px;
	padding-right: 270px;
}

.titulonoticia {
	text-align: center;
}

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



/* menutop */
.menutop {
	margin: 0 24px;
}

.menutop a {
	color: #2a3b3e;
	font: normal 1.8em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.menutop a:hover,.navigation #selected {
	color: #06F;
}

/* contenido */

.contenido {
	background: #99aeae url(imagenesweb/bajoportada.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 30px;
	padding: 0 38px 24px;
	text-align: left;
}
.contenido .espacio {
	height: 42px;
}

/* content item */
.noticia {
	clear: both;
}

.noticia img {
	border: 1px dashed #000000;
}

.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;
}