	body {
		margin: 0;
		padding: 0;
		font-family: "Trebuchet MS", Myriad, Arial, Sans-Serif;
		background: #fff url('../img/degradado.jpg') repeat-y top center;
	}
	#fondo {
		width: 796px;
		position: absolute;
		right: 50%;
		margin-right: -398px;
		background: url('../img/fondo.jpg') no-repeat fixed bottom center;
		min-height: 100%;
	}

#email {
	position: absolute;
	top: 0;
	margin-top: 360px;
	margin-left: 235px;
	font-size: 11px;
}
#email a {
	display: block;
	width: 130px;
	height: 20px;
}
#email a span {
	display: none;
}
	#contenido {
		width: 400px;
		margin-left: 194px;
	}
	#cabecera h1{
		background: url('../img/logotipo.gif') no-repeat center;
		height: 405px;
		margin: 0px;
		padding: 0px;
	}
	#cabecera h1 span {
		display: none;
	}
	#noticias {
		background: #fff;
		margin: 0px;
		padding: 1em;
		border: 12px solid #003273;
	}
h2 {
		/*font-size: 1em;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-top: 2em;*/
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: normal;
		margin-bottom: 0;
		border-bottom: 1px solid #9CADC5;
		clear: both;
	}

	h2 a {
		color: #006699;
		text-decoration: none;
	}
	h2 a:active {
		color: red;
	}
	h2 a:visited {
		color: #0099CC;
	}
	h2 a:hover {
		text-decoration: none;
		text-decoration: underline;		
	}
	#noticias p {
		font-size: 0.8em;
		line-height: 1.6em;
	}
	#noticias p a {
		color: #003273;
	}
	#noticias p a:active {
		color: #003273;
		text-decoration: none;
		border-bottom: 1px dotted #003273;
	}
	#noticias p a:visited {
		color: #003273;
		text-decoration: none;
		border-bottom: 1px dotted #003273;
	}
	#noticias p a:hover {
		color: #003273;
		text-decoration: none;
	}
	#noticias p.fecha {
		color: #555;
		margin: 0;
		padding: 0;
		line-height: 1em;
	}
	#noticias p img {
		float: left;
		margin-right: 1em;
	}
	#noticias p.navegador {
		text-align: right;
	}
	#noticias form label {
		font-size: 0.7em;
		display: block;
		float: left;
		width: 8em;
	}
	#noticias form input.texto {
		font-size: 0.7em;
		display: block;
		float: left;
		width: 15em;
	}
	#noticias form input.textoblock {
		font-size: 0.7em;
		display: block;
		float: none;
		width: 100%;
		clear: both;
	}
	#noticias form textarea {
		font-size: 0.7em;
		display: block;
		width: 100%;
	}
	#noticias form input.boton {
		font-size: 0.7em;
		display: block;
		margin-left: 8em;
	}
	#noticias form br.clear {
		clear: both;
	}
	
	
	#footer {
		clear: both;
		padding-top: 10px;
		border-top: 1px solid black;
	}
	#footer p {
		text-align: center;
		
	}