/*--*********Mayor de 900px, con un limite de 1200px ******/
 .contenedorGeneral{
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
  /*background: recd;*/
  height: auto;
  }
.contenedorGeneral p.pUp{
	text-align: center;
}
.contenedorGeneral fieldset{
	border-color: red;
}
.contenedorGeneral legend{
	color:red;
}
.infotext{display: none;}
.footer {
  background-color: rgb(51, 102, 204);
  text-align:center;
  color:white;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  height: auto;
  color: white;
}
/**********Version para Celulares, hasta 400px**************/
@media (max-width:400px)  {
.contenedorGeneral{ 
	margin: 0 auto;
	overflow: scroll;
	height: 100%;
}
.contenedorGeneral .infotext{display: inline;}
.contenedorGeneral h1{
	font-size: 22px;
	text-align: center;
}
.contenedorGeneral p.pUp{
	display:none;
}
.contenedorGeneral legend{
	color:red;
}
.contenedorGeneral fieldset{
	border-color: red;
}
.contenedorGeneral  table table.resultados{
	width: 100%;
}
.contenedorGeneral  table table.resultados table{
	width: 100%;
}
.contenedorGeneral  table table.resultados table tr td input.mdt{
	width: 100%;
}
.contenedorGeneral  table table.resultados table tr th{
	font-size: 18px;
}
.contenedorGeneral img {
	width: 100%;
	height: auto;
}
.footer {
	position: absolute;
}
}
/************Version para tablets . pantallas entre 400px y 900px*****************/
@media (min-width:401px) and (max-width:900px) {
.infotext{display: none;}
.contenedorGeneral{/*background:blue;*/
	margin: 0 auto;
	overflow: scroll;
	height: 100%;
}
.contenedorGeneral h1{
	font-size: 24px;
	text-align: center;
}
.contenedorGeneral p.pUp{
	/*display:none;*/
	font-size: 14px;
	text-align: justify;
}
.contenedorGeneral legend{
	color:red;
}
.contenedorGeneral fieldset{
	border-color: red;
}
.contenedorGeneral  table table.resultados{
	width: 100%;
}
.contenedorGeneral  table table.resultados table{
	width: 100%;
}
.contenedorGeneral  table table.resultados table tr td input.mdt{
	width: 80%;
}
.contenedorGeneral  table table.resultados table tr th{
	font-size: 22px;
}
.contenedorGeneral img {
	width: 100%;
	height: auto;
}
.footer {
	position: absolute;
}
}

