a.linkloteria {
    text-decoration: none;
    color: #000000;
}
.menu { text-align: center; }

.cache_cache {
	width: 48%;
    float: left;
    height: 55px;
    margin: 8px 3px 5px 3px;
    background-color: #fefefe;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.35);
}
@media (max-width: 800px) {.cache_cache{height: 50px;}}
@media (max-width: 600px) {.cache_cache{width: 48%;height: 40px;font-size: 13px;}}

.loterias_loterias {
	width: 32%;
    float: left;
    height: 55px;
    margin: 8px 3px 5px 3px;
    background-color: #fefefe;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.35);
}
@media (max-width: 800px) {.loterias_loterias{height: 50px;}}
@media (max-width: 600px) {.loterias_loterias{width: 48%;height: 40px;font-size: 13px;}}




body {
	background: #ededed;
	background-repeat:repeat-x;
}
.botones {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF; background-color: #0f7f5b;
border-top-width: 1pix; border-right-width: 1pix; border-bottom-width: 1pix; border-left-width: 1pix}
.imputbox {  font-size: 10pt; color: #000099; background-color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;}
.div_footer { background-color: #0f7f5b; padding: 5px 0px; text-align: center; color: #fff;margin-top: 5px;}
.div_header { background-color: #FEFEFE; text-align: center; font-size: 24px; color: #000000; font-family: Tahoma; }
.menu { width: 100%; max-width: 950px; margin: auto;}
.div_menu { width: 16%; height: 20px; float: left; }
.div_contenedor_loterias {
    width: 600px;
}
.img_loterias {float: left; margin: 10px;}
.header { width: 100%; max-width: 950px; margin: auto; }
.diseno { margin: 0 auto; width: 100%; max-width: 950px; display: flow-root;}
@media (max-width: 630px) {.div_menu { width: 33%; height: 41px; }}
@media (max-width: 380px) {.div_menu { width: 50%; height: 41px; }}

.div_center { text-align: center;     margin: 5px 0px;}
.div_form_resultado_baloto { width: 50%; float: left; }
@media (max-width: 500px) {.div_form_resultado_baloto { width: 100%; }}

.div_form{
	text-align: center;
}

.alertaroja {
    background-color: #ff0000;
    padding: 15px;
    color: #fff;
    font-size: 15px;
	text-align: center;
}
.alertaverde {
    background-color: #30ab2e;
    padding: 10px;
    color: #fff;
    font-size: 20px;
	text-align: center;
}
.alertazul {
    background-color: #007eff;
    padding: 10px;
    color: #fff;
    font-size: 20px;
	text-align: center;
}

.chancedetalles { width: 100%; }

.jugo{background-color: #00f3ff;}

.nodisplay{display:none}