@charset "UTF-8";

/* CSS Document */

/*copyright lynda.com 2011
feel free to use these styles as you wish
attribution would be nice, but not required
*/

/* desolve color palette
#4C4341     rgb(76, 67, 65)  ASH
#646266      rgb(100, 98, 102)  DULL GRAY
#7B798F     rgb(123, 121, 143)  PEWTER BLUE
#ADA982    rgb(173, 169, 130)  DARK TAN
#D8D5BC   rgb(216, 213, 188)  MED TAN
#EDE4D6   rgb(237, 228, 214)  LIGHT TAN
#667F6A     rgb(102, 127, 106)  DARK GREEN
*/
/*Fonts*/

/*Global styles -----------------------------------------------------------------------------------------------------------*/

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: center;
	font: inherit;
	right: 0px;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
	max-width: 1000px;

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

a:hover {
	color: #fff;
}


a img {
	border: none;
	outline: 0;
}

.preview a {
	display: block;
	height:100%;
}

.preview a:hover {
	border: none;
}

a.phone {
	border: none;
	color: inherit;
}

a.phone:hover {
	border: none;
	color: inherit;
	cursor: default;
}


html {
	background: rgb(255, 255, 255);
}

body {
	font: 100% 'Exo 2', sans-serif;
	line-height: 1.5;
	background: #fff;
	color: rgb(76, 67, 65);
	font-weight:normal;
	font-style:normal;
}

.menu {
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	}
	
#mainNav h2, #mainNav #menuToggle {
	display: none;
}

nav ul {
	list-style: none;
	color: #mainNav;
	text-align: center;
}

/*header styles*/
header {
	background: url();
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
	max-width: 1000px;
}

header h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

header a {
	text-decoration: none;
	border: none;
	color: #000;
}
header a:hover {
	border: none;
	color: #c20e1a;
	font-family: 'Exo 2', sans-serif;
}

#cabeza {
	align-content: center;
	text-align: center;
}


/*nav styles*/
#mainNav {
	margin-bottom: .5em;
	width: 100%;
}
#mainNav li {
	float: left;
	background-color: #828c97;
}
#mainNav a, #mainNav h3 {
	display: block;
	color: #fff;
	border: none;
	background-color: #828c97;
	font-family: 'Exo 2', sans-serif; 
}
#mainNav a:hover {
	color: #c20e1a;
}
#mainNav a.current {
	color: #fff;
	cursor: default;
}


/*form styles*/
fieldset {
	border: none;
	position: relative;
	padding: 1em;
	margin-right: 0;
	margin-left: 0;
	-webkit-border-radius: 0 .5em .5em 0;
	-moz-border-radius: 0 .5em .5em 0;
	border-radius: 0 .5em .5em 0;
	resize:none;
}

fieldset:before {
	content:attr(title);
	display: block;
	font: 1.2em Cantarell, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom: 1px solid rgb(76, 67, 65);
	width: 100%;
}

legend {
	position: absolute;
	top:0;
	left: -2000em;
}

fieldset p {
	font: .8em Cantarell, Arial, Helvetica, sans-serif;
	margin: 1em 0 0;
	font-style: italic;
}

label {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}

input[type="submit"] {
	display:block;
	margin: 1em 0;
}

.inline {
	display: inline;
}

	/* width and height can be anything, as long as they're equal */

	
#formulario {
	margin-top: 5px;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	height: auto;
}

.datos{
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #4b5159;
}

#pie {
	margin-top: 10px;
	text-align: center;
	background-position: center top;
	background-color: #2d3236;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}


/*cuerpo styles*/

.text_titulo
{
	font-family: 'Orbitron', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	text-align: left;
	padding-left: 5px;
	background:#1f2123;
}

.text_contacto1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
    color: #000000;
	text-align: center;
}

.text_contacto2{
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 17px;
    color: #353434;
	text-align: center;
}

.text_contacto3{
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 17px;
    color: #c20e1a;
	text-align: left;
}

.text_contacto4{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
    color: #0f5022;
	text-align: left;
}


.pie {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
    color: #a3be30;
	text-align: center;
	padding-bottom: 5px;
}

.pie2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 11px;
    color: #fff;
	text-align: center;
	padding-bottom: 5px;
}

.pie3 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 14px;
    color: #fff;
	text-align: center;
	padding-bottom: 5px;
}


.fondo_header {
	margin-top: 5px;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background: #000;
	text-align: center;
}

.text_index1 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
	font-size: 20px;
    color: #fff;
	text-align: left;
	padding: 10px;
}

.text_index2 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 15px;
    color: #010101;
	text-align: left;
}

.text_index3 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 14px;
    color: #fff;
	text-align: left;
	padding: 10px;
}

.text_index4 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 14px;
    color: #010101;
	text-align: left;
	padding: 10px;
}

.text_index5 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 14px;
    color: #010101;
	text-align: left;
}

.text_index6 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 16px;
    color: #c20e1a;
	text-align: left;

}

.text_index7 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 11px;
    color: #3d3d3d;
	text-align: left;

}

.text_index8 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 15px;
    color: #565656;
	text-align: left;

}

.text_index9 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 500;
	font-size: 20px;
    color: #000000;
	text-align: left;

}

.text_index10 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 16px;
    color: #565656;
	text-align: left;

}

.text_index11 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 15px;
    color: #000000;
	text-align: left;

}

.text_index12 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 15px;
    color: #d13284;
	text-align: left;

}

.text_index13 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 15px;
    color: #fff;
	text-align: left;
	padding: 10px;

}

.text_index14 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 300;
	font-size: 18px;
    color: #b2d73a;
	text-align: left;

}

.text_index15 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20px;
    color: #30871b;
	text-align: left;

}

.text_index16 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
    color: #101010;
	text-align: left;

}

.text_nosotros2 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	font-size: 30px;
    color: #707275;
	text-align: left;
	padding: 10px;

}

.text_nosotros1 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 15px;
    color: #565656;
	text-align: left;
	padding: 10px;

}

.text_nosotros3 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 15px;
    color: #000000;
	text-align: left;

}

.text_nosotros4 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 12px;
    color: #fff;
	text-align: left;
	padding: 10px;

}

.text_nosotros5 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 300;
	font-size: 16px;
    color: #b2d73a;
	text-align: left;
	padding: 10px;

}

.text_nosotros6 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 13px;
    color: #b2d73a;
	text-align: left;

}

.text_nosotros7 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 14px;
    color: #fff;
	text-align: left;

}

.text_nosotros8 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 15px;
    color: #4b5159;
	text-align: left;
	padding: 10px;

}

.text_nosotros9 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 500;
	font-size: 22px;
    color: #000000;
	text-align: left;
	padding: 10px;

}

.text_nosotros10 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 18px;
    color: #ae1d09;
	text-align: left;

}

.text_nosotros11 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 15px;
    color: #000000;
	text-align: left;

}

.text_tecnologia {
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	font-size: 30px;
    color: #007b24;
	text-align: left;

}

.text_ruta1 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 16px;
    color: #565656;
	text-align: left;
	padding: 10px;
}

.text_ruta2 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 16px;
    color: #000000;
	text-align: left;
}

.text_ruta3 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 500;
	font-size: 30px;
    color: #707275;
	text-align: left;

}

.text_ruta4 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 25px;
    color: #161616;
	text-align: left;
}

.text_ruta5 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 25px;
    color: #161616;
	text-align: left;
}

.text_ruta6 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 300;
	font-size: 25px;
    color: #b2d73a;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.text_ruta7 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 20px;
    color: #a7a7a7;
	text-align: left;
}

.text_ruta8 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 17px;
    color: #fff;
	text-align: left;
}

.text_ruta9 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 17px;
    color: #fff;
	text-align: left;
}

.text_ruta10 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 17px;
    color: #b2d73a;
	text-align: left;
}

.text_multimedia1 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 500;
	font-size: 20px;
    color: #565656;
	text-align: left;
	padding: 10px;
}

.text_multimedia2 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 500;
	font-size: 12px;
    color: #565656;
	text-align: left;
	padding: 10px;
}

.text_recomendaciones1 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 15px;
    color: #000000;
	text-align: left;
	padding: 10px;
}

.text_recomendaciones2 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 500;
	font-size: 20px;
    color: #707275;
	text-align: left;
}

.text_recomendaciones3 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 18px;
    color: #000000;
	text-align: left;
}

.text_recomendaciones4 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 500;
	font-size: 25px;
    color: #707275;
	text-align: left;
}

.text_recomendaciones5 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 25px;
    color: #007b24;
	text-align: left;
}

.text_recomendaciones6 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 15px;
    color: #fff;
	text-align: left;
	padding: 10px;
}

.text_recomendaciones7 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 20px;
    color: #fff;
	text-align: left;
}

.text_recomendaciones8 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	font-size: 22px;
    color: #b2d73a;
	text-align: left;
}

.text_recomendaciones9 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 16px;
    color: #b2d73a;
	text-align: left;
}

.text_recomendaciones10 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 18px;
    color: #fff;
	text-align: left;
	padding: 10px;
}

.text_recomendaciones11 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 21px;
    color: #fff;
	text-align: left;
}

.text_perdidos1 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
    color: #4b5159;
	text-align: left;
	padding: 10px;
}

.text_perdidos2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
    color: #000000;
	text-align: left;
}
/*mobile styles*/
@media only screen and (max-width:480px) {

/*disable text sizing on orientation change*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	-webkit-text-size-adjust: none;
	margin-bottom: 5px;
}

body {
	width: 90%;
	margin: 0 auto;
}


/*nav styles*/
#mainNav {
	width: auto;
	margin: 0;
	margin-bottom: 10px;
	background-color: #828c97; 
	overflow: hidden;
	color: #fff;
}

#mainNav li {
	margin: 0;
	float: none;
	position: relative;
}
.topMenu {
	max-height: 0;
	visibility: hidden;
}
.topMenu.expand {
	max-height: 900em;
	visibility: visible;
}

#mainNav a, #mainNav h3 {
	font-size: 1.2em;
	text-align: left;
	color: #fff;
	display: block;
	margin-bottom: 1px;
	background-color: #828c97;
	padding-left: 1em;
	line-height: 2em;
	cursor: pointer;
}
#mainNav a:hover {
	color: #c20e1a;
}
#mainNav a.current {
	color: #fff;
}
#mainNav span.indicator {
	position: absolute;
	right: 1em;
}
/*dropdown menu styles*/
#mainNav ul.submenu {
	float: none;
	width: auto;
	height: auto;
	max-height: 0;
	-moz-transition:max-height 0.5s ease;
	-webkit-transition:max-height 0.5s ease;
	-o-transition:max-height 0.5s ease;
	transition:max-height 0.5s ease;
	overflow: hidden;
}
#mainNav ul.submenu.expand {
	max-height: 20em;
}

#mainNav ul.submenu li a {
	padding: .2em 1em;
	white-space: nowrap;
	color: white;
	text-align: left;
	font-size: 1em;
	padding-left: 3em;
	background: #828c97;
}
#mainNav .menuToggle {
	display: block;
	background: 5a626b;
	width: 8em;
	margin-bottom: .2em;
	position: relative;
}
.menuToggle a {
	text-align: center;
	padding: 0;
}

/*form styles*/
fieldset {
	width: 80%;
	
}

input[type="text"], input[type="email"], input[type="nombre"],input[type="tel"],input[type="comentarios"], input[type="lugar"], input[type="objetos"], input[type="url"], textarea {
	width: 85%;
	height: 35px;
	resize: none;
	border: 1px solid #333333;
}

fieldset p {
	float: none;
	width: auto;
	}


/*aside styles*/
aside {
	width: 90%;
	margin: 0 auto;
}

aside section {
	clear: both;
}

aside h2 {
	font-size: 1.6em;
	margin: 1em 0 .8em;
	padding-top: .8em;
	border-top: 2px solid rgb(76, 67, 65);
}

aside nav h2 {
	border: none;
	padding-top: 0;
}

aside nav {
	margin-bottom: 2em;
}

aside nav ul {
	display: none;
}

nav select {
	width: 200px;
	margin-left: 20%;
}

.contest img {
	display: block;
	margin: 0 auto .8em;
}

.contest p {
	font-size: .9em;
	margin: 0 auto;
	margin-bottom: 1.5em;
	width: 80%;
	line-height: 1.5;
}

.enter a {
	display: block;
}


}

/*tablet styles*/
@media only screen and (min-width:481px) and (max-width:768px) {

body {
	width: 95%;
	margin: 0 auto;
}

/*header styles*/

/*nav styles*/
#mainNav {
	width: 95%;
	font-size: 95%;
	padding-bottom: 0;
	margin-bottom: 1em;
}
.topMenu {
	width: 100%;
	margin: 0 auto;
}

/*nav styles*/
#mainNav {
	margin-bottom: 10px;
	background-color: #828c97;
	margin-top: 10px;
	width: 100%;
	padding-left: 0px;
}
#mainNav li {
	margin-right: 0px;
	position: relative;
}
#mainNav a, #mainNav h3 {
	font-size: 14px;
	text-align: center;
	padding: 0 10px;
}
/*dropdown menu styles*/
#mainNav ul.submenu {
	float: none;
	width: 200px;
	height: auto;
	position: absolute;
	top: 0;
	padding-top: 2.8em;
	left: -8000em;
	max-height: 0;
	-moz-transition:max-height 0.5s ease;
	-webkit-transition:max-height 0.5s ease;
	-o-transition:max-height 0.5s ease;
	transition:max-height 0.5s ease;
	overflow: hidden;
	z-index: 1000;
}
#mainNav ul.submenu li {
	float: none;
	margin: 0;
	background: #828c97;
}
#mainNav li:hover ul {
	left: 0;
	max-height: 20em;
}
#mainNav ul.submenu li a {
	border-bottom: 1px solid white;
	padding: 5px 5px;
	white-space: nowrap;
	color: white;
	text-align: left;
	font-size: 13px;
}
#mainNav ul.submenu li:last-child a {
	border-bottom: none;
}
#mainNav ul.submenu li a:hover {
	background: #828c97;
}
/*form styles*/
fieldset {
	width: 70%;
	
}

input[type="text"], input[type="email"],input[type="nombre"],input[type="tel"],input[type="comentarios"], input[type="lugar"], input[type="objetos"], input[type="url"], textarea {
	width: 75%;
		height:35px;
	resize:none;

}

fieldset p {
	float: none;
	width: auto;

}



}
/*desktop styles*/
@media only screen and (min-width:769px) {

body {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}
/*header styles*/
header {
	text-align: center;

}

header h1 {
	font-size: 3.2em;
	padding-left: 110px;
	line-height: 100px;
	line-height: 165px;
	margin-right: .5em;
	float: left;
	margin-left: 3.9%;/* fixes nasty 1px header fitting problem*/
	display: inline;
	background: url(../_images/desolve_logo.png) no-repeat left center;
}

header h2 {
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight:normal;
	font-size: 1.4em;
	color: #fff;
	float: left;
	text-transform: lowercase;
	letter-spacing:.1em;
	line-height: 165px;
}

/*nav styles*/
#mainNav {
	margin-bottom: 10px;
	background-color: #828c97;
	margin-top: 10px;
}
#mainNav li {
	margin-right: 1px;
	position: relative;
}
#mainNav a, #mainNav h3 {
	font-size: 1.2em;
	text-align: center;
	padding: 0 1em;
}
/*dropdown menu styles*/
#mainNav ul.submenu {
	float: none;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	padding-top: 2.8em;
	left: -8000em;
	max-height: 0;
	-moz-transition:max-height 0.5s ease;
	-webkit-transition:max-height 0.5s ease;
	-o-transition:max-height 0.5s ease;
	transition:max-height 0.5s ease;
	overflow: hidden;
	z-index: 1000;
}
#mainNav ul.submenu li {
	float: none;
	margin: 0;
	background: #828c97;
}
#mainNav li:hover ul {
	left: 0;
	max-height: 20em;
}
#mainNav ul.submenu li a {
	border-bottom: 1px solid white;
	padding: .2em 1em;
	white-space: nowrap;
	color: white;
	text-align: left;
	font-size: 1.1em;
}
#mainNav ul.submenu li:last-child a {
	border-bottom: none;
}
#mainNav ul.submenu li a:hover {
	background: #828c97;
}


/*form styles*/
fieldset {
	width: 60%;
	
}
input[type="tel"],input[type="nombre"],input[type="comentarios"],
input[type="text"], input[type="email"], input[type="lugar"], input[type="objetos"], input[type="url"], textarea {
	width: 65%;
		height:35px;
	resize:none;

}

fieldset p {
	float: none;
	width: auto;

}
