.titcap {  font-family: Arial, Helvetica, sans-serif; font-size: 21px; font-weight: normal; font-style: normal; line-height: 24px}
.titcaja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.enlacesg {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; font-style: normal; line-height: 12px}
.enlacem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	line-height: 11px;
	font-weight: normal;
}
.enlacesgrandes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
.textope {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-decoration: none;
	font-weight: normal;
}
.genlacem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
}
.enlaceavisos {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
}
.genlaceg {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 12px; font-style: normal; font-weight: normal; text-decoration: none}
.genlacesgrandes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
.gtextope {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
.gtitcap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	text-decoration: none;
	font-weight: normal;
}
.textosfd {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
}
.ptextofd {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}
.gtextonormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}
.gtextonormal2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}
.ptextonormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
}
.gtextopetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	font-weight: normal;
}
.gtithome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	line-height: 26px;
	font-weight: normal;
}
.gtextolista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
}
.gitithomeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
.gtithomea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: normal;
}
.salas {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold}
a img
{
border: none;
} 
a img
{
border: 0;
} 
a {
outline:0;
}

img a:active {border:none;outline:none;

}

img { border-style: none; }

img {
    border: none;
}
img
{
  border:0;
}


    <!--- 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:100%;
    	height:73px;
    	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: #aeaeab;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
    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: #aeaeab;
    display:inline;
    opacity:0.95;
    filter:alpha(opacity=95);
    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);
    }
	@media only screen and (max-width: 700px) {

.cookiesms{
margin-bottom:0px;
height:120px;
}
     
    /* Fin del CSS para cookies */
     
    </style>



