@import url('https://fonts.googleapis.com/css?family=Poppins');

/* ----------------Header------------------*/
html
{
    position: relative; 
    min-height: 100%;
}

body
{
    margin: 0 0 130px;
}

#body {
	background-image: url(../imag/body/logo_100%25folletos.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 181px;
	width: 350px;
	position: absolute;
	z-index: 2;
}

body {
	background-color: #D9D9D9;
	background-image: url(../imag/body/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

#header {
	width: 100%;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	height: 225px;
	padding-top: 30px;
	max-width: 1230px;
}

#logo_y_txt {
	background-image: url(../imag/body/Logo_100n.svg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-bottom: 10px;
	max-width: 1135px;
}
.datos_fast {
	width: 260px;
	float: right;
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	text-align: right;
	font-size: 18px;
	height: 25px;
	margin-top: 70px;
	position: relative;
	margin-right: 10px;
}

#bf_seguir {
	margin-top:5px;
	height:auto;
	width:auto;
}

a:hover {
	color:#019FE2;
}

/*----------------------Menu------------------*/
.toggle-nav {
	display:none;
}


@media screen and (min-width: 800px) {
.menu{
	overflow: hidden;
	background-color: #ebebeb;
	background-image: url(../imag/body/main.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 76px;
	width: 100%;
	max-width:1124px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-left: auto;
	
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.5);
    box-shadow: 0 px 15px 0 rgba(0,0,0,.5);   
        }
}

.menu ul{
	list-style: none;
	float: left;
	list-style-type: none; /* Elimino los estilos de lista */
	padding: 0; 
	position: relative; 
	left: 50%;	
        }

.menu ul li{
	float: left;
	position: relative;
	right: 50%;
	padding-right: 9px;
	padding-left: 9px;
        }
		
		
		
nav a {
	display: block;
	text-decoration: none;
	/* a partir de aquí el diseño */
	color: #09C; /* color tipográfico */
	font-family: 'Poppins', sans-serif; /* familia tipográfica */
	font-size: 19px; /* tamaño de la fuente */
	background-color: #F2EFF4; /* más cuerpo al botón */
	border: 1px solid #FFFFFF;
	border-radius: 5px; /* puntas redondeadas*/
	-moz-box-shadow: 1px 2px 3px #C6C5C5;
	-webkit-box-shadow: 1px 2px 3px #C6C5C5;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}

.main nav ul li a:hover {
	background-color: #B3B1B9;
	color: #FFF;
}

.main nav ul li a:active {
	background-color: #00B7FF;
}

.pedido {
	color: #F06;
}	

.pag_actual {
	display: block;
	text-decoration: none;
	/* a partir de aquí el diseño */
	color: #FFF; /* color tipográfico */
	font-family: 'Poppins', sans-serif; /* familia tipográfica */
	font-size: 19px; /* tamaño de la fuente */
	background-color: #00B7FF; /* más cuerpo al botón */
	border: 1px solid #FFFFFF;
	border-radius: 5px; /* puntas redondeadas*/
	-moz-box-shadow: 1px 2px 3px #C6C5C5;
	-webkit-box-shadow: 1px 2px 3px #C6C5C5;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}

.pag_actual:hover {
	background-color: #B3B1B9;
	color: #FFF;
}
/*-------------Contenido--------------*/
#box_contenido {
	font-family: 'Poppins', sans-serif;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 150px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
	max-width: 1290px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	overflow:hidden;

}

.titulo{
	font-family: 'Poppins', sans-serif;
	font-size: 3em;
	text-align: center;
	margin-bottom:20px;
}

h3 {
	font-size: 1.4em;
	}

h2 {
  text-align:center;
  padding:18px 0 18px 0;
  font-size: 1.4em;
}

h1 {
	text-align: center;
	font-size: 3em;
}

/*---------------PIE-----------------*/

#pie {
	background-color: #2d2d2d;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	position: absolute;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 0px;
	bottom: 0px;
}

.p {
	color: #C63;
}

.insetshadow {
	color: #202020;
	letter-spacing: .1em;
	text-shadow: -1px -1px 1px #111, 2px 2px 1px #363636;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: bold;
}

footer a {
	color: #666666;
}

.pie_datos, .facebook_url {
	color: #CCC;
	line-height: 35px;  
} 

footer a:active {
	color: #ddF;
}

.br{
	display:none;
	}
.chau{
	display:inline;
	}

/*-------------Responsive------------*/
@media screen and (max-width:1150px ) {
.menu {
	max-width:800px;
	height: 60px;
		}
nav a {
	font-size: 16px; 
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	}

.pag_actual {
	font-size: 16px; 
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.menu ul li{
	padding-right: 5px;
	padding-left: 5px;
	margin-top:-4px;
        }
	
.datos_fast {
	margin-top: -20px;
	margin-right:20px;
}

.facebook_url {
	display:none;
}

#box_contenido {
	margin-top: 0px;
}
} 

@media screen and (max-width:799px ) {
#box_contenido {
	margin-top: 15px;
}
.main {
	z-index:8;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -80px;	
}
.menu {
	position:relative;
	display:inline-block;
	width:100%;
	height: 70px;
	
	}
	
.menu ul.active {
		display:none;
	}
	
.menu ul {
	width: 100%;
	position: absolute;
	top: 100%;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
	border-radius: 5px;
	background: #303030;
	padding: 0;
	padding-top:10px;
	left: 0%;
	float: none;
	border: 1px solid #FFFFFF;
	-moz-box-shadow: 30px 5px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.2);
	 /* 0 2px 15px 0  */
    box-shadow: 0px 5px 15px 5px rgba(0,0,0,.5); 
	}
	
.menu ul:after {  /*-- Flechita ---*/
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		right:22px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #fff;
	}

.menu li {
	margin: 5px 0px 5px 0px;
	display: block;
	right: 0%;
	float: none;
	position: relative;
	left: 1%;
	width:100%;
	margin:0;
	}
	
nav ul li a {
	/* a partir de aquí el diseño */
	color: #fff; /* color tipográfico */
	font-family: 'Poppins', sans-serif; /* familia tipográfica */
	font-size: 20px; /* tamaño de la fuente */
	background-color: #303030;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-right: 5%;
	border-radius: 0px; /* puntas redondeadas*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
}

.main nav ul li a:hover, .pag_actual:hover {
	background-color: #3B3B3B;
	color: #FFF;
}

.main nav ul li a:active {
	background-color: #019FE2;

}

.pag_actual {
	color: #fff; /* color tipográfico */
	font-family: 'Poppins', sans-serif; /* familia tipográfica */
	font-size: 20px; /* tamaño de la fuente */
	background-color: #3B3B3B;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-right: 5%;
	border-radius: 0px; /* puntas redondeadas*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
}
	
.toggle-nav {
	padding: 20px;
	float: right;
	display: inline-block;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
	border-radius: 5px;
	background-color: #303030;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 20px;
	transition: color linear 0.15s;
	border: 1px solid #FFFFFF;
	}

.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		color:#019FE2;
	}
	
#body {
	height:140px;
	width: 60%;
	background-size:50% auto;

	} 
	
body {
	background-position: center -35px;

}

#header {
	height: 130px;

}

#logo_y_txt {
		background-size: 60% auto;
		margin-bottom:0;
}
		
}
@media screen and (max-width:750px ) {
#bf_seguir {
		display:none;
	}

.main {
	top: -100px;	
}

#body {
	height:130px;
}

.pie_datos, .links_pie {
	font-size: 13px;		
	}

}

@media screen and (max-width:600px ) {
#box_contenido {
	margin-top: 0px;
}

.datos_fast {
		display:none;
	}

.main {
	top: -120px;	
}

body {
	background-position: center -80px;

}

#header {
	height: 100px;
	padding-top: 20px;
}

.toggle-nav {
	padding: 15px;
}

#body {
	height:110px;
}

.insetshadow {
	font-size: 26px;
		}

#pie {
	height: 120px;
	padding-top: 20px;

}
}

@media screen and (max-width:560px ) {
.mail_footer{
	display:none;
}
}

@media screen and (max-width:420px ) {
#box_contenido {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;

}
body {
	background-position: center -100px;

}

#header {
	height: 80px;
}

.toggle-nav {
	padding: 10px;
}

.insetshadow {
	font-size: 20px;
		}
.pie_datos{
	padding-left:10px;
	padding-right:10px;
	}

.titulo {
	margin-top:10px;
	font-size:38px;	
	}
}

@media screen and (max-width:320px ) {
#logo_y_txt {
		margin-left:-10px;
}
.titulo {
	font-size:35px;	
	}
.br{
	display:inline;
	}
.chau{
	display:none;
	}
.facebook_url{
	display:inline;
	}
.insetshadow {
	display:none;
		}	

.links_pie {
	display:none;
}
.pie_datos{
	margin-top:-30px;
	}
}