@charset "UTF-8";
/* CSS Document */
/* Reseteo Universal*/


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

header,nav {
	display: block;
	margin: 0;
	margin-bottom: 0;
}

body{
	background: #fff;
	color: #000;
	font-family: 'Open Sans', Arial, sans-serif;
}

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

a:hover {
	color: #efeb16;
}

a img{
	display:block;
	margin: auto;
	vertical-align: middle;
}

img, iframe, video {
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

footer {
	background: #222222;
	color: white;
	padding-top: 1em;
	padding-bottom: 1em;
}

header{
	background: #222222;
	display: inline-block;
	height: 60px;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
}

nav{
	display: inline-block;
	margin-left: auto;
	margin-right:auto;
	max-width: 100%;
	vertical-align: middle;
}

nav{
	display: inline-block;
	margin: auto;
	max-width: 100%;
	vertical-align: middle;
}

nav ul{
	list-style: none;
}

nav li{
	display: inline-block;
	font-size: 1em;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: bottom;
}

nav li ul{
	display:none; 
	position:absolute;
	}

#logo {
	background: #222222;
	display: inline-block;
	float: left;
	height: 60px;
	margin: 0;
	max-width: 100%;
	vertical-align: middle;
}

#logo img{
	max-width: 100%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;	
}

#texto{
	clear: both;
	color: #000;
	display: block;
	font: 'Open Sans', Arial, sans-serif;
	margin: auto;
	margin-bottom: 2em;
	width: 90%;
}

#space{
	display: inline-block;
	height: 60px;
	margin: 0;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	vertical-align:middle;
}

.romper{
	display: inline-block;
}
.romper li a{
	color: #FFF;
}
.romper li a:hover{
	color: #efeb16;
	font-weight: bold;
}

.fondo{
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
}

.fondotablet{
	display: inherit;
	max-width: 100%;
	height: auto;
	position: relative;
}
.fondotabletmini{
	display: inherit;
	max-width: 100%;
	height: auto;
	position: relative;
}

.fondosmart{
	display: inherit;
	max-width: 100%;
	height: auto;
	position: relative;
}

.textoiz{
	float: left;
	padding-left: 1em;
	position: absolute;
	margin-bottom: auto;
	max-width: 50%;
	text-align: justify;
	left: 30px;
	top: 40px;
	bottom: 20px;
}


.textoder{
	float: right;
	padding-right: 1em;
	position: absolute;
	margin-bottom: auto;
	max-width: 50%;
	text-align: justify;
	bottom: 20px;
	right: 30px;
	top: 40px;
}
.parte{
	background: #FFF;
	max-width: 100%;
	height: auto;
}





/* Smartphone Layout: to 480px. Inherits styles from: Mobile Layout. */
/*Fondo smart*/
@media only screen and (max-width: 480px) {

	header{
		height: 160px;
		max-width: 100%;
		max-width: 100%;
	}
	
nav ul{
	list-style: none;
}

nav li{
	display: inline-block;
	font-size: 1em;
	margin: auto;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: bottom;
}

#logo{
	display: block;
	float: none;
	height: 60px;
}

#space{
	display: none;
}
.fondo,
.fondotablet,
.fondotabletmini {
	display: none;
}


.romper{
	display: block;
}

.textoder,
.textoiz{
	max-width: 80%;
}

.gridContainer {
	width: 100%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Tablet mini Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/*Fondo tablet mini*/
@media only screen and (min-width: 481px) {

	header{
		height: 110px;
		max-width: 100%;
		max-width: 100%;
}


nav li{
	padding-top: 20px;
}

.fondo,
.fondosmart,
.fondotablet {
	display: none;
}

 
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

.textoder,
.textoiz{
	top: 30px;
}
#div1 {
}
#logo {
	display: block;
	float: none;
}
#space{
	display: none;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

}

/* tablet: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/*Fondo tablet*/
@media only screen and (min-width: 601px) {

	header{
		height: 110px;
		max-width: 100%;
		max-width: 100%;
	}
.fondotablet{
	display: inherit;
}
	
.fondosmart,
.fondotabletmini,
.fondo {
	display: none;
}


.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.textoder,
.textoiz{
	top: 80px;
}

#div1 {
}
#logo {
	display: block;
}
#space{
	display: none;
}

.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}}

/* Desktop Layout: 768px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/*Fondo*/
@media only screen and (min-width: 768px) {

	header{
		height: 60px;
		max-width: 100%;
		max-width: 100%;
	}
	
.fondo{
	display: inherit;
}
	
.fondotablet,
.fondotabletmini,
.fondosmart {
	display: none;
}


.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.textoder,
.textoiz{
	top: 30px;
}

#div1 {
}
#logo {
	display: inline-block;
	float: left;
}
#logo img{
	padding-left: 30px;
	padding-right: 30px;
}
#space{
	display: inline-block;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}