body, html{height:100%}

.tdPieAycle{
	width: 200px;
	text-align:right;
	font-size: 18px;
	padding-right: 50px;	
}
.tdPieInfo{
	width: 200px;
	text-align:left;
	font-size: 10px;
	padding-left: 10px;	
}
.tdPieCentro{
	width: 200px;
	text-align:center;
	font-size: 14px;
}

.Cabecera {
	font-size: 20px;
	padding: 10px;
	background-color: #1075AA; color: #FFFFFF;
	width: 100%;
	height: 50px;	
	white-space: nowrap;
	vertical-align: middle;
	}

.Menu {
	font-size: 15px;
	padding: 3px;
	background-color: #1075AA; 
	width: 100%;
	height: 10px;	
	white-space: nowrap;
	}
	
.MarcoBody{
	width: 100%;
	height: 100%;	
	border:0;
}
.MarcoInfoFooter{
	width: 100%;
	height: 10;	
	border:1;
	background-color: #FFFFFF; 
}

.divTitulo{
	font-size: 20px;
	text-align: center; 
}
 
.Cuerpo {
	padding: 3px;
	background-color: #FFFFFF; 
	color: #000000;
	width: 100%;
	height: 100%;	
	white-space: nowrap;
	vertical-align: top;
	
}



.Pie{ 
	font-size: 15px;
	padding: 3px;
	background-color: #1075AA; 
	width: 100%;
	height: 10px;	
	white-space: nowrap;
	color: #FAFAFA;
	text-align: center; 
	}


.td_size {    
padding: 10px;
	vertical-align:center;
	text-align:center;
}
.trTitulo>td{
	vertical-align:center;
	text-align:center;
	font-weight: bold;
}

.DivCentrado {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);	
}

.navbar{
  top: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1075AA;
  font-size: 16px;
	font-family: 'Rubik', sans-serif;
}

.navbar-default .navbar-brand{
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
   color: #FFFFFF;
}


.navbar-default .navbar-nav>li>a{
   color: #FFFFFF;
}



.navbar-default .navbar-right{
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
   color: #FFFFFF;
	text-align:center;
	width: 200px;
	
}

.navbar-default .navbar-right1{
	font-size: 12px;
}
.navbar-default .navbar-right2{
	font-size: 10px;
}
.navbar-default .navbar-right3{
	font-size: 8px;
}





section div  {
  overflow: hidden;
  max-height: 0;
  
  background-color: #fafafa;
  transition: all 0.2s ease-in;
}

section:target div {
  max-height: 1000px;
  padding: 10px;
  
}




section estado0 {
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 10px;
   font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid gray;
  background-color: #E5E5E5;
  color: #888888;
  font-size: 18px;
}




section estado1 {
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 10px;
   font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid gray;
  background-color: #FFFF00;
  color: #111111;
  font-size: 18px;
}

section estado2 {
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 10px;
   font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid gray;
  background-color: #CCFFFF;
  color: #111111;
  font-size: 18px;
}


section estado9 {
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 10px;
   font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid gray;
  background-color: #00CC66;
  color: #FFFFFF;
  font-size: 18px;
}

section a:hover {
   text-decoration: none;
}

