body {
	text-align: center;
	background: #FFF; //linear-gradient(#E1E1E1, #FFFFFF) fixed;//no-repeat bottom;
	background-size: 90%;
	font-family: 'Gill Sans MT',Arial;
	margin: 0;
	padding: 0;
	//height: 100%;
}
.cinta {
	//width: 85%;
	background: #4B9CF9;
	//height:2px;
	font-family: 'Gill Sans MT',Arial;
}
.container{
	//padding-top: 2%;
	width: 75%;
	min-height: 100%;
   height: auto !important;
   height: 100%;
	margin-left:auto;
	margin-right:auto;
	//border:1px solid #000;
	text-align: justify;
}

.containerIndex{
	width: 75%;
	//min-height: 100%;
   //height: auto !important;
   
	margin-left:auto;
	margin-right:auto;
	//border: 3px solid #000;
	text-align: center;
	font-size: 14pt;
	background-image: url("../img/ehidalgop_formal_transparent.png");
	background-size: contain;
	background-repeat: no-repeat;
	max-height: 700px;
	height: 90vw;
	
}

.header{
	//position: sticky;
	color:#204BB0;
	width:75%;
	//border:1px solid #000;
	height: auto;
	padding-top: 1%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.sidebox{
	//border:1px solid #000;
	height:auto;
	text-align:left;
	//padding-left:10px;
	//padding-right: 10px;
	margin-top:20px;
	margin-left:20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

footer {
  position: absolute fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  //background-color: #1985FF;
  text-align: center;
}

.titulos
{
	width: 100%;
	color:#18529D;
	font-weight:bold;
	font-size: 10vw;
	text-align: center;
	//position: relative;
	//border:1px solid #000;
}
.container h1{
//color:#026640;
color:#18529D;
font-weight: bold;
font-size: 4vw;
text-align: right;
}

.containerIndex h1{
//color:#026640;
color:#18529D;
font-weight: bold;
font-size: 4vw;
text-align: right;
}

.container h2{
color:#18acba;
font-weight:bold;
font-size:14pt;
}

.container a{
color:#777772;
text-decoration:none;
}

.menu {
color:#777772;
//width:110px;
//height: 20px;
text-align:center;
vertical-align:middle;
}
.menu a{
text-decoration:none;
color:#777772;
}
.menu_sel{
color:black;
background:#787878 ;
width:80px;
height: 5px;
text-align:center;
vertical-align:middle;
}
.login{
width:135px;
height:15px;

}
.login a{
color:#777772;
text-decoration: none;
}
.botones{
background:#d0d0d0;
height:20px;
font-size:10px;
font-family:Verdana,Helvetica;
width:120px;
}
.combos{
height:15px;
width:220px;
font-family:Arial,Helvetica;
}
.drops{
height:20px;
width:300px;
background:#f5f5f5;
font-family:Arial,Helvetica;
font-size:8pt;
}
.texts{
height:50px;
width:224px;
background:#f5f5f5;
font-family:Arial,Helvetica;
font-size:8pt;
}
.texto
{
	font-family:'Gill Sans MT',Arial;
	font-size:10pt;
}
.txtNmb{
height:15px;
width:120px;
background:#f5f5f5;
font-family:Arial,Helvetica;
font-size:8pt;	
}

.tinyTexts
{
	font-family:'Gill Sans MT',Arial;
	font-size:8pt;
}
.titulosUsr
{
	//color:#026640;
	color:#777772;
	font-size: 8pt;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
	border: 2px solid #2173DE;
}

/*BARRA DE NAVEGACIÓN*/
/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  background-color: #2A415E;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 4px 16px;
  //margin: 10px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  background-color: #7DECA4;
  color: #2A415E;
}

.topnav a.active {
  background-color: #669DE3;
  color: #333;
}