@charset "utf-8";

body {
	background-color: #225868;
	margin: 0;
	padding: 0;
	
}
.cajas {
	font-size:1.1em;
	font-family:Arial;
	alignment-adjust:central;
	text-align:center;
	background-color:#FC3;
}

.encabezado_temas {
	font-size: 1.5em;
	font-family: "Arial Rounded MT Bold","Arial";
	color:#FFF;
	alignment-adjust: central;
	text-align: center
	
}

.container {
	width: 86%;
	margin: 0 auto;
	background-color:#FFF;
	margin: 0 auto;
	background-color:#FFF;
	margin-top:20px;
	margin-bottom:20px
}

.contenedor {
	width: 100%;
	overflow:hidden;
	height:auto;	
	margin: 0 auto;
	background-color:#FFF;
	text-align:justify;
	padding-bottom:20px;
	box-sizing:border-box;
}
.contenido {
	width: 100%;
	float: left;
	background-color:#FFF;
	height:auto;
	font-size: 0.8em;
	font-family: "Arial Rounded MT Bold","Arial";
	padding:5px 0px 5px 20px;
	font-weight:bold;
	box-sizing:border-box;
	
}

.temas {
	width: 21%;
	float: left;
	height:auto;
	margin-top: 10px;
	padding-left:30px;
	font-family: "Arial Rounded MT Bold","Arial";
	font-size: 0.9em;
	text-align:left;
	box-sizing:border-box;	
}


.bloque100 {
	margin: 0 auto;
	width: 100%;
	float: left;
	padding-bottom:10px;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center
}
.bloque70 {
	margin: 0 auto;
	width: 70%;
	float: left;
	padding-bottom:10px;
	padding-top:5px;
	text-align:center
}
.bloque60 {
	margin: 0 auto;
	width:60%;
	float: left;
	padding-right:0px;
	box-sizing:border-box;
	margin-top:5px;
	text-align:center	
}
.bloque50 {
	margin: 0 auto;
	width:50%;
	float: left;
	padding-right:10px;
	box-sizing:border-box;
	margin-top:5px;
	text-align:center
			
}
.bloque45 {
	margin: 0 auto;
	width:50%;
	float: left;
	padding-bottom:10px;
	box-sizing:border-box;
	text-align:center
		
}
.bloque40 {
	margin: 0 auto;
	width:40%;
	float: left;
	padding-bottom:10px;
	box-sizing:border-box;
	text-align:center;
		
}
.bloque33 {
	margin: 0 auto;
	width: 33%;
	float: left;
	padding-bottom:10px;
	box-sizing:border-box;
	text-align:center
}
.bloque25 {
	margin: 0 auto;
	width: 25%;
	float: left;
	padding-bottom:10px;
	box-sizing:border-box;
	text-align:center
}
.bloque20 {
	margin: 0 auto;
	width: 20%;
	float: left;
	box-sizing:border-box;
	text-align:center
}
.bloque10 {
	margin: 0 auto;
	width: 10%;
	float: left;
	box-sizing:border-box;
	text-align:center
}

.cabecera {
	width: 100%;
	background-color: #FFF; 
	color:#225868; 
	font-size: 2.2em;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	text-decoration:underline;
	margin-bottom:5px;
	margin-top:20px;
	margin-left:0px;
	text-align:center;
	box-sizing:border-box;
}
.cabecera100 {
	width: 100%;
	background-color: #FFF; 
	color:#225868; 
	font-size: 2.2em;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	text-decoration:underline;
	margin-bottom:5px;
	margin-top:20px;
	margin-left:0px;
	text-align:center;
	box-sizing:border-box;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1 {
	margin-top: 0;
	margin-bottom:-5px;
}

h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
 p {
	margin-top: -15px;
	padding-right: 10px;
	padding-left: 5px;
}
a img { 
	border: none;
	text-align:center;	
	text-align: center;
}

td{
	vertical-align:top;
	text-align:center;
}
a:link {
	text-decoration: none; 
	font-weight:bold;
	color:#000;
}
a:visited {
	color:#000
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	font-weight:bold;
	color:#900;
}


/*-Codigo para la política 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: -76px;}
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:96%;
	height:90px;
	margin:0 auto;
	padding-left:1%;
	padding-left:30px;
	padding-right:30px;
        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:0.938em;
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 */
 


