		/************* BUSCADOR DE NUMEROS ************/
/*		* {margin:0;padding:0;}
		html {font-size:62.5%;}
		body {font-family:arial,helvetiva,sans-serif;}
h2 {font-size:20px;color:#000;line-height:24px;margin-bottom:12px;}
form {background:url('i/bkg_searchloteria.gif') repeat-x left bottom;padding:8px 16px 24px 16px;font-size:10px;}
ol {width:100%;display:inline-block;clear:both;height:auto;position:relative;}
li {list-style:none;width:100%;float:left;margin:4px 0;}
input,textarea,select {font-size:130%;font-family:Tahoma,Lucida grande,Lucida Sans,sans-serif;margin:0;}
input,textarea,select {border:1px solid #7f9db9;}
label,input {float:left;}
label {width:30%;font-size:16px;line-height:24px;}
input {height:18px;padding:2px;}
.caja_busqueda {height:24px;font-size:18px;line-height:23px;padding:4px 10px 6px;width: 109px;background:url('/css/rtve.loteria/navidad/2013/i/caja_busqueda.gif') no-repeat; border:0px none;}
select {height:24px;padding:2px;}

.submit_buscar_decimos {cursor:pointer;width:160px;border:none;font-size:14px;font-weight:bold;color:#fff;border-radius:1em; background-color:#96825c; background:url('/css/loteria_navidad-2012/cab/i/bg_button.png') repeat-x left 0px !important;height:29px;line-height:26px;padding:0 0 4px 0;}
*/

/************* BUSCADOR DE NUMEROS 2014 

* {margin:0;padding:0;}
html {font-size:62.5%;}
body {font-family:arial,helvetiva,sans-serif;}
h2 {font-size:20px;color:#000;line-height:24px;margin-bottom:12px;}
form {background:url('i/bkg_searchloteria.gif') repeat-x left bottom;padding:8px 16px 24px 16px;font-size:10px;}
ol {width:100%;display:inline-block;clear:both;height:auto;position:relative;}
li {list-style:none;width:100%;float:left;margin:4px 0;}
input,textarea,select {font-size:130%;font-family:Tahoma,Lucida grande,Lucida Sans,sans-serif;margin:0;}
input,textarea,select {border:1px solid #7f9db9;}
label,input {float:left;}
label {width:30%;font-size:16px;line-height:24px;}
input {line-height:23px;padding:2px;font-size:18px}
.caja_busqueda {width: 120px;
background-image: none;
box-shadow: 0px 0px 5px #019875;
margin-top: 10px;
height: 33px;
padding: 6px 10px 6px;}
select {height:24px;padding:2px;}

.submit_buscar_decimos {
background: url("/css/loteria_navidad-2012/cab/i/boton2.png") no-repeat scroll center 0px transparent;
float: left;
cursor: pointer;
width: 100px;
border: medium none;
font-size: 14px;
font-weight: bold;
color: rgb(255, 255, 255);
height: 28px;
line-height: 26px;
padding: 0px 0px 4px;}

************/
/**** ****/
@import url('/css/tipografias.css');

* {
    margin:0;padding:0;
    box-sizing:border-box;
    font-family:'RE45';
}

.form-loto-check {
    font-size:16px;
}

.form-loto-check form { }
.form-loto-check form fieldset{ border:none; }

.form-loto-check ol {list-style:none;display: block;}
.form-loto-check ol li {}
.form-loto-check ol li.searchbox,
.form-loto-check ol li.botonera {
    display:inline-block;
    width: 33%;
    float:none;
    vertical-align:middle;
}
.form-loto-check ol li.searchbox label,
.form-loto-check ol li.searchbox input{
    width: 100%;
    line-height:1.2em;
    display:block;
}
.form-loto-check ol li.searchbox label{
    padding:0.5em 0;
    color: #494847;
}
.form-loto-check ol li.searchbox input{
    padding:0.5em;
    font-size:16px;
    font-family: 'RE65';
    width:95%;
}

.form-loto-check ol li.botonera {}
.form-loto-check ol li.botonera .boton{
    display: block;
    width: 100%;
}
.form-loto-check ol li.botonera input{-webkit-appearance:none;}
.form-loto-check ol li.botonera input[type="submit"]{
    border:none;
    display:inline-block;
    vertical-align: top;
    /* height:100%; */
    width:100%;
    padding: 0.5em;
    font-family: RE65;
    font-size: 110%;
    margin-top:2em;
    color:white;
    background-color:#EE5011;
}

