@charset "utf-8";


sidebar{display:none;}
html { overflow-x:hidden; }
body {
	background-color: #225868;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
}
.container {
	width: 100%;
	max-width:100%;
	min-width:100%;
	margin: 0 auto;
	background-color:#FFF;
	margin: 20px 0px 20px 0px;
	box-sizing:border-box;
}

.contenedor {
	width: 100%;
	background-color:#FFF;
	height:auto;	
	margin: 0 auto;
		font-family: "Arial Rounded MT Bold","Arial";
	font-size:1.1em;
	font-weight:bold;
	text-align:justify;
	box-sizing:border-box;
}
.contenido {
	width: 90%;
	overflow:hidden;
	height:auto;
	background-color:#FFF;
	box-sizing:border-box;
	margin: 0 auto;
}
.publicidad {
	width: 90%;
	overflow:hidden;
	height:auto;
	background-color:#FFF;
	padding:20px;
	box-sizing:border-box;
	
}
.bloque100 {
	margin: 0 auto;
	width: 100%;
	max-width:100%;
	float: left;
	padding-bottom:10px;
	padding-top:5px;
	box-sizing:border-box;
}
.bloque80{
	margin: 0 auto;
	width: 100%;
	max-width:100%;
	float: left;
	padding-bottom:10px;
	padding-top:5px;
	box-sizing:border-box;
}
.bloque60 {
	margin: 0 auto;
	width:100%;
	max-width:100%;
	float: left;
	padding-bottom:10px;    box-sizing:border-box;	
}
.bloque50 {
	margin: 0 auto;
	width:50%;
	max-width:50%;
	float: left;
	padding-bottom:10px;    box-sizing:border-box;	
}
.bloque40 {
	margin: 0 auto;
	width: 100%;
	max-width:100%;
	float: left;
	padding-bottom:10px;
	box-sizing:border-box;	
}
.bloque33 {
	margin: 0 auto;
	width: 100%;
	max-width:100%;
	float: left;
	padding-bottom:10px;
	box-sizing:border-box;
}
.bloque25 {
	margin: 0 auto;
	width: 50%;
	max-width:50%;
	float: left;
	padding-bottom:10px;
	box-sizing:border-box;
}
.bloque20 {
	margin: 0 auto;
	width: 30%;
	max-width:40%;
	float: left;
	text-align:center;
	box-sizing:border-box;	
}
.anuncio {
	margin: 0 auto;
	width: 100%;
	float: left;
	height:auto;
	box-sizing:border-box;
}

.cabecera {
	float: left;
	width: 100%;
	background-color: #FFF; 
	color:#225868; 
	font-size: 0.4em;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	text-decoration:underline;
	text-align:center;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:-10px;
	box-sizing:border-box;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1 {
	margin-top: 0;
	margin-bottom:-5px;
}
h2 {
	margin-top: 0;
	margin-bottom:-5px;
	font-size: 1em;
}

 h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
a img { 
	border: none;
	text-align:center;
	width:80%;
	height:auto
}

a:link {
	text-decoration: none; 
	font-weight:bold;
	color:#225868
}
a:visited {
	text-decoration: underline;
	color:#000
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	font-weight:bold;
	color:#900
}


@media screen and (max-width: 480px) { 

}
@media screen and (max-width: 800px) { 

}
.barra_menus{
	margin: 0 auto;
	width: 100%;
	float: left;
	font-family: "Arial Rounded MT Bold","Arial";
	text-align:center;		
	font-size:0.70em;
	padding-left:0px;
    font-weight:bold;
	box-sizing:border-box;
}

.nav li a{background-color:#225868;color:#FFF;text-decoration:none;
display:block;
padding:5px; 
 }
.nav li ul{display:none;position:absolute;min-width:22.5%; list-style: none;}
.nav li:hover>ul{display:block; 
}
.nav li a:hover{background-color:#225868; font-size: 1.1em; font-weight:bold; color:#FF0; }
.nav>li{float:left;width:25%;list-style: none; text-align:center;}


/*Codigo para la política de cookies/*
 
 

 
/* 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:90%;
	height:125px;
	margin:0 auto;
    padding-top:5px;
	padding-left:20px;
	padding-right:25px;
    font-size:1em;
	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:0.938;
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 */
 
