
.contenedor
{
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  border: 1px;
  /*background: blue;
  */
}

.principalmedio
{

  width: 80%;
  margin: 0 auto;
  webkit-box-sizing:border-box;
}


.principalmedio img
{
  width: 90%;
  margin: 0 auto;
  height: auto;
}


.divderecho{
  width: 15%;
  height: 100%;
}


.divizquierdo{
  width: 15%;
  height: 100%;
}
/*
aside
{
  width: 20%;
  float: left;
  padding: 5px;
 
}

aside img
{
width: 5%;
height: auto;
float: left;
}
*/





.logoder
{
  width: 15%;
  height: 25%;
  margin: 0 auto;
  float: right;

} 
.logoder img
{
  width: 100%;
  height: 60%;
  margin: 0 auto;
  float: right;

} 


.logoiz
{
  width: 15%;
  height: 25%;
  margin: 0 auto;
  float: left;
} 
.logoiz img
{
  width: 100%;
  height: 60%;
  margin: 0 auto;
  float: left;
} 


body
{
  /*background: #ffffff;
  */

  
  font-family: Arial;
}











form
{
 width: 50%;
 border: 0.2em solid #ccc;
 margin: 1em;
 padding: 2em;

border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
	background: #e6e6e6;
}


label
{
font-size: 16px;
display:block;
width:100%;	
}


.textbox{
margin-bottom: 1em;
width:100%;
padding:1em;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;	
box-sizing: border-box;
border:.1em solid #ccc;
  font-family: Arial;
border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}


select{
margin-bottom:7px;
width:100%;
padding:10px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box; 
box-sizing: border-box;
border:1px solid #ccc;

border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;

}


/*BOTON PARA TODOS LOS FORMULARIOS */
  .btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #0a5380);
  background-image: -moz-linear-gradient(top, #3498db, #0a5380);
  background-image: -ms-linear-gradient(top, #3498db, #0a5380);
  background-image: -o-linear-gradient(top, #3498db, #0a5380);
  background-image: linear-gradient(to bottom, #3498db, #0a5380);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


/*LOGO PEQUEÑITO */



.logopeque
{
  width:85px;
  height:15px;
  background:black;
  position: absolute;
  top:40px;
  bottom:0px;
  right:0px;
  left:1040px;
}

/*PARA MOSTRAR LOS RESULTADOS DE LAS BUSQUEDAS A LOS LADOS DEL FORMULARIO */

.datos
{
  font-size: 11px;
  width:185px;
  height:115px;
  background:#FFFFFF;
  position: absolute;
  top:200px;
  bottom:0px;
  right:0px;
  left:990px;
}

.listadescuentoslentitud
{
  font-size: 11px;
  width:185px;
  height:115px;
  background:#FFFFFF;
  position: absolute;
  top:200px;
  bottom:0px;
  right:0px;
  left:180px;
}


.listadescuentosfalta
{
  font-size: 11px;
  width:185px;
  height:115px;
  background:#FFFFFF;
  position: absolute;
  top:200px;
  bottom:0px;
  right:0px;
  left:1000px;
}


/* Para darle estilo redondo a los bordes  esto se mete en html <input type="text" placeholder="search">
input{
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

*/


/*

footer
{
	background: #fff;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

footer
{
	background: #ff9900;
	color: #ffffff;
	clear: boot;
	padding: 10px 0px;
	text-align: center;
	
	position: relative;
	top:13em;
	bottom:0px;
	right:0px;
	left:0px;
}

*/


@media screen and (max-width:800px ) {
  

form{

background: #ffffff;
width: auto;
height: auto;
}

  .logoiz{
  /*  width: 50%;
    height: 50%;
  */
  }

                
  .logoder{

    /*width: auto;
    
    height: auto;
    */
  }



                  } 
 
