body {
	font-family: 'Public sans', sans-serif;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	border: 0
}

ul, li {
	list-style-type: none;
	padding: 0;
}
.main-container {   
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    clear: both;
	
}
.center {
	margin: 0 auto;
	max-width: 1060px;
}


.enlace-logo {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
	width: 100%;
	display: block;
	color: #9d9d9d;
	line-height: 1.2;
}
.enlace-logo strong {
	color: #333;
	
}
.enlace-logo .rojo {
	color: #c00;
	display: inline-block;
}

.oculto {
	display: none;
}

.contenedor_logo {
	float: left;
	margin-top: 69px;
	padding: 13px;
}

.contenedor_premios {
	width: 100%;
	display:inline-block;
	vertical-align: top;
	
	
}
.premios {
    
    width: 32%;
    box-sizing: border-box;
    padding: 0 4px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.premios h2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(255,255,255);
    text-align: center;
    height: 24px;
    border-radius: 12px;
    background-color: #c08501;
	margin: 0;
	
}
 .premios p, .premios ul {
    color: #545454;
    text-align: center;
    font-weight: 800;
    line-height: 1;
    margin: 5px 0 0 0;
}
.premios a {
    color: #2a343d;
}
.premios ul li {
  	margin-bottom: 5px;
	display: inline-block;
	
}
.premio1 p {
	font-size: 28px;	
}
.premio2 p {
	font-size: 25px;
	padding-top: 3px;	
}
.premio3 p {
	font-size: 20px;
	padding-top: 8px;		
}

.premio4 {
    width: 24%;
    margin-top: 0;
}
.premio4 ul  {
   
	padding-top: 0;
}
.premio4 ul li {
    width: 100%;
	 font-size: 15px;
	
}
.premio5 {
    width: 74%;
	margin-top: 0;
}
.premio5 ul li {
   
    width: 23%;
	  font-size: 14px;
}
.contenedor_buscador {
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	padding: 15px 10px;
	box-sizing: border-box;
	border: 1px solid #bbcbd0;
	display: inline-block;
}
.contenedor_buscador h3{
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 1.2;
	
}
.buscar_text {
	background-color: #fff;
	outline: none;
	color: #333;
	width: 45%;	
	border: 1px solid #ccc;
	border-radius: 3px;	
    box-shadow: inset 0px 2px 2px #ccc;
	font-size: 16px;
    line-height: 30px;
    height: 30px;
    text-align: center; 
	margin: 0 5px 0 0; 	
	padding: 0 8px;
	box-sizing: border-box;
}

.btn-buscar {
	border: none;
	cursor: pointer;
	line-height: 30px;
	height: 30px;
	margin: 0;
	background: #de2c57;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	width: 45%;
	padding: 0 8px;
	text-align: center;
	box-sizing: border-box;
}

@media (min-width: 850px) {
.main-container {
	border: 1px solid #c08501;
	}
.enlace-logo {
	font-size: 22px;
	}
.contenedor_buscador {
    width: 24%;
    
}
.contenedor_premios {
	width: 75%;
}
.premios {
	width: 15%;
	padding: 0 9px;
	margin-bottom: 0;
}
	
	.premio4 {
    width: 18%;
}

	.premio4 ul  {
   
	padding-top: 11px;
}
.premio4 ul li {
   width: 47%; 
    
}
	.premio5 {
    width: 34%;
}
}