/* CSS Document
border: 4px solid #C00;
 */

:root 
{

  --colorfondoBt:#f2f9e5;
  --colorbordeBt:#6d8a3c;
  --colorbordeBt:#939393;
  --colortxtBt:#4a6a16;
  
  --ColorFondo:#FFFFFF;
  --ColorTxt:#000000;
  
  
  --ColorFondoCab:#1d8be0;
  --ColorTxtCab:#FFFFFF;
  
  --ColorPie:#1d8be0;
  --ColorTxtPie:#86f801;
  
  --ColorFondoCelda:#6e8e4e;
  --ColorFondoCab2:#97ba76;
 
  --ColorMedio:#b5df8a;
  --ColorResalta:#f09e28;
  
  
  --colorfondoAct:#D7FEAF;
  --colorfondoAnt:#E0E0FC;  
  --colorfondoTit:#6c88c4;
  
  
  --colorfondoInfo:#e3e8f3;
  --colorbordeInfo:#93a2c5;
  --colortxtInfo:#425581;
  
  
  --colorfondoCabA:#D7FEA5;


  --colortxtNav:#e6ecf9;
  --colortxtTit:#FFFFFF;
  --colortxtpie:#2a5202;
  --colorbordeenviar:#45f910;
  
}







    html, body{
      height:100%;
	  width:100%;
	  padding:0;
      margin: 0 auto;
      display: flex;
	  display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;

	 /* 
	background-image: url("../img/FondoEntrada2.jpg");
    background-image: no-repeat;
    background-image: fixed;
    background-image: center;
	background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	
	otra forma
	background-image: url("../img/FondoEntrada.jpg");
	background-position:0 0;
	background-repeat:repeat;
	*/
    }
	
        a:link, a:visited, a:active {
            text-decoration:none;
        }	


#FilaCab, #FilaCentral,  #Pie
{
	 width: 100%;
	 display:flex;
	 align-items: center;
}


#FilaCab, #FilaCentral, #Pie
{
	justify-content: space-between;
	justify-content: center;
}



	
    #FilaCab
	{
      height: 50px;
	   background:var(--ColorFondoCab);
  
    }
	#FilaCentral
	{
      height: 100%;
	
	
    }	
	#Pie
	{
      height: 50px;
	  vertical-align:bottom;
	  background:var(--ColorPie);
	 }





.img_Logo
{
width:450px;
height:auto;
 
}

.txt_Pie /* .div_titulo_Panel */

{

	width:100%;
	padding:0.6em 0.6em;
	text-align:center;
	display: inline-block;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:var(--ColorTxtPie);
	background:var(--ColorPie);
	vertical-align:middle;
	
}




.Fila, .Superior, .Inferior, .Div_AD, .Central, .FilaAD
{
	display:block;
	width:100%;
	padding:0; /* padding a 0 para quitarle las tabulaciones de los li*/
	margin: 0 auto;
	text-align:center;	
	vertical-align:middle;

}




/*  .Celda_Sup div a:link, .Celda_Sup  div a:visited, .Celda_Sup div a:active, .Celda_Sup div a:hover*/

.Celda_Sup a:link, .Celda_Sup a:visited, .Celda_Sup a:active, .Celda_Sup a:hover

{
	color: var(--ColorTxt); /* tunear */
}

.Celda_Sup /* .div_titulo_Panel */

{
	text-align:center;
	display: inline-block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF; /* tunear */
	background:var(--ColorFondoCab);
	vertical-align:middle;
	
}

.Fila
{
	padding:0.2em 0px;
}

.Celda /* .div_titulo_Panel */

{

	width:30%;
	padding:0.6em 0.6em;
	text-align:center;
	display: inline-block;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:var(--ColorTxt);
	background:var(--ColorFondo);
	filter:alpha(opacity=70); /* IE < 9.0 */
	-moz-opacity:0.7; /* Mozilla */ 
	opacity: 0.7; /* CSS3 */
	vertical-align:middle;
	
}

.Celda65 /* .div_titulo_Panel */

{

	width:65%;
	padding:0.6em 0.6em;
	text-align:center;
	display: inline-block;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:var(--ColorTxt);
	background:var(--ColorFondo);
	filter:alpha(opacity=80); /* IE < 9.0 */
	-moz-opacity:0.8; /* Mozilla */ 
	opacity: 0.8; /* CSS3 */
	vertical-align:middle;
	 border-color: var(--ColorResalta);
	border-style: solid;
	border-width: 1px;
	
}

.Superior #izda

{
	margin-top:12px;
width:60%;
float:left;
text-align:left;
margin-left:0.4em;
font-size:1em;
color: var(--ColorTxtCab);
}

.Superior #centro

{
width:50%;
margin-top:-15px; /* la mitad del tamaño de la imagen */
font-size:1em;
text-align:center;
}

.Superior #drcha
{
float:right;
width:30%;
text-align:right;
margin-right:0.4em;
font-size:1em;
color: var(--ColorTxtCab);
}


.Celda_Sup a:link, .Celda_Sup a:visited, .Celda_Sup a:active
 {
           	font-size:1em;
			color: var(--ColorTxtCab);
 }	










/* ----------------------------------------------------- Menu idioma ----------------------------------------------------------------------------*/


#caja{
	position: absolute;
	top:0;
	width: 100%;
	margin: auto;
	height: 0px;
	background:var(--ColorFondoCab);
	box-shadow: 10px 10px 3px #D8D8D8;
	transition: height .4s;

}

.ico_bandera
	{
		height:45px;
		width:auto;
		vertical-align:middle;
	}
	
	.ico_banderapeq
	{
		height:40px;
		width:auto;
		vertical-align:middle;
	}

#d_Banderas
{
	display:none;
}
#d_Banderas a
{
	margin:1em 0px;;
}
.icoS_bandera
	{
		height:50px;
		width:50px;
		vertical-align:middle;
		
	}























@media only screen and (max-width: 900px)
 {

.img_Logo
{
height:auto;
width:300px;
 
}

}


@media only screen and (max-width: 100px) 
{

	
}
