* {
	font-family: tahoma, verdana, helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	color: red;
}

h1 {
font-size: 300%;
}

h2 {
font-size: 200%;
}

h3 {
font-size: 150%;
}

h4 {
font-size: 100%;
}

a {
	color: #153D8A;
}

#cabecera {
	padding: 20px 0 40px 0;
	background-color: #9FBDF8;
	border-bottom: 1px solid #153D8A;
	margin-bottom: 20px;
	background-image: url(imagenes/fondo.png);
	background-repeat: repeat-x;
	background-position: left center;
}

#cabecera h1 {
	padding: 0 230px 0 180px;
	font-size: 300%;
	color: #153D8A;
}

#cabecera h1 a {
	color: #153D8A;
	font-size: 100%;
	text-decoration: none;
}

#cabecera p {
	padding: 0 230px 0 180px;
	color: #153D8A;
}

#cuerpo {
	padding: 0;
	margin-left: 180px;
	margin-right: 270px;
	color: #000;
}

#cuerpo .destacada {
	border-bottom: 1px solid #153D8A;
	margin-bottom: 3em;
}

#cuerpo .destacada h2 {
	text-align: left;
	font-weight: normal;
	color: #304E89;
}

#cuerpo .destacada h3 {
	text-align: left;
	font-weight: normal;
	color: #304E89;	
}

#cuerpo .destacada p {
	color: #000;
	line-height: 180%;
	text-align: justify;
	margin-bottom: 1em;
}

#cuerpo .destacada p.entradilla {
	margin: 20px 0;
	text-align: left;
	font-weight: bold;
	color: #153D8A;
}

#cuerpo .destacada blockquote {
	margin: 20px 15px;
	padding: 20px 20px 20px 50px;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #000;
	line-height: 150%;
	text-align: left;
	font-size: 14px;
}

#cuerpo .titulares {
}

#cuerpo .titulares ul {
	list-style: none;
}

#cuerpo .titulares ul li {
	margin-bottom: 1em;
}

#cuerpo .titulares ul h3 {
}

#cuerpo .titulares ul a {
	text-decoration: none;
	color: #153D8A;
	font-size: 12px;
}

#cuerpo p, #cuerpo li {
	font-size: 12px;
	color: #444;
}

#cuerpo ul {
	margin-left: 15px;
	margin-bottom: 10px;
}

#barra_lateral {
	padding: 0;
	width:  180px;
	margin-right: 50px;
	padding-left: 20px;
	float: right;
	border-left: 2px dotted #ddd;
}

* html #barra_lateral {
	width: 130px;
}

#barra_lateral h2 {
	padding: 0;
	margin: 0;
	color: #777;
	font-size:12px;
}

#barra_lateral ul {
	list-style: none;
	margin-bottom: 1em;
}

#barra_lateral li {

}

#barra_lateral li a {
	text-decoration: none;
	color: #777;
	font-size: 10px;
}

#barra_lateral li a:hover {
	text-decoration: underline;
	color: #555;
}

#comentarios {
	}

#comentarios h3 {
	font-weight: normal;
	color: #304E89;
	margin-bottom: 1em;
}

#comentarios dl {
	}
	
#comentarios dl dt{
	color: #666;
	}
	
#comentarios dl dt a{
	color: #333;
	text-decoration: underline;
	}
	

#comentarios dl dd{
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	line-height: 100%;
	}

#comentarios h4{
	font-weight: normal;
	color: #304E89;
	}
	
#comentarios form{
	margin: 10px;
	padding: 10px;
	border: 1px solid #7eadd9;
	background-color: #d0e1f0;
	}
	
#comentarios form * {
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

#comentarios form .info_comentario {
	width: 25%;
	float: left;
}

#comentarios form .texto_comentario {
	width: 70%;
	float: right;
}


#comentarios form .info_comentario input, #comentarios form .texto_comentario textarea {
	width: 100%;
}


.logo {
	width: 180px;
	float: left;
	text-align: center;
}

.fecha {
	text-transform: lowercase;
	color: #153D8A;
}

.meta * {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #153D8A;
}

.meta {
	font-size: 10px;
	color: #153D8A;
	text-align: right;
	padding: 1px 6px;
	border: 1px solid #7eadd9;
	background-color: #d0e1f0;

}

.meta a {
	text-decoration: underline;
}

#busqueda {
	margin-bottom: 1em;
}

#busqueda form * {
	color: #aaa;
	font-size: 10px;
}

b {
	color: #153D8A;
}

table {
	
}

td, th {
	color: #000;
	background-color: #fff;
	border: 1px solid #8A8A8A;
	margin: 1px;
	padding: 2px;
	font-size: 12px;
}

