BODY	{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	}

TABLE	{
	font-size: 8pt;
	}

A.link	{
	text-decoration: none;
	font-weight: bold;
	}

.SaltoLinea {
	margin: 5;
	}

#fuente10 {
	font-size: 10pt;
	}

#fuente12 {
	font-size: 12pt;
	}

#fuenteb {
	font-weight: bold;
	}

.CuerpoTxDoc, .CuerpoTxNews, .CuerpoTxEvent, P	{
	font-size: 10pt;
	text-align: justify;
	text-indent: 25;
	margin: 10 20;
	line-height: 130%;
	}

.Cuadro {
	font-family: Arial;
	font-size: 10pt;
	background-color: #EEEEEE;
	height: 20px;
	text-indent: 0;
	}

.CuadroBt {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	background-color: #EEEEEE;
	height: 25px;
	text-indent: 0;
	}

.CuadroArea {
	font-family: Arial;
	font-size: 10pt;
	background-color: #EEEEEE;
	text-indent: 0;
	}

.LeftBold {
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 2;
	color: #333333;
	text-indent: 0;
	}

.tbadmins {
	font-weight: bold;
	text-align: left;
	margin: 2;
	color: #666666;
	text-indent: 0;
	}

.TxLeft {
	text-align: left;
	margin: 2 0 2 4;
	text-indent: 0;
	}

.TxRight {
	text-align: Right;
	margin: 2 4 2 0;
	text-indent: 0;
	}
.TxCenter {
	text-align: center;
	margin: 2;
	text-indent: 0;
	}
.TxJust	{
	font-size: 10pt;
	text-align: justify;
	text-indent: 20;
	margin: 10 20;
	line-height: 120%;
	font-style: italic;
	}

.TxJust:first-letter	{
	font-size: 12pt;

	}
.TxJustNormal	{
	font-size: 10pt;
	text-align: justify;
	text-indent: 20;
	margin: 8 10;
	line-height: 120%;
	}

.CenterBold {
	font-weight: bold;
	text-align: center;
	margin: 2 0;
	text-indent: 0;
	}

.Copete {
	text-align: justify;
	margin: 3 60;
	font-style: italic;
	text-indent: 0;
	}

.CopeteLK {
	text-align: justify;
	margin: 3;
	font-style: italic;
	text-indent: 0;
	}


.TitDoc {
	font-family: Verdana;
	text-align: left;
	font-weight: bold;
	margin: 3 4;
	font-size: 12pt;
	text-indent: 0;
	}

.TitDoc:first-letter	{
	font-size: 14pt;

	}

.Firma {
	text-align: left;
	margin: 2 4;
	font-style: italic;
	font-size: 10pt;
	text-indent: 0;
	}

.TitInt1	{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold; 
	margin: 10 0 20 20;
	text-indent: 0;
	}

.TitInt2	{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	margin: 10 0 20 30;
	text-indent: 0;
	}

.CitaTexto	{
	font-size: 10pt; 
	text-align: justify; 
	margin: 10 20; 
	padding: 10; 
	background-color: #EFEFEF;
	text-indent: 0;
	}

.CuerpoTx	{
	font-size: 10pt;
	text-align: justify;
	text-indent: 25;
	margin: 10 20;
	line-height: 130%;
	text-indent: 0;
	}

.CuerpoTx:first-letter	{
	font-size: 12pt;
	font-weight: bold;
	}

.CuerpoTxCard	{
	font-size: 10pt;
	text-align: justify;
	text-indent: 25;
	margin: 10 20;
	line-height: 130%;
	}

.DelGrupo {
	text-align: Right;
	margin: 2 4;
	font-weight: bold;
	text-indent: 0;
	}

.CuadroAux {
	border-style: double;
	}

.BordesTd {
	border-width: thin;
	border-style: none none solid none;
	}

.BordesCat {
	border-width: 1px;
	border-style: dashed;
	}

.BordesCatCorta {
	border-width: 1px;
	border-style: none none dashed none;
	}

.TitMax {
	font-family: Tahoma;
	font-weight: bold;
	text-align: right;
	text-indent: 0;
	}
.TitPortada {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 5;
	text-indent: 0;
	}

#Titulo {
	font-size: 12pt;
	font-weight: bold;
	}

#Titulominor {
	font-size: 10pt;
	font-weight: bold;
	}

.Pie {
	font-weight: bold;
	text-align: center;
	margin: 2;
	text-indent: 0;
	}

.Piequijote {
	font-weight: bold;
	text-align: right;
	margin: 2;
	text-indent: 0;
	}


.expansor   {cursor:hand; cursor:pointer;color: darkblue; font-weight: bold;}


.ResQuery_titulo	{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	margin: 20 10 5 30;
	}

.ResQuery_cuerpo	{
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	text-align: justify;
	text-indent: 25;
	margin: 5 25;
	line-height: 110%;
	}

@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:43px;
	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;
opacity:0.7;
filter:alpha(opacity=70); /* 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: #FFF;
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);
}
