/* Layout for desktop version */

body {background: #ffffff;}
hr {background:#000;clear:both;float:none;width:100%;height:3px;margin:0px;border:none;}
hr.segunda {background:#000;clear:both;float:none;width:100%;height:3px;margin:0px;border:none;}
hr.tercera {background:#000;clear:both;float:none;width:100%;height:3px;margin:0px;border:none;}
.amarillo {background: #fff; height:30px; padding: 4px 2px 2px 10px;}
/* Layout for mobile version */

@media handheld, only screen and (max-width: 767px) {

.examplecontainer {

body {

}

}


/* Provide higher res assets for iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
.download {
background: url(../img/downarrow@2x.png) no-repeat;
background-size: 27px 28px;
}
*/

}