body { 
	font-family: Verdana; 
	font-size: 0.7em;	
}

h1 {
	background: url(imagenes/fondo_h1.gif) 0px 5px;
	background-repeat: repeat-x;	
	margin: 0px;
	padding: 2px 0px;
	line-height: 20px;
	font-size: 1.4em;
}

h1 span {
	background: white;
	padding-left: 4px;
	
}

h3 {
	font-size: 1.1em;
	border-bottom: 1px solid gray;
}


table td {
	vertical-align: top;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #56829d;
}

a:hover {
	color: #ec3a46;	
}

img {
	border: 0px;
}

.contenedor {
	text-align: center;
}

.contenido {
	width: 740px;
	padding: 0px 0px;
	margin: 0px auto;
	text-align: justify;
}

.cabecera a {
	font-size: 1em;	
	text-decoration: underline;
}

.menu_superior {
	background: #deefff;
	padding: 10px 10px;
	text-align: center;
}

.menu_superior a {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.menu_superior a:hover {
	font-weight: bold;
	color: #ec3a46;
}

.menu_superior img {
	margin-left: 10px;
}

.central {
	width: 740px;
	position: relative;
}

.central_contenido {
	padding: 5px;
}

.c_central {
	width: 720px;
	float: left;
	font-size: 0.8em;
}

.c_central_l {
	padding: 0px 10px;
	width: 560px;	
}

.lateral {
	background: url(imagenes/searchbar.jpg) 0px -20px;
	background-repeat: repeat-x;
	border-top: 1px solid #bbbbbb;
	padding-top: 0px;
	width: 170px;
	line-height: 20px;
}

.lateral a { color: #000000; font-size: 11px; font-weight: bold;}
.lateral a:hover { color: #ec3a46; }

.lateral ul {
	margin: 0px;
	padding: 0px;	
}

.lateral li {
	/*background: url('imagenes/icono_menu_lateral.gif') no-repeat;*/
	font-size: 11px;
	padding-left: 10px;
	list-style: none;
	line-height: 20px;
	border-top: 1px dotted gray;
}

.lateral li.marcado {
	background: #eeeeee;
	font-size: 11px;
	padding-left: 10px;
	list-style: none;
	line-height: 20px;
	border-top: 1px dotted gray;
}

.lateral li a {
	color: #1A78C0;
	text-decoration: none;	
	font-weight: normal;	
}

.lateral li a:hover {
	text-decoration: underline;
}

.pie {
	border-top: 1px solid #cdced0;
	margin-top: 10px;
	padding-top: 12px;
	text-align: center;
	font-size: 0.9em;
}

.mensaje_entrada {
	font-size: 1.2em;
	text-align: center;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	color: #149beb;
}

.contenedor_divisiones_entrada {
	background: url(imagenes/fondo_divisiones_entrada.gif) no-repeat 0px 30px;	
	width: 740px;
	height: 230px;
}

.divisiones_entrada {
	float: left; width: 295px; margin: 0px 30px; font-size: 1.1em;
	line-height: 16px;
}

.divisiones_entrada img {
	margin-bottom: 15px;	
}

#barra_superior {
	background-image:url(imagenes/searchbar.jpg);
	background-repeat:repeat-x;
	height:30px;
	margin:0 0 5px;
	padding:8px 0 0;
	text-align:center;
	width: 740px;
	border-top: 1px solid gray;
}

.noticia {
	padding-left: 10px;
}

.noticia_cabecera {
	font-size: 0.9em;
}
.noticia_cabecera  a {
	text-decoration: underline;
}

.noticia_cabecera img {
	vertical-align: middle;
}

table.noticias {
	width: 100%;
}

table.noticias th {
	background: #E4F2B7;
}
