/* Hoja de estilos www.noproblem.es*/

a:link, a:visited {
	color: #3333CC;
	text-decoration: none;
}
a:hover, a:active {
	color: #3262C2;
	text-decoration: underline;
}
body {
	background: #FEFEFF url(../imagenes/fondo-degradado.png) repeat-x fixed top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
}

hr{
	border: 1px dotted #000000;
}

h1 {
	border-bottom-style: solid;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
}

h3 {
	color: #3262C2;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.hw4 {
	color: #3262C2;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.hw5 {
	color: #3262C2;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#cuerpo{
	background-color: #FEFFFF;
	border: 1px solid #000000;
	font-size: 12px;
	margin: 0px auto 0px auto;
	width: 740px;
}

.cabecera{
	background-color: #0A5FA8;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}


a:link.cabecera, a:visited.cabecera {
	color: #FFFFFF;
}
a:hover.cabecera, a:active.cabecera {
	text-decoration: underline;
}
.menu_arriba{
width: auto;
height: 30px;
background: url(../imagenes/barra-menu.gif) repeat-x;
text-align: center;
font-weight: bold;
color: White;
padding-top: 5px;
}
a:link.menu_arriba, a:visited.menu_arriba, a:hover.menu_arriba, a:active.menu_arriba{
	color: #fff;
}

#central{
	padding-bottom: 10px;
}



.zona_baja{
border-bottom: 1px dashed Black;
border-top: 1px dashed Black;
padding: 5px;
}


.cuadros_derecha{
	float: right;
}

.cuadro_der1{
position: relative;
top: 0px;
left: 0px;
border: 2px solid #757474;
width: 160px;
height: 85px;
}

.cuadro_der2{
position: relative;
top: 10px;
border: 2px solid #757474;
width: 160px;
height: 100px;
}
.cuadro_izq{
border: 2px solid #757474;
width: 160px;
height: 200px;
}

.titulo_noticias{
width: auto;
height: 15px;
padding: 5px;
background-color: #CAD4D6;
border-bottom: 2px solid #757474;
font-weight: bolder;
font-size: 9px;
}
.texto_noticias{
	width: auto;
	height: auto;
	padding: 5px;
	background-color: White;
	font-size: 9px;
}

.texto_noticias a{
color: #0755A1;
}

.legal {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #CFD9DA;
	width: 740px;
	height: 25px;
	padding-top: 5px;
	border-bottom: 5px solid White;
}
.legal a{
color: #0755A1;
}


.franja{
	background-color: #0059A5;
	width: 740px;
	height: 10px;
	border-top: 1px solid Black;
}

.texto_intro{
	color: #A52A2A;
	font-size: 10px;
}

a:link.link_textos, a:visited.link_textos {
	color: #B22222;
	font-size: 10px;
}
a:hover.link_textos, a:active.link_textos {
	text-decoration: underline;
}
li{
	list-style: square;
	margin-left: -25px;
}
ul{
	margin-top: -1px;
}