@charset "utf-8";
/* CSS Document */
.encabezado{background:#900637; color:#FFF; margin-bottom:2em; min-height:30px; padding:0.6em; width:100%; font-size:140%; font-weight:bold;}
.container{border:1px solid #C00; margin-bottom:2em; margin-top:2em;}
.btn-menu-print{position:fixed; width:auto; left:0; bottom:0; z-index:999999;}
.btn-menu-menu{position:fixed; width:auto; right:0; bottom:0; z-index:999999;}
.bg-firma_horizontal {
    width: 1864px; height: 699px;
    background: url('./img/css_sprites.png') -10px -1110px;
}
.bg-logo_cobatab_png {
    width: 300px; height: 180px;
    background: url('./img/css_sprites.png') -1894px -1110px;
}
.bg-sep {
    width: 3000px; height: 1080px;
    background: url('./img/css_sprites.png') -10px -10px;
}
.font-size-200{font-size:200%;}
.font-size-190{font-size:190%;}
.font-size-180{font-size:180%;}
.font-size-170{font-size:170%;}
.font-size-160{font-size:160%;}
.font-size-150{font-size:150%;}
.font-size-140{font-size:140%;}
.font-size-130{font-size:130%;}
.font-size-120{font-size:120%;}
.font-size-110{font-size:110%;}
.font-size-100{font-size:100%;}
.font-size-90{font-size:90%;}
.font-size-80{font-size:80%;}
.font-size-70{font-size:70%;}
.font-size-60{font-size:60%;}
.font-size-50{font-size:50%;}
@media screen and (min-width:1025px){
	*{font-size:16px;}
}
@media screen and (max-width:1024px){
	*{font-size:14px;}
}
@media screen and (max-width:768px){
	*{font-size:12px;}
}
@media screen and (max-width:480px){
	*{font-size:10px;}
}
@media screen and (max-width:320px){
	*{font-size:9px;}
}
@media screen and (max-width:240px){
	*{font-size:8px;}
}