/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
@font-face {
    font-family: 'kaushan_scriptregular';
    src: url('../fonts/kaushanscript-regular-webfont.eot');
    src: url('../fonts/kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kaushanscript-regular-webfont.woff2') format('woff2'),
         url('../fonts/kaushanscript-regular-webfont.woff') format('woff'),
         url('../fonts/kaushanscript-regular-webfont.ttf') format('truetype'),
         url('../fonts/kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
   
* {
	  margin:0;
	  padding:0;
	  box-sizing:border-box;  
  }

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#wrapper_slider {
	margin-top:30px;
}
	
/*ESTILOS CONTENIDO*/

#contenido {
	min-height:500px;
	padding-bottom:150px;
	position:relative;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	color:rgba(255,255,255,1.00);
	text-shadow: black 0.1em 0.1em 0.2em;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*smart Phones*/
@media only screen and (max-width: 480px) {
	
		body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,4971b2+49 */

background: #000000; /* Old browsers */

background: -moz-linear-gradient(top,  #000000 1%, #4971b2 49%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #000000 1%,#4971b2 49%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #000000 1%,#4971b2 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4971b2',GradientType=0 ); /* IE6-9 */

	}
	
/*ESTILOS CONTENIDO*/

#contenido {
	min-height:500px;
	padding-bottom:100px;
	position:relative;
}

#contenedor_fondo { background:url(../img/pie_footer.png) bottom left repeat-x; }
	
#wrapper { width:90%; /*1400px*/ margin: 0 auto; }

/*ESTILOS HEADER*/

#cabecero_principal { padding: 0 0; }

#cabecero_principal img { display:none; }

/*ESTILOS MENÚ*/

#boton_menu { width:100%; height:50px; background:url(../img/icono_menu.png) no-repeat center right; background-size:50px; }
	
#menu_principal ul { display:none; }
	
#menu_principal { margin-top:15px; }

#menu_principal li { display:block; }

#menu_principal ul li ul li{ margin-left:50px; }

#menu_principal li span { padding:10px; }

#menu_principal li a { display:block; text-decoration:none; color:rgba(255,255,255,1.00); transition: 1s ease all; padding:15px 0; border-bottom:1px solid rgba(255,122,36,1.00); }


	
/*ESTILOS INICIO*/

#wrapper_slider { display:none; }

#contenido p { text-align:justify; line-height: 140%; color:rgba(255,255,255,1.00); }

#contenido h1 { color:rgba(255,255,255,1.00); text-align:center; }
	
.paquetes_inicio { width:100%; margin-right: 80px; margin-top:100px; position:relative; }

#zona_arq { margin-right:0; }

.paquetes_inicio img { display:block; width:100%; height:auto; border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6); margin-right:15px; }

.paquetes_inicio h2 { color:rgba(255,255,255,1.00); padding:25px 0; text-align:center; }

.paquetes_inicio a { display:block; width:100%; padding:10px 0; background-color:rgba(16,136,136,1.00); color:rgba(255,255,255,1.00); text-decoration:none; text-align:center; border-radius: 10px; margin-top:40px; }

.paquetes_inicio a:before { content: "\f0da"; font-family: 'FontAwesome'; margin-right:12px; }

/*ESTILOS DONDE IR*/

.donde_ir img { display:block; border: 8px solid rgba(255,255,255,1.00); float:left; width:100%; margin-top:5%; margin-bottom: 5%; box-shadow: 3px 3px 15px rgba(0,0,0,.6); }
	
.hotel_donde img { display:block; border: 8px solid rgba(255,255,255,1.00); width:80%; margin:5% auto; box-shadow: 3px 3px 15px rgba(0,0,0,.6); }
	
.info_donde_ir { margin-top: 5%; }
	
.info_hoteles  { float:right; padding:10px 10px 10px 10px; margin-top:5%; position:relative; }
	
/*ESTILO RECOMENDACIONES*/

.recomendaciones {
	display:inline-block;
	width:100%;
	text-align:center;
	
}

.recomendaciones img {
	border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	width: 100%;
	height: 350px;
	margin-top:50px;
}

.recomendaciones h3 {
	margin-top:20px;
	margin-bottom:50px;
	}

.recomendaciones a {
	width:120px;
	padding:10px 10px;;
	background-color:rgba(16,136,136,1.00);
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	text-align:center;
	border-radius: 10px;
	margin: 50px;
}

.recomendaciones a:before {
	content: "\f03e";
	font-family: 'FontAwesome';
	margin-right:12px;
}


/*ESTILOS PAQUETES*/

.paquetes {
	display:inline-block;
	width:100%;
	height:300px;
	text-align:center;
	text-decoration:none;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	color:rgba(255,255,255,1.00);
	margin: 20px;
	margin-top: 10%;
	margin-left: 2%;
}

.paquetes, h2 {
	padding:30px;
	text-align:center;
}

.paquetes h3 {
	padding:20px;
}

#pa_h4 {
	text-align:center;
	padding:20px;
}

#impa_1 {
	background-image:url(../img/paquetes_p1.jpg);
}

#impa_2 {
	background-image:url(../img/paquetes_p2.jpg);
}

#impa_3 {
	background-image:url(../img/paquetes_p3.jpg);
}

#impa_4 {
	background-image:url(../img/paquetes_p4.jpg);
}

#impa_5 {
	background-image:url(../img/paquetes_p5.jpg);
}

#impa_6 {
	background-image:url(../img/paquetes_p6.jpg);
}

.paquetes_1 {
	padding: 20px;
	margin-top: 150px;
	border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	color:#d1cbbf;
	
}

.mapa_paquetes {
	background-image:url(../img/fondo_paquetes.png);
	background-size:cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

.paquetes_1 p{
	padding: 20px;
}

.paquetes_1 h5 {
	text-align:center;
	padding: 20px;
}

.paquetes_1 h4 {
	text-align:center;
	padding:20px;
}

.paquetes_1 h3 {
	text-align:center;
	padding:20px;
}

.boton_paquetes {
	margin:50px;
	text-decoration:none;
	color:rgba(255,0,4,1.00);
	text-align:center;
}

.boton_paquetes span {
	padding:20px;
}
	

/*ESTILOS CONTACTO*/

#formulario {
	background-color:rgba(170,170,170,1.00);
	border-radius:10px;
	width:80%;
	padding:20px;
	margin:auto;
	}
	
.etiqueta {
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	}
	
.input {
	display:block;
	width:100%;
	padding:5px;
	color:rgba(0,0,0,1.00);
	}
	
.mensaje {
	display:block;
	width:100%;
	height:100px;
	color:rgba(0,0,0,1.00);
	}

#datos_contacto {
	position:absolute;    
	 right:0px; top:0px;
	 display:none;

	}

.boton_formulario {
	background-color:rgba(16,136,136,1.00);
	width:100%;
	margin-top:20px;
	padding:10px;
	border:none;
	color:rgba(255,255,255,1.00);
	border-radius:10px;
	}
	
.titulo_contacto {
	text-align:center;
	color:rgba(255,255,255,1.00);
	margin-bottom: 30px;
	}
	
#mapa {
	width:100%;
	height:350px;
	margin-top:80px;
	
	}
	
#mapa iframe {
	width:100%;
	height:100%;
	}
	
/*ESTILOS GALERIA*/

.galeria {
	width: 100%;
	margin-bottom: 15%;
	height: 250px;;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	text-align:center;
}

/*ESTILOS BLOG*/

.blog_caja{
	/*background:rgba(197,196,196,1.00);*/
	text-align:center;
	/*margin: 30px;*/	
}

.blog_caja img {
	width:100%;
	height: 350px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}

.fecha_blog {
	padding: 20px;
}

.parrafo_blog {
	margin: 25px 0;
}

.boton_blog {
	color:rgba(242,10,14,1.00);
	text-decoration: none;
	border:rgba(0,0,0,1.00);
}

.blog_cuadro img {
	width:100%;
	height: 350px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}


.blog_caja a span {
	margin:20px;
}
	
/*ESTILOS BLOGS*/

.secciones_blog  {
	text-align:center;
}

.secciones_blog img {
	margin: 50px 0;
	width: 100%;
	height: 400px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}

.secciones_blog h2 {
	padding: 20px 0;
	padding-top: 60px;
}

.secciones_blog p {
	padding: 20px 0;
}

.boton_blogs {
	color:rgba(242,10,14,1.00);
	text-decoration: none;
	border:rgba(0,0,0,1.00);	
	marging:30px 0;
}

.secciones_blog a span {
	margin:20px;
}
	
/*ESTILOS FOOTER*/

#wrapper_footer {
	height:330px;
	position:relative;
}

#direccion {
	color:rgba(255,255,255,1.00);
	position:absolute;
	left:5%;
	top: 50px;
	text-align:center;
}

#wrapper_footer img {
	display:none;
}

#derechos {
	position:absolute;
	left:0; bottom:50px;
	color:rgba(255,255,255,1.00);
	display:none;
}

#redes {
	position:absolute;
	bottom:20px; right:15px;;
}

.iconos_redes {
	width:50px;
	height:50px;
	background: url(../img/sprite_redes.png) no-repeat;
	display:inline-block;
	margin:0 5px;
	
}

#cotizaciones {
	color:rgba(255,252,252,1.00);
	width:100%;
	text-align:center;
	border-radius:0 3em;
	background:rgba(93,0,245,1.00);
	text-decoration:none;
	font-size:1.2em;
	padding:10px;
	display:inline-block;
	margin-bottom:70px;	
	margin-top:70px;	
}

#cotizaciones2 {
	color:rgba(255,252,252,1.00);
	width:100%;
	text-align:center;
	border-radius:0 3em;
	background:rgba(93,0,245,1.00);
	text-decoration:none;
	font-size:1.2em;
	padding:10px;
	display:inline-block;
	/*margin-bottom:100px;*/
	margin-top:100px;	
}

#cotizaciones span {
	margin:20px;
	font-size:35px;
}

#twitter {
	background-position: -50px 0;
}

#youtube {
	background-position: -100px 0;
}

#instagram {
	background-position: -150px 0;
}

.compartir_facebook{
	background:#3b5998;
	padding:10px 50px;
	border-radius:10px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	display:block;
	font-size:55%;
}

.compartir_twitter{
	background:#1dcaff;
	padding:10px 50px;
	border-radius:10px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	margin-top:20px;
	display:block;
	font-size:55%;
}

}

/*Tablet vertical*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
	
    	body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,4971b2+49 */

background: #000000; /* Old browsers */

background: -moz-linear-gradient(top,  #000000 1%, #4971b2 49%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #000000 1%,#4971b2 49%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #000000 1%,#4971b2 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4971b2',GradientType=0 ); /* IE6-9 */

	}
	
/*ESTILOS CONTENIDO*/

#contenido {
	min-height:500px;
	padding-bottom:100px;
	position:relative;
}

#contenedor_fondo {
	background:url(../img/pie_footer.png) bottom left repeat-x;
	}
	
#wrapper {
	width:90%; /*1400px*/
	margin: 0 auto;
}

/*ESTILOS HEADER*/

#cabecero_principal {
	padding: 20px 0;
}

#cabecero_principal img {
	display:block;
	margin:0 auto;
	width:40%;
	transition: .5s ease all;
}


/*ESTILOS MENÚ*/

#boton_menu {
	width:100%;
	height:50px;
	background:url(../img/icono_menu.png) no-repeat center right;
	background-size:50px;
	}
	
#menu_principal ul {
	display:none;
	}
	
#menu_principal {
	margin-top:15px;
}

#menu_principal li {
	display:block;
}

#menu_principal ul li ul li{
	margin-left:50px;
}

#menu_principal li span {
	padding:10px;
}

#menu_principal li a {
	display:block;
	text-decoration:none;
	color:rgba(255,255,255,1.00);
	transition: 1s ease all;
	padding:15px 0;
	border-bottom:1px solid rgba(255,122,36,1.00);
}
	
/*ESTILOS INICIO*/

#contenido p {
	text-align:justify;
	line-height: 140%;
	color:rgba(255,255,255,1.00);
	
}

#contenido h1 {
	color:rgba(255,255,255,1.00);
	text-align:center;
	
	}
	
.paquetes_inicio {
	width:100%;
	margin-right: 80px;
	margin-top:100px;
	position:relative;
}

#zona_arq {
	margin-right:0;
}

.paquetes_inicio img {
	display:block;
	width:100%;
	height:auto;
	border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	margin-right:15px;
}

.paquetes_inicio h2 {
	color:rgba(255,255,255,1.00);
	padding:25px 0;
	text-align:center;
}

.paquetes_inicio a {
	display:block;
	width:100%;
	padding:10px 0;
	background-color:rgba(16,136,136,1.00);
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	text-align:center;
	border-radius: 10px;
	margin-top:40px;
}

.paquetes_inicio a:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	margin-right:12px;
}

/*ESTILOS DONDE IR*/

.donde_ir img {
	display:block;
	border: 8px solid rgba(255,255,255,1.00);
	/*float:left;*/
	width:100%;
	margin-top:5%;
	margin-bottom: 5%;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	}
	
.hotel_donde img {
	display:block;
	border: 8px solid rgba(255,255,255,1.00);
	/*float:left;*/
	width:50%;
	margin:5% auto;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}
	
.info_donde_ir {
	margin-top: 5%;
}
	
.info_hoteles  {	
	float:right;
	padding:10px 10px 10px 10px;
	margin-top:5%;
	position:relative;
	}
	
/*ESTILO RECOMENDACIONES*/

.recomendaciones {
	/*box-shadow: 3px 3px 15px rgba(0,0,0,.6);*/
	display:inline-block;
	width:100%;
	text-align:center;
	
}

.recomendaciones img {
	border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	width: 100%;
	height: 500px;
	margin-top:50px;
}

.recomendaciones h3 {
	margin-top:20px;
	margin-bottom:50px;
	}

.recomendaciones a {
	width:120px;
	padding:10px 10px;;
	background-color:rgba(16,136,136,1.00);
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	text-align:center;
	border-radius: 10px;
	margin: 50px;
}

.recomendaciones a:before {
	content: "\f03e";
	font-family: 'FontAwesome';
	margin-right:12px;
}


/*ESTILOS PAQUETES*/

.paquetes {
	display:inline-block;
	width:60%;
	height:300px;
	text-align:center;
	text-decoration:none;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	color:rgba(255,255,255,1.00);
	margin: 20px auto;
	/*margin-top: 10%;*/
	margin-left: 20%;
}

.paquetes, h2 {
	padding:30px;
	text-align:center;
}

.paquetes h3 {
	padding:20px;
}

#pa_h4 {
	text-align:center;
	padding:20px;
}

#impa_1 {
	background-image:url(../img/paquetes_p1.jpg);
}

#impa_2 {
	background-image:url(../img/paquetes_p2.jpg);
}

#impa_3 {
	background-image:url(../img/paquetes_p3.jpg);
}

#impa_4 {
	background-image:url(../img/paquetes_p4.jpg);
}

#impa_5 {
	background-image:url(../img/paquetes_p5.jpg);
}

#impa_6 {
	background-image:url(../img/paquetes_p6.jpg);
}

.paquetes_1 {
	padding: 20px;
	margin-top: 150px;
	border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	color:#d1cbbf;
	
}

.mapa_paquetes {
	background-image:url(../img/fondo_paquetes.png);
	background-size:cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

.paquetes_1 p{
	padding: 20px;
}

.paquetes_1 h5 {
	text-align:center;
	padding: 20px;
}

.paquetes_1 h4 {
	text-align:center;
	padding:20px;
}

.paquetes_1 h3 {
	text-align:center;
	padding:20px;
}

.boton_paquetes {
	margin:50px;
	text-decoration:none;
	color:rgba(255,0,4,1.00);
	text-align:center;
}

.boton_paquetes span {
	padding:20px;
}
	

/*ESTILOS CONTACTO*/

#formulario {
	background-color:rgba(170,170,170,1.00);
	border-radius:10px;
	width:80%;
	padding:20px;
	margin:auto;
	}
	
.etiqueta {
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	}
	
.input {
	display:block;
	width:100%;
	padding:5px;
	color:rgba(0,0,0,1.00);
	}
	
.mensaje {
	display:block;
	width:100%;
	height:100px;
	color:rgba(0,0,0,1.00);
	}

#datos_contacto {
	position:absolute;    
	 right:0px; top:0px;
	 display:none;

	}

.boton_formulario {
	background-color:rgba(16,136,136,1.00);
	width:100%;
	margin-top:20px;
	padding:10px;
	border:none;
	color:rgba(255,255,255,1.00);
	border-radius:10px;
	}
	
.titulo_contacto {
	text-align:center;
	color:rgba(255,255,255,1.00);
	margin-bottom: 30px;
	}
	
#mapa {
	width:100%;
	height:350px;
	margin-top:80px;
	
	}
	
#mapa iframe {
	width:100%;
	height:100%;
	}
	
/*ESTILOS GALERIA*/

.galeria {
	width: 100%;
	margin-bottom: 15%;
	height: 400px;;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	text-align:center;
}

/*ESTILOS BLOG*/

.blog_caja{
	/*background:rgba(197,196,196,1.00);*/
	text-align:center;
	/*margin: 30px;*/	
}

.blog_caja img {
	width:100%;
	height: 350px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}

.fecha_blog {
	padding: 20px;
}

.parrafo_blog {
	margin: 25px 0;
}

.boton_blog {
	color:rgba(242,10,14,1.00);
	text-decoration: none;
	border:rgba(0,0,0,1.00);
}

.blog_cuadro img {
	width:100%;
	height: 350px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}


.blog_caja a span {
	margin:20px;
}
	
/*ESTILOS BLOGS*/

.secciones_blog  {
	text-align:center;
}

.secciones_blog img {
	margin: 50px 0;
	width: 100%;
	height: 400px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}

.secciones_blog h2 {
	padding: 20px 0;
	padding-top: 60px;
}

.secciones_blog p {
	padding: 20px 0;
}

.boton_blogs {
	color:rgba(242,10,14,1.00);
	text-decoration: none;
	border:rgba(0,0,0,1.00);	
	marging:30px 0;
}

.secciones_blog a span {
	margin:20px;
}
	
/*ESTILOS FOOTER*/

#wrapper_footer {
	height:330px;
	position:relative;
}

#direccion {
	color:rgba(255,255,255,1.00);
	position:absolute;
	left:25%;
	top: 50px;
	text-align:center;
}

#wrapper_footer img {
	display:none;
}

#derechos {
	position:absolute;
	left:0; bottom:50px;
	color:rgba(255,255,255,1.00)
	;
}

#redes {
	position:absolute;
	bottom:30px; right:0;
}

.iconos_redes {
	width:50px;
	height:50px;
	margin:10px;
	margin-top:100px;
	background: url(../img/sprite_redes.png) no-repeat;
	display:inline-block;
}

#cotizaciones {
	color:rgba(255,252,252,1.00);
	width:100%;
	text-align:center;
	border-radius:0 3em;
	background:rgba(93,0,245,1.00);
	text-decoration:none;
	font-size:1.2em;
	padding:10px;
	display:inline-block;
	margin-bottom:70px;	
	margin-top:70px;	
}

#cotizaciones2 {
	color:rgba(255,252,252,1.00);
	width:100%;
	text-align:center;
	border-radius:0 3em;
	background:rgba(93,0,245,1.00);
	text-decoration:none;
	font-size:1.2em;
	padding:10px;
	display:inline-block;
	/*margin-bottom:100px;*/
	margin-top:100px;	
}

#cotizaciones span {
	margin:20px;
	font-size:35px;
}

#twitter {
	background-position: -50px 0;
}

#youtube {
	background-position: -100px 0;
}

#instagram {
	background-position: -150px 0;
}

.compartir_facebook{
	background:#3b5998;
	padding:10px 50px;
	border-radius:10px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	display:block;
	font-size:55%;
}

.compartir_twitter{
	background:#1dcaff;
	padding:10px 50px;
	border-radius:10px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	margin-top:20px;
	display:block;
	font-size:55%;
} 
	
}

/*Tablet horizontal*/
@media only screen and (min-width: 769px) and (max-width: 1024px)  {
	
    	body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,4971b2+49 */

background: #000000; /* Old browsers */

background: -moz-linear-gradient(top,  #000000 1%, #4971b2 49%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #000000 1%,#4971b2 49%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #000000 1%,#4971b2 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4971b2',GradientType=0 ); /* IE6-9 */

	}
/*ESTILOS CONTENIDO*/

#contenido {
	min-height:500px;
	padding-bottom:100px;
	position:relative;
} 

#contenedor_fondo {
	background:url(../img/pie_footer.png) bottom left repeat-x;
	}
	
#wrapper {
	width:90%; /*1400px*/
	margin: 0 auto;
}

/*ESTILOS HEADER*/

#cabecero_principal {
	padding: 20px 0;
}

#cabecero_principal img {
	display:block;
	margin:0 auto;
	width:40%;
	transition: .5s ease all;
}



/*ESTILOS MENÚ*/

#boton_menu {
	width:100%;
	height:50px;
	background:url(../img/icono_menu.png) no-repeat center right;
	background-size:50px;
	}
	
#menu_principal ul {
	display:none;
	}
	
#menu_principal {
	margin-top:15px;
}

#menu_principal li {
	display:block;
}

#menu_principal ul li ul li{
	margin-left:50px;
}

#menu_principal li span {
	padding:10px;
}

#menu_principal li a {
	display:block;
	text-decoration:none;
	color:rgba(255,255,255,1.00);
	transition: 1s ease all;
	padding:15px 0;
	border-bottom:1px solid rgba(255,122,36,1.00);
}
	
/*ESTILOS INICIO*/

#contenido p {
	text-align:justify;
	line-height: 140%;
	color:rgba(255,255,255,1.00);
	
}

#contenido h1 {
	color:rgba(255,255,255,1.00);
	text-align:center;
	
	}
	
.paquetes_inicio {
	width:100%;
	margin-right: 80px;
	margin-top:100px;
	position:relative;
}

#zona_arq {
	margin-right:0;
}

.paquetes_inicio img {
	display:block;
	width:70%;
	height:auto;
	border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	margin:0 auto;
}

.paquetes_inicio h2 {
	color:rgba(255,255,255,1.00);
	padding:25px 0;
	text-align:center;
}

.paquetes_inicio a {
	display:block;
	width:100%;
	padding:10px 0;
	background-color:rgba(16,136,136,1.00);
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	text-align:center;
	border-radius: 10px;
	margin-top:40px;
}

.paquetes_inicio a:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	margin-right:12px;
}

/*ESTILOS DONDE IR*/

.donde_ir img {
	display:block;
	border: 8px solid rgba(255,255,255,1.00);
	/*float:left;*/
	width:90%;
	margin:5% auto;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	}
	
.hotel_donde img {
	display:block;
	border: 8px solid rgba(255,255,255,1.00);
	/*float:left;*/
	width:40%;
	margin:5% auto;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}
	
.info_donde_ir {
	margin-top: 5%;
}
	
.info_hoteles  {	
	float:right;
	padding:10px 10px 10px 10px;
	margin-top:5%;
	position:relative;
	}
	
/*ESTILO RECOMENDACIONES*/

.recomendaciones {
	/*box-shadow: 3px 3px 15px rgba(0,0,0,.6);*/
	display:inline-block;
	width:100%;
	margin:0 auto;
	text-align:center;
	
}

.recomendaciones img {
	border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	width: 80%;
	height: 500px;
	margin:50px auto;
}

.recomendaciones h3 {
	margin-top:20px;
	margin-bottom:50px;
	}

.recomendaciones a {
	width:120px;
	padding:10px 10px;;
	background-color:rgba(16,136,136,1.00);
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	text-align:center;
	border-radius: 10px;
	margin: 50px;
}

.recomendaciones a:before {
	content: "\f03e";
	font-family: 'FontAwesome';
	margin-right:12px;
}


/*ESTILOS PAQUETES*/

.paquetes {
	display:inline-block;
	width:40%;
	height:300px;
	text-align:center;
	text-decoration:none;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	color:rgba(255,255,255,1.00);
	margin: 20px 0;
	/*margin-top: 10%;*/
	margin-left: 7%;
}

.paquetes, h2 {
	padding:30px;
	text-align:center;
}

.paquetes h3 {
	padding:20px;
}

#pa_h4 {
	text-align:center;
	padding:20px;
}

#impa_1 {
	background-image:url(../img/paquetes_p1.jpg);
}

#impa_2 {
	background-image:url(../img/paquetes_p2.jpg);
}

#impa_3 {
	background-image:url(../img/paquetes_p3.jpg);
}

#impa_4 {
	background-image:url(../img/paquetes_p4.jpg);
}

#impa_5 {
	background-image:url(../img/paquetes_p5.jpg);
}

#impa_6 {
	background-image:url(../img/paquetes_p6.jpg);
}

.paquetes_1 {
	padding: 20px;
	margin-top: 150px;
	border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	color:#d1cbbf;
	
}

.mapa_paquetes {
	background-image:url(../img/fondo_paquetes.png);
	background-size:cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

.paquetes_1 p{
	padding: 20px;
}

.paquetes_1 h5 {
	text-align:center;
	padding: 20px;
}

.paquetes_1 h4 {
	text-align:center;
	padding:20px;
}

.paquetes_1 h3 {
	text-align:center;
	padding:20px;
}

.boton_paquetes {
	margin:50px;
	text-decoration:none;
	color:rgba(255,0,4,1.00);
	text-align:center;
}

.boton_paquetes span {
	padding:20px;
}
	

/*ESTILOS CONTACTO*/

#formulario {
	background-color:rgba(170,170,170,1.00);
	border-radius:10px;
	width:80%;
	padding:20px;
	margin:auto;
	}
	
.etiqueta {
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	}
	
.input {
	display:block;
	width:100%;
	padding:5px;
	color:rgba(0,0,0,1.00);
	}
	
.mensaje {
	display:block;
	width:100%;
	height:100px;
	color:rgba(0,0,0,1.00);
	}

#datos_contacto {
	position:absolute;    
	 right:0px; top:0px;
	 display:none;

	}

.boton_formulario {
	background-color:rgba(16,136,136,1.00);
	width:100%;
	margin-top:20px;
	padding:10px;
	border:none;
	color:rgba(255,255,255,1.00);
	border-radius:10px;
	}
	
.titulo_contacto {
	text-align:center;
	color:rgba(255,255,255,1.00);
	margin-bottom: 30px;
	}
	
#mapa {
	width:100%;
	height:350px;
	margin-top:80px;
	
	}
	
#mapa iframe {
	width:100%;
	height:100%;
	}
	
/*ESTILOS GALERIA*/

.galeria {
	width: 100%;
	margin: 5% auto;
	height: 500px;;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	text-align:center;
}

/*ESTILOS BLOG*/

.blog_caja{
	/*background:rgba(197,196,196,1.00);*/
	text-align:center;
	/*margin: 30px;*/	
}

.blog_caja img {
	width:100%;
	height: 350px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}

.fecha_blog {
	padding: 20px;
}

.parrafo_blog {
	margin: 25px 0;
}

.boton_blog {
	color:rgba(242,10,14,1.00);
	text-decoration: none;
	border:rgba(0,0,0,1.00);
}

.blog_cuadro img {
	width:100%;
	height: 350px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}


.blog_caja a span {
	margin:20px;
}
	
/*ESTILOS BLOGS*/

.secciones_blog  {
	text-align:center;
}

.secciones_blog img {
	margin: 50px 0;
	width: 100%;
	height: 400px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}

.secciones_blog h2 {
	padding: 20px 0;
	padding-top: 60px;
}

.secciones_blog p {
	padding: 20px 0;
}

.boton_blogs {
	color:rgba(242,10,14,1.00);
	text-decoration: none;
	border:rgba(0,0,0,1.00);	
	marging:30px 0;
}

.secciones_blog a span {
	margin:20px;
}
	
/*ESTILOS FOOTER*/

#wrapper_footer {
	height:330px;
	position:relative;
}

#direccion {
	color:rgba(255,255,255,1.00);
	position:absolute;
	left:32%;
	top: 50px;
	text-align:center;
}

#wrapper_footer img {
	display:none;
}

#derechos {
	position:absolute;
	left:0; bottom:50px;
	color:rgba(255,255,255,1.00)
	;
}

#redes {
	position:absolute;
	bottom:30px; right:0;
}

.iconos_redes {
	width:50px;
	height:50px;
	margin:10px;
	margin-top:100px;
	background: url(../img/sprite_redes.png) no-repeat;
	display:inline-block;
}

#cotizaciones {
	color:rgba(255,252,252,1.00);
	width:100%;
	text-align:center;
	border-radius:0 3em;
	background:rgba(93,0,245,1.00);
	text-decoration:none;
	font-size:1.2em;
	padding:10px;
	display:inline-block;
	margin-bottom:70px;	
	margin-top:70px;	
}

#cotizaciones2 {
	color:rgba(255,252,252,1.00);
	width:100%;
	text-align:center;
	border-radius:0 3em;
	background:rgba(93,0,245,1.00);
	text-decoration:none;
	font-size:1.2em;
	padding:10px;
	display:inline-block;
	/*margin-bottom:100px;*/
	margin-top:100px;	
}

#cotizaciones span {
	margin:20px;
	font-size:35px;
}

#twitter {
	background-position: -50px 0;
}

#youtube {
	background-position: -100px 0;
}

#instagram {
	background-position: -150px 0;
}

.compartir_facebook{
	background:#3b5998;
	padding:10px 50px;
	border-radius:10px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	display:block;
	font-size:55%;
}

.compartir_twitter{
	background:#1dcaff;
	padding:10px 50px;
	border-radius:10px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	margin-top:20px;
	display:block;
	font-size:55%;
}
	

}

/*Escritorio*/
@media only screen and (min-width: 1025px) {
	
	body {
	background-color:rgba(192,190,179,1.00);	
	}

#contenedor_fondo {
	background:url(../img/fondo.png) repeat-x, url(../img/fondo_footer.png) bottom left repeat-x;
	background-size:cover;
	background-attachment:fixed;
	}
	
#wrapper {
	width:72.91%; /*1400px*/
	margin:0 auto;
	max-width:1440px;
}

/*ESTILOS HEADER*/

#cabecero_principal {
	padding: 20px 0;
	/*box-shadow: 3px 3px 15px rgba(0,0,0,.6);*/
}

#cabecero_principal img {
	float:left;
	width:15%;
	transition: .5s ease all;
	margin-left:5%;
	margin-bottom:2%;
}

#cabecero_principal img:hover {
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
	-o-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

/*ESTILOS MENÚ*/

nav {
	top: 7px;
	/*float: right;*/
	left:0px;
	right:20px;
	/*width:100%;*/
	font-size:20px;
	/*margin-top:100px;*/
	margin-right:12%;
	
	
}

nav ul {
	list-style: none;
	
	

}

nav > ul {
	display:table;
	/*background-color:rgba(0,0,0,1.00);*/
	/*position:relative;*/
	float: right;
}

nav > ul li {
	display:table-cell;
}

/*SUB-MENU*/

nav > ul > li:hover > ul {
	display: block;
	height: 100%;
}

nav > ul > li > ul {
	display: block;
	position: absolute;
	/*background: #000;*/
	overflow: hidden;
	height: 0%;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

nav > ul li a {
	color:#fff;
	text-shadow: black 0.1em 0.1em 0.2em;
	display: block;
	line-height: 20px;	
	padding: 13px;
	position: relative;
	text-align: center;
	text-decoration: none;
	/*background-color:rgba(245,245,245,1.00);*/
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

nav > ul > li > ul > li a/*:hover*/ {
	background: #f25724;
}

nav > ul > li > a span {
	background: #174459;
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	top: -40px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

nav > ul > li > a span .icon {
	display: block;
	line-height: 65px;
}

nav > ul > li > a:hover > span {
	top: 0;
}

/*Color*/

nav ul li a .primero {
	background: #0e5061;
} 

nav ul li a .segundo {
	background: #f25724; 
} 

nav ul li a .tercero {
	background:rgba(176,47,49,1.00); 
} 

nav ul li a .cuarto {
	background: #1F6868;
} 
 nav ul li a .quinto {
	background: #2C376C;
} 

nav ul li a .sexto {
	background: #58669C;
} 

nav ul li a .septimo {
	background: #487F4D;
} 


/*ESTILOS INICIO*/

#contenido p {
	text-align:justify;
	line-height: 140%;
}

.paquetes_inicio {
	width:33%;
	float:left;
	margin-top:50px;
	padding:0 2%;
}

.paquetes_inicio img {
	display:block;
	width:100%;
	height:auto;
	border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}

.paquetes_inicio h2 {
	padding:20px 0;
}

.paquetes_inicio a {
	display:block;
	width:150px;
	padding:10px 0;
	background-color:rgba(16,136,136,1.00);
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	text-align:center;
	border-radius: 10px;
	margin-top:20px;
	float:right;
}

.paquetes_inicio a:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	margin-right:12px;
}
	
/*ESTILOS DONDE IR*/

.donde_ir img {
	display:block;
	border: 8px solid rgba(255,255,255,1.00);
	float:left;
	width:40%;
	margin-right:2%;
	margin-top:2%;
	margin-bottom: 2%;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	}
	
.hotel_donde img {
	display:block;
	border: 8px solid rgba(255,255,255,1.00);
	float:left;
	width:25%;
	margin-top:3%;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}
	
.info_donde_ir {
	margin-top: 5%;
}
	
.info_hoteles  {	
	float:right;
	width:70%;
	padding:10px 10px 10px 10px;
	margin-top:9%;
	position:relative;
	}
	
/*ESTILO RECOMENDACIONES*/

.recomendaciones {
	/*box-shadow: 3px 3px 15px rgba(0,0,0,.6);*/
	display:inline-block;
	width:46%;
	margin-left:30px;
	margin-top:50px;
	text-align:center;
	
}

.recomendaciones img {
	border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	width: 80%;
	height: 350px;
}

.recomendaciones h3 {
	margin-top:20px;
	margin-bottom:50px;
	}

.recomendaciones a {
	width:120px;
	padding:10px 10px;;
	background-color:rgba(16,136,136,1.00);
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	text-align:center;
	border-radius: 10px;
	margin-top:1000px;
}

.recomendaciones a:before {
	content: "\f03e";
	font-family: 'FontAwesome';
	margin-right:12px;
}


/*ESTILOS PAQUETES*/

.paquetes {
	display:inline-block;
	width:28%;
	height:300px;
	text-align:center;
	text-decoration:none;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	color:rgba(255,255,255,1.00);
	margin: 20px;
	margin-top: 10%;
	margin-left: 2%;
}

.paquetes, h2 {
	padding:30px;
	text-align:center;
}

.paquetes h3 {
	padding:20px;
}

#pa_h4 {
	text-align:center;
	padding:20px;
}

#impa_1 {
	background-image:url(../img/paquetes_p1.jpg);
}

#impa_2 {
	background-image:url(../img/paquetes_p2.jpg);
}

#impa_3 {
	background-image:url(../img/paquetes_p3.jpg);
}

#impa_4 {
	background-image:url(../img/paquetes_p4.jpg);
}

#impa_5 {
	background-image:url(../img/paquetes_p5.jpg);
}

#impa_6 {
	background-image:url(../img/paquetes_p6.jpg);
}

.paquetes_1 {
	padding: 20px;
	margin-top: 150px;
	border: 5px rgba(255,255,255,1.00) solid;
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	color:#d1cbbf;
	
}

.mapa_paquetes {
	background-image:url(../img/fondo_paquetes.png);
	background-size:cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

.paquetes_1 p{
	padding: 20px;
}

.paquetes_1 h5 {
	text-align:center;
	padding: 20px;
}

.paquetes_1 h4 {
	text-align:center;
	padding:20px;
}

.paquetes_1 h3 {
	text-align:center;
	padding:20px;
}

.boton_paquetes {
	margin:50px;
	text-decoration:none;
	color:rgba(255,0,4,1.00);
	text-align:center;
}

.boton_paquetes span {
	padding:20px;
}

/*ESTILOS CONTACTO*/

#formulario {
	background-color:rgba(170,170,170,1.00);
	float:left;
	border-radius:10px;
	width:40%;
	padding:20px;
	margin-top:60px;
	}
	
.etiqueta {
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	}
	
.input {
	display:block;
	width:100%;
	padding:5px;
	color:rgba(0,0,0,1.00);
	}
	
.mensaje {
	width:100%;
	height:100px;
	color:rgba(0,0,0,1.00);
	
	}
	
.boton_formulario {
	display:block;
	width:100%;
	background-color:rgba(16,136,136,1.00);
	margin-top:20px;
	padding:10px;
	border-radius:10px;
	border:none;
	color:rgba(255,255,255,1.00);
	}
	
#datos_contacto {
	float:right;   
	width:50%;
	padding:10px;
	
	}
#datos_contacto h2{
	margin-top:50px;
	font-size:24px;
}

#datos_contacto span{
	padding-right:15px;
}
	
.parrafo_contacto {
	padding:5px;
	}
	
#direccion_contacto:before {
		content:"\f015";
	  font-family: 'FontAwesome';
	  /*font-size:25px;*/
	  margin-right:10px;
	}
	
#telefono_contacto:before{
	content:"\f10b";
	font-family: 'FontAwesome';
	  /*font-size:25px;*/
	  margin-right:18px;
	
	}
	
#mail_contacto:before {
	content:"\f003";
	font-family: 'FontAwesome';
	  /*font-size:20px;*/
	  margin-right:10px;
	}

#mapa {
	width:100%;
	height:350px;
	margin-top:80px;
	
	}
	
#mapa iframe {
	width:100%;
	height:100%;
	}

/*ESTILOS GALERIA*/

.galeria {
	width:27%;
	margin-left: 4%;
	margin-bottom: 5%;
	height: 250px;;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
	text-align:center;
}

/*ESTILOS BLOG*/

.blog_caja{
	/*background:rgba(197,196,196,1.00);*/
	text-align:center;
	margin: 30px;	
}

.blog_caja img {
	width:70%;
	height: 350px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}

.fecha_blog {
	padding: 20px;
}

.parrafo_blog {
	padding: 20px;
}

.parrafo_blog_cuadro {
	padding: 20px;
	height: 200px;
}

.boton_blog {
	color:rgba(242,10,14,1.00);
	text-decoration: none;
	border:rgba(0,0,0,1.00);
}

.blog_cuadro {
	/*background:rgba(197,196,196,1.00);*/
	display:inline-block;
	width:40%;
	text-align:center;
	margin-left: 70px;
	margin-top: 30px;
	
}

.blog_cuadro img {
	width: 70%;
	height: 120px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}


.blog_caja a span {
	margin:20px;
}

.blog_cuadro a span {
	margin:20px;
}

/*ESTILOS BLOGS*/

.secciones_blog  {
	text-align:center;
}

.secciones_blog img {
	margin: 50px;
	width: 70%;
	height: 400px;
	border: 8px solid rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(0,0,0,.6);
}

.secciones_blog h2 {
	padding: 20px;
	padding-top: 60px;
}

.secciones_blog p {
	padding: 20px;
}

.boton_blogs {
	color:rgba(242,10,14,1.00);
	text-decoration: none;
	border:rgba(0,0,0,1.00);	
	marging:30px;
}

.secciones_blog a span {
	margin:20px;
}

/*ESTILOS FOOTER*/

#wrapper_footer {
	height:300px;
	position:relative;
}

#direccion {
	color:rgba(255,255,255,1.00);
	position:absolute;
	top: 100px;
}

#wrapper_footer img {
	width: 20%;
	position:absolute;
	top:30px; right:0;
}

#wrapper_footer img:hover {
	rigth: 20px;
}

#derechos {
	position:absolute;
	left:0; bottom:50px;
	color:rgba(255,255,255,1.00)
	;
}

#redes {
	position:fixed;
	top:130px; right:17px;
}

.iconos_redes {
	width:50px;
	height:50px;
	margin:5px;
	background: url(../img/sprite_redes.png) no-repeat;
	/*display:inline-block;*/
	
}

#cotizaciones {
	color:rgba(255,252,252,1.00);
	width:100%;
	text-align:center;
	border-radius:0 3em;
	background:rgba(93,0,245,1.00);
	text-decoration:none;
	font-size:1.2em;
	padding:10px;
	display:inline-block;
	margin-bottom:100px;	
}

#cotizaciones2 {
	color:rgba(255,252,252,1.00);
	width:100%;
	text-align:center;
	border-radius:0 3em;
	background:rgba(93,0,245,1.00);
	text-decoration:none;
	font-size:1.2em;
	padding:10px;
	display:inline-block;
	margin-bottom:100px;
	margin-top:100px;	
}

#cotizaciones span {
	margin:20px;
	font-size:35px;
}

#twitter {
	background-position: -50px 0;
}

#youtube {
	background-position: -100px 0;
}

#instagram {
	background-position: -150px 0;
}

.compartir_facebook{
	background:#3b5998;
	padding:10px 50px;
	border-radius:10px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.compartir_twitter{
	background:#1dcaff;
	padding:10px 50px;
	border-radius:10px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	margin-left:20px;
}

 
}




@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
