@font-face { font-family: 'icomoon'; src: url("https://s3-eu-west-1.amazonaws.com/fonts.europapress.net/icomoonEP.eot?#iefix") format("embedded-opentype"),  url("https://s3-eu-west-1.amazonaws.com/fonts.europapress.net/icomoonEP.woff") format("woff"), url("https://s3-eu-west-1.amazonaws.com/fonts.europapress.net/icomoonEP.ttf") format("truetype"),  url("https://s3-eu-west-1.amazonaws.com/fonts.europapress.net/icomoonEP.svg#icomoon") format("svg") ;    
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Public sans', sans-serif;
}

a {
	text-decoration: none;
	color: #000000;
}

img {
	border: 0;
}

h1 {
	   text-align: left;
	   color: #9d9d9d;
	   font-size: 30px;
	   margin-top: 20px;
	   font-weight: normal;
	   display: inline-block;
}

ul, li {
	list-style-type: none;
	padding: 0;
}

p {
	font-size: 13px;
	font-weight: bold;
	color: #9a1b1b;
	text-align: center;
	margin: 10px 5px;
}



.caja-decimo {
	text-align: center;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 3px;
	border: 1px solid #c08501;
	padding: 20px 20px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
	clear: both;
}
.caja-decimo h3 {
	border-bottom: 1px solid rgba(0,0,0,.125);
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 600;
}
.caja-decimo input {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	
}
.buscar_text, .buscar_part {
	border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    outline: none;
    color: #333;
    padding: 0 10px;
    box-shadow: inset 0px 2px 2px #ccc;
    box-sizing: border-box;
	margin-left: 10px;
}
.buscar_text {
	width: 180px;
}

.buscar_part {
   width:100px; 
}
.destacado {
	color: #de2c57;
	font-size: 24px;
	font-weight: 700;
}
.buscar_input {
	cursor: pointer;
	border: none;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	margin: 0;
	background: #de2c57;
	border-radius: 3px;
	color:#fff;
	font-size:18px;
	font-weight: 400;
	margin-left: 20px;
}
.enlaces {
	float: right;
	margin: 25px 0 0 0;
	clear:both;
}
.enlaces a {
    display: inline-block;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: #2a343d;
    font-size: 15px;
    margin: 0 0 5px 5px;
    border-radius: 3px;
    padding: 0 15px;
    color: #333;
    font-size: 15px;
    font-weight: normal;
}
.enlaces a:hover {
    background-color: #aab7c1;
    color: #333;
}
.enlaces a:after {
    content: "\e90b";
    font-family: "icomoon";
    font-style: normal;
	font-weight: 600;
	speak: none;
	color: #c08501;
	font-size: 10px;
	margin-left:4px;
	
}

#numero {
	display: none;
	font-size: 30px;
	font-weight: bold;
	color: #c08501;
	text-align: center;
	margin-top: 10px;
}

#premios {
	font-size: 25px;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin: 0;
	padding: 0;
}



#total {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	
}

.premios_caja {
	box-sizing: border-box;
	position: relative;
	width: 300px;
	background-color: #fff;
	padding: 20px;
	width: 80%;
	border: 3px dotted #9d9d9d;
	margin: auto;
}

#donde {
	bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #c08501;
	text-align: center;
	margin-top: 30px;
}

#donde a {
	text-decoration: none;
	color: #c08501;
	font-size: 16px;
}
#donde .icon-geo:before {
    content: "\e936";
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-size: 30px;
    text-align: center;
    color: #c08501;
	vertical-align: middle;
	margin-right: 4px;
}
.contenedor_logo {
	float: left;
	padding: 16px;
}
.oculto {
	display: none;
}

#aviso {
	font-size: 14px;
	font-weight: bold;
	color: #094F89;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
	border: 1px dotted #c08501;
}