body { -webkit-tap-highlight-color:transparent !important;font-family:Arial;color:#000;}
a{text-decoration:none;}
img{max-width:100%;} 
div,header,footer{box-sizing:border-box;border-color:transparent;}
.clear{clear:both;}

.center{text-align:center;}

#innerheader,#innerbanner,#innercontent,#innerfooter{margin:0 auto;}


#header{
background-color:#ccc;
}
#innerheader{}

#banner{
background-color:#fff;
}
#innerbanner{
}

#content{
background-color:#fff;
}
#innercontent{
}


#footer{position:relative;
background-color:#334697;
}


}
	

/**** content ****/
#contenido img{}

/**** footer ****/
 #fixed{
position:fixed;
bottom:0;
right:20px;
z-index:1000;
}
 
/* 480px */
@media only screen and (min-width: 30em) {
.ancho{width:30em;}
}/* 480px */


/* 720px */
@media only screen and (min-width: 45em) {
.ancho{width:45em;}

}/* 720px */

/* 1024*/
@media only screen and (min-width: 64em) {
.ancho{width:62em;}
}/* 1024px */

/* 1280x */  
@media only screen and (min-width: 80em) {
.ancho{width:80em;}
}/* 1280px */ 

/* 1440x */  
@media only screen and (min-width:1440px) {
.ancho{width:1440px;}
}/* 1440px */ 
