@media only screen and (max-width:1920px){
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
/* CSS reglas css refillcreativo 2014 */
/*reset*/
@font-face {
    font-family: 'aller_lightregular';
    src: url('../fonts/aller_lt-webfont.eot');
    src: url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_lt-webfont.woff2') format('woff2'),
         url('../fonts/aller_lt-webfont.woff') format('woff'),
         url('../fonts/aller_lt-webfont.ttf') format('truetype'),
         url('../fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, p, h1,h2,h3,h4, h5, h6, audio, video{padding:0; margin:0;}
body{background-color:#FFFFFF;}
/*CONTENEDORES*/
.contenedor
{
	width:80%; height:auto;
	background-color:transparent;
	margin:0 auto 20px auto;
}
.encabezado
{
	width:100%; height:200px;
	padding:20px 0 20px 0;
	background-color:#666633;
}
.navegacion
{
	width:100%; height:60px;
	z-index:2;
	margin-top:20px;
}
.navegacion-fijo{ position:fixed; top:0; width:80%;}
/*Configuracion del menu*/
.navegacion ul{	list-style:none;}
.navegacion ul li
{
	display: inline-block;
	padding:30px;
	transition-property: background;
  	transition-duration: 1.5s;
  	transition-timing-function: linear;
	border-radius: 10px;
	background-color:transparent;
	border:thick;
	position: relative;
	bottom: 25px;
}
.navegacion ul li:hover {
	border-radius:10px;
	padding:30px;
	background-color:#F5842A;
	border:hidden;
	
}
.navegacion a
{
	color: rgba(245,132,38,1);
	text-decoration: none;
	font: 700 1.5em/1.0 Aller;
}
.navegacion a:hover
{
	color:#FFFFFF;
}
/**********PIE PAGINA******/
.limpia{clear:both;}
.contenido-principal
{
	width:100%; height:600px;
}
.box-minicontenido
{
	width:24.5%;
	height:200px;
	float:left;
	margin:1px 0.2% 2px 0.2%;
	background-color:#693;	
}
#quiero
{
	padding:2px 30px;
	border-radius:3px;
}
.pie
{
	background-color:#F5842A;
	width:100%; height:40%;
	color:#FFF;
	font:600 1.05em/1.5 Aller;
	font-size:24px;
	
}

.pie a

	{
		text-decoration:none;
		color:rgb(255,255,255);
		font:500 1.05em/1.5 Arial, Helvetica, sans-serif
	
	}
.itempie
{
	width:100%; height:auto;
	
}
.itempie-cintillo
{
	width:100%; height:38px;}
/*ALINEACION PARA TEXTOS*/
.texto-centrado{text-align:center;}
.texto-derecha{text-align:right;}
.texto-izquierda{text-align:left;}
/*FORMATO PARA TEXTOS*/

/*COLORES PARA TEXTOS*/
.texto-blanco{color:#fff;}
.texto-naranja{color:#F5842A;}
/*ALINEACION Y PADDINGS DE ELEMENTOS*/
.alineacion-centrada{margin:10px auto;}
.relleno-superior-inferior{padding:10px 0;}
.relleno-superiorextra{padding:150px 0 0 0;}
/*FORMULARIOS*/
/*FORMULARIO CONTACTO BASICO 1*/
#contacto input[type="text"], #contacto input[type="email"]
{
	min-width:200px;
	width:90%;
	height:30px;
	background-color:#CCCCCC;
}
#contacto textarea
{
	min-width:200px;
	width:90%;
	height:60px;
	background-color:#CCCCCC;
}
/*COLORES DE FONDO*/
.fondo-naranja{background-color:#F5842A;}
.cintillo-1{width:100%; height:39px;background:url(../img/cintillo-01.png) repeat top center; margin:0; padding:0;}
.cintillo-2{width:100%; height:20px;background:url(../img/cintillo-02.png) repeat top center;margin:0; padding:0;}
/*ScrollUP*/
#scrollup
{
	bottom:10px;
	right:50px;
	width:38px; height:38px;
	background: url(../img/arriba.png) no-repeat center top;
}
#container li {
	float:left;
	display:inline-block;
	width:24.5%;
	background-color:transparent;
	 } 