* {
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;

}

a {
	-ms-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

a:hover {
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

ul {
	list-style:none;
}

body {
	background-color:#fff;
	background-image:url("../img/fondofotomovil.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	z-index:-100;
}

.overlay {
	top:0;
	position: fixed;
	opacity: 0.6;
	height: 100%;
	min-width: 100%;
	display: block;
	z-index: -1;
	background: rgba(255,218,96,1);
	background: -moz-linear-gradient(180deg, rgba(255,218,96,1) 0%, rgba(48,152,204,0.7) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,218,96,1)), color-stop(100%, rgba(48,152,204,0.7)));
	background: -webkit-linear-gradient(180deg, rgba(255,218,96,1) 0%, rgba(48,152,204,0.7) 100%);
	background: -o-linear-gradient(180deg, rgba(255,218,96,1) 0%, rgba(48,152,204,0.7) 100%);
	background: -ms-linear-gradient(180deg, rgba(255,218,96,1) 0%, rgba(48,152,204,0.7) 100%);
	background: linear-gradient(180deg, rgba(255,218,96,1) 0%, rgba(48,152,204,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda60', endColorstr='#3098cc', GradientType=1 );
}

h3 {
	font-size:18px;
	font-weight:700;
	line-height:20px;
	margin:18px auto;
	width:90%;
}

/* HEADER */

header {
	display: block;
	position:fixed;
	top:0;
	background: rgba(23,33,44,1);
	background: -moz-linear-gradient(-45deg, rgba(23,33,44,1) 0%, rgba(34,65,90,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(23,33,44,1)), color-stop(100%, rgba(34,65,90,1)));
	background: -webkit-linear-gradient(-45deg, rgba(23,33,44,1) 0%, rgba(34,65,90,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(23,33,44,1) 0%, rgba(34,65,90,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(23,33,44,1) 0%, rgba(34,65,90,1) 100%);
	background: linear-gradient(135deg, rgba(23,33,44,1) 0%, rgba(34,65,90,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17212c', endColorstr='#22415a', GradientType=1 );
	height:auto;
	width:100%;
	border-radius:0px 0px 20px 20px;
	-webkit-border-radius:0px 0px 20px 20px;
	-moz-border-radius:0px 0px 20px 20px;
	-ms-border-radius:0px 0px 20px 20px;
	-o-border-radius:0px 0px 20px 20px;
	margin:0 auto;
	padding:0px;
	z-index:9999;
}

.contenido-header {
	font-size:14px;
	font-weight:300;
	width:100%;
	padding:10px 20px;
	display: flex ;
	flex-direction: row ;
	flex-wrap: wrap ;
	justify-content: space-between ;
	align-items: center ;
	align-content: flex-start ;
	-webkit-display: flex ;
	-webkit-flex-direction: row ;
	-webkit-flex-wrap: wrap ;
	-webkit-justify-content: space-between ;
	-webkit-align-items: center ;
	-webkit-align-content: flex-start ;
	-moz-display: flex ;
	-moz-flex-direction: row ;
	-moz-flex-wrap: wrap ;
	-moz-justify-content: space-between ;
	-moz-align-items: center ;
	-moz-align-content: flex-start ;
}

.contactoheader {
	color:#fff;
	margin:0 auto;
}

.contactoheader p {
	margin:0 auto;
	text-align:center;
}

.contactoheader2 {
	color:#fff;
	margin:0 auto;
}

.contactoheader2 ul {
	margin:0 auto;
	
	display: flex ;
	flex-direction: row ;
	flex-wrap: wrap ;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	-webkit-display: flex ;
	-webkit-flex-direction: row ;
	-webkit-flex-wrap: wrap ;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	-webkit-align-content: center;
	-moz-display: flex ;
	-moz-flex-direction: row ;
	-moz-flex-wrap: wrap ;
	-moz-justify-content: space-between;
	-moz-align-items: center;
	-moz-align-content: center;
	}
}

.contactoheader2 ul li {
	
	padding:5px auto;
	text-align:center;
}

.contactoheader2 ul li a {
	font-size:24px;
	color:#fff;
	margin:0 5px;
}

.contactoheader2 ul li a:hover {
	color:#3098cc;
}

/* HEADER 3 MENU */

.contenido-header3 {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	

}

.contenido-header3 img {
	margin-left:0;
	padding:20px;
}

	#menu-bar {
		display: none;
	}

	.contenido-header3 label {
		color: #fff;
		float: right;
		-webkit-float: right;
		-mozfloat: right;
		-ms-float: right;
		-o-float: right;
		font-size: 30px;
		margin: 16px 16px;
		cursor: pointer;
	}

	.contenido-header3 label:hover {
		color: #3098cc;
	}


	.menu {
		position: absolute;
		text-align:center;
		top: 0px;
		left: 0;
		width: 80%;
		max-width: 768px;
		height: 100vh;
		
		background-color:rgba(255,255,255,0.9);
		background-image:url("../img/fondovelasclaro.png");
		background-position:left bottom;
		background-repeat:no-repeat;
		background-size:cover;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-ms-background-size:cover;
		-o-background-size:cover;
		
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		overflow: hidden;
	}

	.menu a {
		display: block;
		color:#22415a;
		font-size:16px;
		font-family: 'Source Sans Pro', sans-serif;
		height: auto;
		text-decoration: none;
		padding: 16px;
		border-bottom: 1px solid rgba(48,152,204,0.3);
		-ms-transition: all 0.4s ease-in;
		-moz-transition: all 0.4s ease-in;
		-o-transition: all 0.4s ease-in;
		-webkit-transition: all 0.4s ease-in;
		transition: all 0.4s ease-in;
	}

	.menu a:hover {
		background: rgba(48,152,204,0.8);
		color:#fff;
		-ms-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	#menu-bar:checked ~ .menu {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		
	}

	#menu-bar:checked ~ #iconobarras {
		color: #ffda60;
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-o-transform:rotate(90deg);
		transform:rotate(90deg);
		
	}

/* MAIN */

main {
	background-color:transparent;
	margin:0 auto;
	padding:0;
	width:100%;
	min-height:100vh;
	height:auto;
	
}

.contenedor-presentacion {
	width:100%;
	max-width:1024px;
	margin:0 auto;
}

.section-presentacion {
	color:#fff;
	width:95%;
	max-width:1024px;
	height:auto;
	margin:0 auto;
	margin-top:100px;
	text-align:center;
}

.presentacion {
	width:100%;
	max-width:1024px;
}

.suscripcion {
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
	width:100%;
	max-width:400px;
	
}

.suscripcion h3 {
	margin:0 auto;
	width:100%;
}

.section-presentacion h1 {
	font-size:40px;
	font-weight:700;
	font-style:italic;
	line-height:36px;
	margin-top:100px;
	text-align:center;
}

.section-presentacion h1 small {
	font-size:20px;
	font-weight:400;
	font-style:italic;
}

.section-presentacion p {
	color:rgba(255,255,255,1);
	font-size:22px;
	font-weight:700;
	line-height:18px;
	text-align:center;
}

.suscripcion i {
	font-size:32px;
	color:rgba(255,255,255,1);
	margin:10px;
}

.suscripcion form {
	background: rgba(48,152,204,1);
	background: -moz-linear-gradient(-45deg, rgba(48,152,204,1) 0%, rgba(34,65,90,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(48,152,204,1)), color-stop(100%, rgba(34,65,90,1)));
	background: -webkit-linear-gradient(-45deg, rgba(48,152,204,1) 0%, rgba(34,65,90,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(48,152,204,1) 0%, rgba(34,65,90,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(48,152,204,1) 0%, rgba(34,65,90,1) 100%);
	background: linear-gradient(135deg, rgba(48,152,204,1) 0%, rgba(34,65,90,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3098cc', endColorstr='#22415a', GradientType=1 );
	-webkit-box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.7);
	box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.7);
	margin:0 auto;
	padding-top:2px;
	padding-bottom:20px;
	border-radius:10px 10px 10px 10px;
}

.cuadro-email {
	background:#fff;
	border:#FFC300 solid 1px;
	color:#000;
	width:200px;
	height:30px;
}

#botonenviar {
	background: rgba(255,218,96,1);
	background: -moz-linear-gradient(45deg, rgba(255,218,96,1) 0%, rgba(255, 195, 0,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,218,96,1)), color-stop(100%, rgba(255, 195, 0,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,218,96,1) 0%, rgba(255, 195, 0,1) 100%);
	background: -o-linear-gradient(45deg, rgba(255,218,96,1) 0%, rgba(255, 195, 0,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,218,96,1) 0%, rgba(255, 195, 0,1) 100%);
	background: linear-gradient(45deg, rgba(255,218,96,1) 0%, rgba(255, 195, 0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda60', endColorstr='#FFC300', GradientType=1 );
	width:200px;
	height:60px;
	color:#22415a;
	font-weight:900;
	font-size:18px;
	border-width:0;
	border-radius:10px 10px 10px 10px;
	margin-top:10px;
	margin-left:-4px;
}

#botonenviar:hover {
	background:rgba(48,152,204,0.7);
	color:#fff;
}

.section-presentacion p {
	font-size:16px;
	font-weight:400;
	line-height:18px;
	margin-top:20px;
	margin-right:10px;
	margin-bottom:0px;
	text-align:center;
	width:100%;
}

.flecha2 {
	background-color:#17212c;
	position:fixed;
	width:auto;
	padding:10px;
	left:0;
	bottom:0;
	z-index:9998;
	border-radius: 0px 20px 0px 0px;
	-o-border-radius: 0px 20px 0px 0px;
	-ms-border-radius: 0px 20px 0px 0px;
	-moz-border-radius: 0px 20px 0px 0px;
	-webkit-border-radius: 0px 20px 0px 0px;
	border: 0px solid #000000;
}

.flecha2 a {
	text-decoration:none;
	font-size:32px;
	color:#fff;
}

.flecha2 a:hover {
	color:#3098cc;
}

.flecha {
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;
}

.flecha a {
	text-decoration:none;
	font-size:40px;
	color:#17212c;
}

.flecha a:hover {
	color:#17212c;
}

/* SECCIÓN INFO */

.section-info {
	background:#fff;
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	box-sizing: border-box;
	border-top:#bbc0c3 solid 1px;
}

.section-titulo {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	text-align:center;
}

.section-titulo h2 {
	color:#22415a;
	font-size:32px;
	font-style:italic;
	font-weight:600;
	width:95%;
	max-width:1024px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
}

.section-titulo h2 span {
	font-size:20px;
	color:#3098cc;
}

.section-info-contenedor {
	width:95%;
	max-width:1024px;
	margin:0 auto;
	padding-bottom:100px;
	display:flex;
	flex-direction: row ;
	flex-wrap: wrap ;
	justify-content: center;
	align-items: flex-start ;
	align-content: center ;
	display:-webkit-flex;
	-webkit-flex-direction: row ;
	-webkit-flex-wrap: wrap ;
	-webkit-justify-content: center;
	-webkit-align-items: flex-start ;
	-webkit-align-content: center ;
	-moz-display:flex;
	-moz-flex-direction: row ;
	-moz-flex-wrap: wrap ;
	-moz-justify-content: center;
	-moz-align-items: flex-start ;
	-moz-align-content: center ;
	-ms-display:flex;
	-ms-flex-direction: row ;
	-ms-flex-wrap: wrap ;
	-ms-justify-content: center;
	-ms-align-items: flex-start ;
	-ms-align-content: center ;
	-o-display:flex;
	-o-flex-direction: row ;
	-o-flex-wrap: wrap ;
	-o-justify-content: center;
	-o-align-items: flex-start ;
	-o-align-content: center ;
}

.section-info-contenedor div {
	width:200px;
	margin:0 auto;
	padding:5px;
	padding-bottom:40px;
	text-align:center;
}

.section-info-contenedor .titulos img {
	margin:0 auto;
	margin-bottom:10px;
	width:190px;
}

.section-info-contenedor .titulos img:hover {
	filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.section-info-contenedor .otrosservicios img {
	margin:0 auto;
	margin-bottom:10px;
	width:190px;
}

.section-info-contenedor .divhomologacion img {
	margin:0 auto;
	margin-bottom:10px;
	width:100px;
}

.section-info-contenedor div hr {
	background:#22415a;
	border:none;
	height:1px;
	margin:0 auto;
	width:100%;
}

.section-info-contenedor div p {
	padding-right:5px;
	font-size:14px;
	text-align:left;
}

.section-info-contenedor div h3 {
	font-size:16px;
}

.section-info-contenedor div h3 span {
	font-weight:300;
}

.section-info-contenedor div a {
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:700;
	padding:5px;
	background-color:#3898cc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.section-info-contenedor div a:hover {
	color:#fff;
	background-color:#ffda60;
}
.section-info-contenedor div span {
	text-align:center;
}
.section-info-contenedor div span i {
	color:#9ACD32;
	font-size:18px;
}


/* ESLOGAN */

.section-eslogan {
	height:100vh;
	background-image:url("../img/fondoeslogan.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	display: flex ;
	flex-direction: column ;
	flex-wrap: nowrap ;
	justify-content: center ;
	align-items: center ;
	align-content: center ;
}
.section-eslogan h2 {
	color:#fff;
	font-size:32px;
	font-style:italic;
	font-weight:900;
	text-align:center;
	max-width:90%;
}
@media (min-width:1024px) {
	.section-eslogan h2 {
		font-size:48px;
	}
}

/* NOTICIAS */

#noticias {
	background-color:#F0F8FF;
}

.section-noticias-contenedor {
	width:95%;
	max-width:1024px;
	margin:0 auto;
	padding-bottom:100px;
}

.section-noticias-contenedor div ul {
	display:flex;
	flex-direction: row ;
	flex-wrap: wrap ;
	justify-content: center;
	align-items: flex-start ;
	align-content: center ;
	display:-webkit-flex;
}

.section-noticias-contenedor div ul li {
	background-color:#fff;
	width:90%;
	max-width:1024px;
	margin:10px auto;
	padding:10px;
	padding-bottom:40px;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#bbc0c3;
	border-radius:6px 6px 6px 6px;
}

@media (min-width:1024px) {
	.section-noticias-contenedor div ul li {
	width:310px;
	}
}

.section-noticias-contenedor a {
	color:#3098cc;
	font-weight:900;
	font-style:italic;
	text-decoration:none;
	font-size:20px;
}

.section-noticias-contenedor a:hover {
	color:#22415a;
	
}

.date {
	font-size:20px;
	color:#788086;
}

#creditfooter {
	display:none;
}


/* FOOTER */

footer {
	background-color:#a3c0d9;
	position:relative;
	display:block;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:0;
	bottom:0;
	left:0;
	-webkit-box-shadow: 0px -2px 25px 0px rgba(163,192,217,0.5);
	-moz-box-shadow: 0px -2px 25px 0px rgba(163,192,217,0.5);
	-ms-box-shadow: 0px -2px 25px 0px rgba(163,192,217,0.5);
	-o-box-shadow: 0px -2px 25px 0px rgba(163,192,217,0.5);
	box-shadow: 0px -2px 25px 0px rgba(163,192,217,0.5);
	z-index:999;
	box-sizing: border-box;
}



.section-footer {
	width:95%;
	max-width:1024px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	display: flex ;
	flex-direction: row ;
	flex-wrap: wrap ;
	justify-content: space-around;
	align-items: flex-start ;
	align-content: center ;
}

.sitemap, .aprende, .rrss {
	width:95%;
	
}

.contacto {
	width:95%;
	max-width:400px;
}

.contacto h3 {
	text-align:right;
}

.parrafocontacto0 {
	color:rgba(0,0,0,0.7);
	font-size:18px;
	font-style:italic;
	margin:10px auto;
	text-align:center;
}

.parrafocontacto1 {
	color:rgba(0,0,0,0.7);
	font-size:14px;
	margin:10px auto;
	text-align:center;
}

.parrafocontacto2, .parrafocontacto3 {
	color:rgba(0,0,0,0.7);
	font-size:16px;
	margin:10px auto;
	text-align:center;
}

.section-footer h3 {
	color:#22415a;
	font-style:italic;
	margin-top:50px;
	letter-spacing:3px;
	width:150px;
	text-align:center;
	border-bottom:#22415a solid 1px;
}

.section-footer ul {
	margin:0 auto;
	width:95%;
	max-width:250px;
	display: flex ;
	flex-direction: column ;
	flex-wrap: wrap ;
	justify-content: space-around ;
	align-items: center;
	align-content: flex-start ;
}

.section-footer ul li {
	margin:5px auto;
}

.section-footer ul li a {
	font-size:16px;
	font-weight:300;
	text-decoration:none;
	color:#000;
}

.section-footer ul li a:hover {
	color:#3098cc;
}

footer hr {
	border:0;
	background-color:rgba(0,0,0,0.3);
	height:1px;
	width:95%;
	max-width:1024px;
	margin:0 auto;
	margin-top:50px;
}

.section-copyright {
	color:rgba(0,0,0,0.4);
	display: flex ;
	flex-direction: row ;
	flex-wrap: wrap ;
	justify-content: space-around;
	align-items: flex-start ;
	align-content: center ;
	width:90%;
	max-width:1024px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:80px;
	font-size:14px;
}

.section-copyright div {
	padding:0 5px;
	margin-top:10px;
}

.section-copyright a {
	color:rgba(0,0,0,0.7);
	text-decoration:none;
}

.section-copyright a:hover {
	color:#3098cc;
	font-weight:400;
}

.section-copyright p {
	text-align:center;
}

/* COOKIES */
#barraaceptacion {
    display: block;
	position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:0px;
	padding-top: 5px;
    width:100%;
    text-align:center;
    height:auto;
    background-color: rgba(30, 30, 30, 0.6);
    color:#fff;
    z-index:99999;
	box-sizing: border-box;
}
 
.inner {
	width:100%;
    position:relative;
    padding-left:5px;
    font-weight:400;
	font-style:italic;
    font-size:14px;
    top:10%;
	bottom: 10%;
	text-decoration:none;
}
 
.inner a.ok {
    padding:10px;
    color:#3098cc;
	font-style:bold;
    font-weight:600;
	text-decoration:none;
}
 
.inner a.info {
    display: block;
	padding-left:5px;
    text-decoration:none;
    color:#22415a;
	font-style:bolditalic;
	font-weight:700;
}

/* RESPONSIVE */

@media (max-width: 668px) {
	.contenido-header {
	display: none ;
	}
	
}

@media (min-width: 320px) {
	.section-presentacion h2 {
		margin-top:30px;
	} 
}

@media (min-width: 359px) {
	.section-presentacion {
		min-height:100vh;
		height:100%;
	}
	.flecha {
		margin-top:30px;
	} 
}

@media (min-width: 480px) {
	body {
	background-color:#fff;
	background-image:url("../img/fondofototablet.jpg");
	background-repeat:no-repeat;

	background-attachment:fixed;
	z-index:-100;
	}
	.contactoheader p {
		text-align:left;
	}
	.contactoheader2 ul li {
		text-align:right;
	}
	.contactoheader {
		color:#fff;
		margin-left:0;
	}
	.contactoheader2 {
		color:#fff;
		margin-right:0;
	}
	.section-presentacion h1 {
		margin-top:60px;
	}
}


@media (min-width: 650px) {
	
	.sitemap, .aprende, .rrss {
	width:200px;
	}
	.section-presentacion h1 {
		margin-top:120px;
		margin-bottom:20px;
	}
	.section-presentacion h2 {
		margin-bottom:50px;
	}
	
	.section-presentacion h3 {
		margin-left:0;
	}
	.suscripcion form {
		margin-left:0;
	}
}

@media (min-width:730px) {
	.section-presentacion h1 {
		margin-top:160px;
	}
}

@media (min-height:667px) {
	.section-presentacion {
	color:#fff;
	width:95%;
	max-width:1024px;
	min-height:100vh;
	height:110%;
	margin:0 auto;
	margin-top:100px;
	}
}

@media (min-width:767px) {
	.contenido-header3 {
		width:100%;
		max-width:1024px;
		margin:0 auto;
	}
	
	.contenido-header3 img {
	margin:0 auto;
	margin-left:0;
	padding:20px;
	}
	
	.menu {
		background:none;
		margin:0 auto;
		margin-right:30px;
		position: static;
		width: 100%;
		max-width: 500px;
		height: auto;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		float: right;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		-webkit-display: flex;
		-webkit-flex-direction: row;
		-webkit-flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-align-items: center;
		-webkit-align-content: center;
		-moz-display: flex;
		-moz-flex-direction: row;
		-moz-flex-wrap: wrap;
		-moz-justify-content: space-between;
		-moz-align-items: center;
		-moz-align-content: center;
	}
	
	.menu a {
		color:rgba(255,255,255,0.6);
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		width: auto;
		border: none;
	}
	
	.menu a:hover {
		color:#3098cc;
		background:none;
	}
	
	.contenido-header3 label {
		display: none;
	}

	.section-presentacion {
	color:#fff;
	width:95%;
	max-width:1024px;
	min-height:100vh;
	height:100%;
	margin:0 auto;
	margin-top:100px;
	margin-bottom:40px;
}
	.section-presentacion h1 {
		margin-top:200px;
		font-size:50px;
		line-height:42px;
	}
	.section-presentacion h2 {
		margin-top:40px;
		line-height:22px;
	}
	.section-presentacion p {
		font-size:22px;
		line-height:21px;
	}
	.section-titulo {
		padding-top:80px;
	}
}

@media (min-width:1024px) {
	body {
	background-color:#fff;
	background-image:url("../img/fondofotogrande.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	z-index:-100;
	}
	.section-presentacion h1 {
		font-size:70px;
		line-height:56px;
	}
	.section-presentacion h2 {
		width:350px;
		font-size:28px;
		line-height:26px;
	}
	.section-presentacion p {
		font-size:22px;
		line-height:21px;
	}

}

