@charset "utf-8";
body {
	background-color: #225868;
	margin: 0;
	padding: 0;
}
.container {
	width: 85%;
	margin: 0 auto;
	background-color:#FFF;
}

.contenedor {
	width: 100%;
overflow:hidden;
height:auto;	
margin-top:20px;
margin-bottom:20px
}
.contenido {
	width: 56%;
	float: left;
	overflow:hidden;
	height:auto;
	background-color:#FFF;
	font-family: "Arial Rounded MT Bold","Arial";
	margin:0px 0px 0px 20px
}
.bloque_izq {
	margin:10px 0px 0px 0px;
	width: 90%;
	padding-left:10px;
	float: left;
	color: #000;	
}
.anuncio {
	width:300px;
	float: left;
	margin-top:20px;
	font-family: "Arial Rounded MT Bold","Arial";
	font-weight:bold; 
	margin-right:10px
}
.publicidad {
	float: right;
	width: 38%;
	margin-top: 0;
	height: auto;
	background-color:#FFF;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-left:0px;
	margin-right:10px
}
.cabecera {
	float: left;
	width: 90%;
	background-color: #FFF; 
	margin-top:2px;
	color:#225868; 
	font-size: 49px;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	text-decoration:underline;
	margin: 10px 10px 5px 15px
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
	align: center
}

a:link {
	color: #225868;
	text-decoration: underline; font-weight:bold
}
a:visited {
	color: #225868;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#900;
	font-weight:bold;
}



.footer {
	padding: 10px 0;
	background-color: #FFF;
}

.barra_menus{
	width: 95%; text-align:center;
	margin: 0 auto;
	margin-left:10px;
	float: left;
	font-family:"Arial Rounded MT Bold","Arial";font-size:14px;
font-weight:bold:}

.nav li a{background-color:#225868;color:#FFF;text-decoration:none;
display:block;
padding:5px;
 }
.nav li ul{display:none;position:absolute;min-width:10.9%; list-style: none;}
.nav li:hover>ul{display:block;}
.nav li a:hover{background-color:#225868; font-size: 15px; font-weight:bold; color:#FF0; }
.nav>li{float:left;width:24%;list-style: none;}

.texto_negro { 
	color:#000;

}
.texto_azul { 
	color:#225868;
	
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

<!--- Codigo para la política de cookies-->
 
 
<style type="text/css">
 
/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:99%;
	height:100px;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        font-size: 1.2em;
	clear:both;
        font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
 
/* Fin del CSS para cookies */
 
</style>