@charset "utf-8";
/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/* Mobile Layout: 480px and below. */
#contenedorSuperiorVerde {
	width: 100%;
	height: 100%;
	position: fixed;
}
#contenedorSuperior {
	width: 100%;
	position: absolute;
	z-index: 1;
}
#contenedorInferior {
	width: 100%;
	height: 100%;
	position: relative;
    z-index: 2;
}
.gridContainerVerde {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.gridContainer {
	width: 100%;
	overflow: visible;
	margin: 0 auto;
	max-width: 1200px;
}
.gridContainerInferior {
	width: 100%;
	height: 100%;
	overflow: visible;
	margin: 0 auto;
	max-width: 1200px;
}
.containerIzquierdaVerde {
	width: 100%;
	height: 100%;
	float: left;	
}
.containerDerechaVerde {
	width: 0;
	height: 100%;
	float: right;
	display: none;
}
.containerIzquierda {
	width: 100%;
	height: 50px;
	float: left;	
}
.containerDerecha {
	width: 0;
	height: 50px;
	float: right;
	background-color: #fff;	
	display: none;
}
.containerIzquierdaInferior {
	width: 100%;
    height: 100%;
    float: left;
}
.containerDerechaInferior {
	width: 0;
    height: 100%;
    float: right;
    background-color: #fff;
    display: none;
}
/****************** REPARA CONFLICTO CON IE8 ******************/ .cDerechaInferior { display: none; }
#espaciadorSuperior{
	width: 100%;
	height: 60px;
}
.sombraGrid{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.clearFix {
	clear: both;
}

#gridContainerAbajo {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 95px;
    display: none;
}
#gridContainerAbajo .gridContainerInferior {
	height: auto;
}
#contenedorGris2 {
    width: 100%;
    height: 40px;
    background-color: #7f8285;
}
#contenedorVerde2 {
    width: 100%;
    height: 55px;
    background-color: #00a88e;
}
#gridContainerAbajo .containerIzquierdaAbajo {
	width: 100%;
	height: 95px;
	float: left;	
}
#gridContainerAbajo .containerDerechaAbajo {
	width: 0;
	height: 95px;
	float: right;
	background-color: #fff;	
	display: none;
}
/*/////////////////////// GENERALES /////////////////////////*/
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	/*background-color: #dcdcdc;*/
	background-color: #fff;
}
h1, h2, h3, h4, h5 {
    line-height: 120%;
}
h1 {	
	font-size: 1.7em;
}
h2 {
	color: #00a88e;
	font-size: 1.4em;
}
h2 span {
	color: #2a2a2a;
	font-weight: normal;
}
h3 {
	font-size: 1.05em;
}
h4 {
	margin-bottom: 0;
	color: #00a88e;
	font-size: 0.9em;
}
h4 span {
    width: 6px;
    height: 10px;
	display: inline-block;
	padding: 0 5px 0 0;
	background-image: url("../images/triangulo_verde.png");
	background-repeat: no-repeat;
	background-position: left center;
}
h5 {
	font-size: 0.8em;
}
p {
	margin-top: 8px;
	font-size: 0.75em;
}
ul.listaNormal {
	margin-top: 8px;
}
ul.listaNormal li {
	font-size: 0.75em;
}
/*/////////////////////// COLUMNAS /////////////////////////*/
.columnax2A {
	display: none;
	float: left; 
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
}
.columnax2B {
	float: left; 
	width: 100%;
	margin: 0;
	padding: 0;
}
/*/////////////////////// DECORACION PRINCIPAL /////////////////////////*/
#decoracionInteriorVerde {
	width: 100%;
	height: 100%;
	/*background-color: #00a88e;*/
	background-color: #e6e6e6;
}
#decoracionInteriorBlanca {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#contenedorDecoracion {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 5px 0 5px 0;
	background-color: #fff;
}
.decoracionPuntos {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background-image: url("../images/punto.png");
}
.decoracionInterior {
	height: 50px;
	margin: 0;
	padding: 0;
	background-image: url("../images/punto_check_chico.png");
	background-repeat: no-repeat;
	background-position: right;
}
#contenedorAzul {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	background-color: #007cc5;
}
/*/////////////////////// MENU TOP /////////////////////////*/
#contenedorMenuTop {
	margin: 0;
}
ul#menuTop {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#menuTop li {
	width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
ul#menuTop li.separadorLinea {
    width: 0;
    height: 70px;
    position: relative;
    z-index: 1;
}
ul#menuTop li.separadorLinea div {
    width: 1px;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/punto_linea.png");
}
ul#menuTop li a {
    height: 40px;
    padding: 15px 0 15px 0;
    color: #fff;
    background-color: #007cc5;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 0.7em;
}
ul#menuTop li a:hover {
	background-color: #00a88e;
}
ul#menuTop li .contenedorImagenMenu {
    position: absolute;
    z-index: 100;
    width: 100%;
    color: #fff;
    background-color: #007cc5;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
ul#menuTop li .contenedorImagenMenu img {
	width: 80%;
	padding: 10%;
}
ul#menuTop li:hover > .contenedorImagenMenu {
    max-height: 1000px;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
}
/*/////////////////////// MENU MOVIL /////////////////////////*/
#contenedorMenuMovil {
	background-color: #00a88e;
	margin: 0;
	display: block;
}
#contenedorDetalles {
	margin: 0;
	display: block;
}
#contenedorMovil {
	background-color: #fff;
	padding: 20px;
	position: relative;
}
#logoMovil {
	width: 100%;
}
#logoMovil a {
	display: inline-block;
}
#logoMovil a img {
	width: 70%;
}
#iconoMovil {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
#iconoMovil a {
    position: relative;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 11px;
    display: block;
    overflow: hidden;
}
#iconoMovil a #abrir {
	top: 0;
	display: block;
	position: absolute;
}
#iconoMovil a #cerrar {
	top: -30px;
	display: block;
	position: absolute;
}
#contenedorReservas {
	background-color: #007cc5;
	padding: 5px 0 5px 0;
}
#contenedorReservas h3 {
	margin: 0;
	color: #fff;
	display: inline-block;
}
#contenedorReservas img {
	padding: 0 5px 0 5px;
    bottom: 3px;
    position: relative;
}
h3.reservas > a {
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	color: #fff;
}
h3.reservas > a:visited {
	color: #fff;
}
h3.reservas > a:hover {
	color: #00a88e;
}
#contenedorInfo {
	background-color: #00a88e;
	padding: 5px 20px 5px 20px;
}
#contenedorInfo .infoIzquierda {
	width: 45%;
	float: left;
}
#contenedorInfo .infoDerecha {
	width: 55%;
	float: right;
}
#contenedorInfo h1 {
	margin: 0;
	color: #fff;
	text-align: center;
}
#contenedorInfo h3 {
	margin: 0;
	color: #fff;
	text-align: center;
}
#contenedorInfo h4 {
	margin: 6px 0 0 0;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
ul#menuMovil {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: none;
}
ul#menuMovil li {
	position: relative;
	text-align: left;
}
ul#menuMovil li a {
	color: #fff;
	display: block;
	padding: 5px 20px 5px 20px;
	border-bottom: 1px solid #fff;
}
ul#menuMovil li > div {
	width: 16px;
	height: 16px;
	padding: 6px 20px 6px 6px;
	background-color: #99dcd2;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
ul#menuMovil li > ul.subMenuMovil {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #33bfa8;
    display: none;
}
ul#menuMovil li > ul.subMenuMovil li a {
	color: #fff;
	display: block;
	padding: 5px 20px 5px 40px;
	border-bottom: 1px solid #fff;
}
ul#subNosotrosMenu2 {
    padding: 0;
    list-style: none;
}
ul#subNosotrosMenu2 li {
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #33bfa8;
}
ul#subNosotrosMenu2 li:hover {
	background-color: #666666;
}
ul#subNosotrosMenu2 li a {
	color: #fff;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
/*/////////////////////// CONTENIDO PRINCIPAL /////////////////////////*/
.contenedorPrincipal {
	height: auto;
	background-color: #fff;
}
.contenidoPrincipal {
	background-color: #e6e6e6;
	margin: 0 20px 0 20px;
	padding: 10px 20px 20px 20px;
}
#contenedorImagenPrincipal {
	margin-top: 10px;
    position: relative;
    height: 50px;
    width: 100%;
    display: none;
    background-image: url("../images/punto_gris.png");
}
#contenedorImagenPrincipal img.img01 {
    max-width: none;
    position: absolute;
    bottom: 0;
    left: -70px;
}
#contenedorImagenPrincipal img.img02 {
    max-width: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
.espaciadorImagen {
	width: 100%;
    height: 129px;
}
.contenedorImagenAutos {
	width: 100%;
	margin: 10px 0 0 0;
}
.contenedorImagenAutos img {
	width: 100%;
	max-width: none;
}
#formularioTrabaja {
	width: 100%;
	height: 190px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #cccdce;
	position: relative;
}
#formularioReservas {
	width: 100%;
	height: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #007cc5;
	position: relative;
}
.separadorProvisional {
	display: block;
	width: 100%;
	height: 95px;
}
#contenedorLogos {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	background-color: #fff;
}
.columnaLogos-A {
	width: 100%;
	float: left;
}
.columnaLogos-B {
	width: 100%;
	float: left;
}
.columnaLogos-A img{
	padding: 10px 0 10px 0;
}
.columnaLogos-B img {
	padding: 10px 0 10px 0;
}
/*/////////////////////// SECCION DERECHA /////////////////////////*/
#contenedorDerecha {
	margin: 30px 20px 40px 20px;
}
#logoPrincipal {
	width: 100%;
}
#logoPrincipal {
	display: inline-block;
}
#logoPrincipal a img {
	width: 100%;
}
#contenedorDerechaVerde {
	margin: 0;
	background-color: #00a88e;
}
.contenedorInternoDerecha {
	padding: 15px 0 15px 0;
}
#contenedorDerechaVerde h1 {
	margin: 0 0 10px 0;
	color: #fff;
	text-align: center;
}
#contenedorDerechaVerde h3 {
	margin: 0;
	color: #fff;
	text-align: center;
}
#contenedorDerechaVerde h4 {
	margin: 0;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
#contenedorDerechaAzul {
	height: 53px;
	margin: 0;
	background-color: #007cc5;
	position: relative;
}
.contenedorInternoDerecha2 {
	padding: 16px 0 11px 0;
}
#contenedorDerechaAzul img {
	position: absolute;
	left: -46px;
}
#contenedorDerechaAzul  h3 {
	margin: 0;
	color: #fff;
	text-align: center;
}
#contenedorDerechaInferior {
    margin: 15px 0 15px 0;
    position: relative;
}
#contenedorFooter {
	padding: 0 0 20px 0;
	background-color: #fff;
	display: block;
}
#contenedorDerechaInferior h5, #contenedorFooter h5 {
	margin: 0;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	color: #007cc5;
}
#contenedorDerechaInferior a.facebook, #contenedorFooter a.facebook {
	/*width: 122px;*/
	margin: 0 auto;
	display: inline-block;
}
#contenedorDerechaInferior a:hover > h5 {
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	color: #00a88e;
}
#contenedorDerechaInferior a > h5, #contenedorFooter a > h5{
	margin: 6px 0 0 0;
	float: left;
}
.icono_facebook {
    width: 30px;
    height: 30px;
    background-color: #007cc5;
    background-image: url("../images/circulos_facebook.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #000000;   
    float: left;
    margin-left: 8px;
}
#contenedorDerechaInferior a:hover > .icono_facebook {
    background-color: #00a88e;
}
.contenedorInternoLogos {
    width: 80%;
    padding: 5px 0 5px 0;
    margin: 0 auto;
    max-width: 280px;
}
.contenedorInternoLogos .googlePlay {
    width: 46%;
    margin-right: 4%;
    float: left;
}
.contenedorInternoLogos .appStore {
    width: 50%;
    float: right;
}
#contenedorInternoAutos {
    top: -20px;
    position: relative;
}
#contenedorInternoAutos img {
    max-width: none;
    position: absolute;
    left: -22%;
    width: 116%;
    max-width: 347px;
}
#contenedorFooterAutos {
	padding: 20px 0 20px 0;
}
#contenedorFooterAutos img {
	width: 70%;
	max-width: 347px;
}
/*/////////////////////// MENU BOTTOM /////////////////////////*/
#contenedorMenuBottom {
	background-color: #7f8285;
}
ul#menuBottom {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 680px;
    height: 40px;
}
ul#menuBottom li {
	height: 20px;
    float: left;
    text-align: center;
    padding: 10px 0 10px 0;
}
ul#menuBottom li a {
	color: #fff;
	padding: 0 5px 0 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
ul#menuBottom li a:hover {
	color: #007cc5;
}
ul#menuBottom li.separadorLineaAbajo {
    width: 2.5%;
    height: 20px;
}
ul#menuBottom li.separadorLineaAbajo div {
    width: 1px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/punto_linea.png");
}
#contenedorVerde {
    height: 26px;
    padding: 15px 0 15px 0;
    background-color: #00a88e;
}
#contenedorVerdeMovil {
	padding: 5px 0 5px 0;
	margin: 0 0 20px 0;
	background-color: #00a88e;
}
#contenedorVerde h3, #contenedorVerdeMovil h3 {
	margin: 0;
	color: #fff;
	font-style: italic;
}
/*////////////////// TRABAJA //////////////////*/
.labelIzquierda {
	width: 20%;
	height: 30px;
	float: left;
}
.labelDerecha {
	width: 80%;
	height: 30px;
	float: right;
}
.icono-ventana {
	width: 46px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
}
.contacto {
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	font-size: 0.9em;
}
.contacto label {
	line-height: 30px;
    height: 30px;
    position: relative;
    display: block;
    margin: 0 0 10px 0;
}
.contacto input {
    width: 100%;
    height: 20px;
    padding: 5px 0 5px 0;
    border: 0;
}
.contacto label.area-texto {
    height: 132px;
    position: relative;
    display: block;
    padding: 0 0 10px 0;
}
.contacto textarea {
	color: #00a88e;
	width: 440px;
    height: 120px;
    padding: 5px 10px 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
	border: 0;
}
.contacto p {
	font-size: 11px;
	text-align: right;
}
.contacto #boton-enviar {
	width: 100px;
	height: 30px;
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
	background-color: #007cc5;
	float: right;
}
.contacto #boton-enviar:hover {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	background-color:  #00a88e;
}
#label-oculta {
	display: none;
}
#label-enviar {
	display: none;
}
#label-oculta-2 input {
    width: 60%;
    bottom: 2px;
    position: absolute;
}
#label-enviar-2 {
    position: absolute;
    top: 0;
    right: 0;
}
#label-enviar-2 input {
	width: 80px;
}
#contenedorPolitica {
	width: 100%;
	background-color: #fff;
}
#contenedorPolitica .contenidoInterior {
	background-color: #e6e6e6;
    margin: 20px 20px 0 20px;
    padding: 1px 20px 10px 20px;
}
.icono-ventana {
	width: 46px;
	height: 46px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.contenedor-boton-cerrar {
	width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contenedor-boton-cerrar #boton-cerrar {
    display: block;
    width: 140px;
    height: 20px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 20px;
    background-color: #007cc5;
    border: 0;
}
.contenedor-boton-cerrar #boton-cerrar:hover {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	background-color:  #00a88e;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. **************************************/
@media only screen and (min-width: 481px) {

/*/////////////////////// MENU TOP /////////////////////////*/
ul#menuTop li a {
    font-size: 0.85em;
}
/*/////////////////////// CONTENIDO PRINCIPAL /////////////////////////*/
.columnaLogos-A {
	width: 50%;
}
.columnaLogos-B {
	width: 50%;
}

}



/* Desktop Layout: 769px to a max of 1000px.  Inherits styles from: Mobile Layout and Tablet Layout. **************************************/
@media only screen and (min-width: 769px) {

.containerIzquierda {
	height: 80px;
}
.containerDerecha {
	height: 80px;
}
#espaciadorSuperior{
	height: 90px;
}
/*/////////////////////// GENERALES /////////////////////////*/
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 0.9em;
}
p {
	font-size: 0.8em;
}
ul.listaNormal li {
	font-size: 0.8em;
}
/*/////////////////////// DECORACION PRINCIPAL /////////////////////////*/
#contenedorDecoracion {
	height: 80px;
}
.decoracionPuntos {
	height: 80px;
}
.decoracionInterior {
    height: 80px;
    background-image: url("../images/punto_check.png");
}
/*/////////////////////// MENU TOP /////////////////////////*/
ul#menuTop {
	width: 90%;
}
ul#menuTop li {
	width: 21%;
}
ul#menuTop li.separadorLinea {
    width: 5.3%;
}
ul#menuTop li a {
	background-color: #0f73b4;
	font-size: 1.0em;
}
/*/////////////////////// CONTENIDO PRINCIPAL /////////////////////////*/
.columnaLogos-A {
	width: 25%;
}
.columnaLogos-B {
	width: 25%;
}
/*/////////////////////// SECCION DERECHA /////////////////////////*/
#contenedorDerecha {
	margin: 30px 30px 40px 30px;
}

}



/* Desktop Layout: 900px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. **************************************/
@media only screen and (min-width: 900px) {

	.containerIzquierdaVerde {
		width: 75%;
	}
	.containerDerechaVerde {
		width: 25%;
		display: block;
	}
	.containerIzquierda {
		width: 75%;
	}
	.containerDerecha {
		width: 25%;
		display: block;
	}
	.containerIzquierdaInferior {
		width: 75%;
	}
	.containerDerechaInferior {
		width: 25%;
		display: block;
	}
	#gridContainerAbajo {
		display: block;
	}
	#gridContainerAbajo .containerIzquierdaAbajo {
		width: 75%;
	}
	#gridContainerAbajo .containerDerechaAbajo {
		width: 25%;
		display: block;
	}
	/*/////////////////////// GENERALES /////////////////////////*/
	h1 {
		font-size: 2.2em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5 {
		font-size: 1.0em;
	}
	p {
		font-size: 0.9em;
	}
	ul.listaNormal li {
		font-size: 0.9em;
	}
	/*/////////////////////// COLUMNAS /////////////////////////*/
	.columnax2A {
		display: block;
		width: 21%;
		margin-right: 4%;
	}
	.columnax2B {
		width: 75%;
	}
	/*/////////////////////// MENU MOVIL /////////////////////////*/
	#contenedorMenuMovil {
		display: none;
	}
	#contenedorDetalles {
		display: none;
	}
	/*/////////////////////// CONTENIDO PRINCIPAL /////////////////////////*/
	.contenidoPrincipal {
		margin: 0;
		padding: 20px 40px 30px 40px;
	}
	#contenedorImagenPrincipal {
		display: block;
	}
	/*/////////////////////// SECCION DERECHA /////////////////////////*/
	#contenedorDerecha {
		margin: 30px 50px 30px 50px;
	}
	#contenedorFooter {
		display: none;
	}

}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. **************************************/
@media only screen and (min-width: 1200px) {

/*/////////////////////// CONTENIDO PRINCIPAL /////////////////////////*/
.contenedorPrincipal {
/*	height: 520px;
    overflow: scroll;*/
}

}