@font-face {
    font-family: 'quicksandregular';
    src: url('fonts/Quicksand-Regular-webfont.eot');
    src: url('fonts/Quicksand-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand-Regular-webfont.woff2') format('woff2'),
         url('fonts/Quicksand-Regular-webfont.woff') format('woff'),
         url('fonts/Quicksand-Regular-webfont.ttf') format('truetype'),
         url('fonts/Quicksand-Regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0px;
	padding: 0px;
}
body header {
	height: 120px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#cabecera {
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

body {

}


body header a img {
	height: auto;
	width: 200px;
	float: right;
	padding-top: 20px;
	padding-right: 100px;
}


#nav {
	float: right;
	margin-top: 22px;
	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	display: none;
}
#nav li .dif {

}
/* MENU */


#nav li a, #nav li {
 float: left;
}


#nav li {
 list-style: none;
 position: relative;
}

#nav li a {
	text-decoration: none;
	color: #FFF;
	padding-top: 20px;
	padding-right: 2em;
	padding-bottom: 20px;
	padding-left: 2em;
	font-family: 'quicksandregular';
	font-weight: lighter;
	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#nav li a:hover {
	color: #999;
}


/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	margin: 0;
	background-color: #7F293D;
}

#nav li:hover > ul {
	display: block;
}

#nav li ul li, #nav li ul li a {
	float: none;
}

#nav li ul li {
 _display: inline; /* for IE6 */
}

#nav li ul li a {
	width: 175px;
	display: block;
	font-size: 14px;
	color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
}

#nav li ul li:hover ul {
	left: 100%;
	top: 0;
	color: #000;
}


#nav li ul 
#headerdos {
	display: none;
}
.dl-menuwrapper {
	padding-left: 5%;
	padding-top: 20px;
}
#presentacion {
	height: auto;
	width: 100%;
	text-align: center;
	background-size: cover;
	background-image: url(imagenes/pla.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#presentacion h2 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	padding-top: 200px;
	padding-right: 20px;
	padding-left: 20px;
}
#presentacion h3 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 200px;
	padding-right: 20px;
	padding-left: 20px;
}
#contenedor article a {
	font-family: quicksandregular;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding-top: 25px;
}

#presentacion h2 span {
	color: #7F293D;
}
body section {
	height: auto;
	width: 100%;
}
#contenedor {
	height: auto;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#contenedor article {
	float: left;
	width: 42%;
	height: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
	padding: 4%;
}
#contenedor article h3 {
	font-family: quicksandregular;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
#contenedor article p {
	font-family: quicksandregular;
	font-size: 16px;
}
body footer {
	background-color: #000;
	height: auto;
	width: 100%;
	clear: both;
}
#pie {
	height: auto;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
	text-align: center;
}
#pie #rs {
	height: auto;
	width: 110px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: none;
}
#pie p {
	font-family: quicksandregular;
	color: #CCC;
}
#pie p a {
	color: #FFF;
	text-decoration: none;
}
#pie #rs a img {
	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#pie #rs a img:hover {
	opacity: 0.7;
}
#presentacion_dentro {
	height: auto;
	width: 100%;
	text-align: center;
	background-size: cover;
	background-image: url(imagenes/pla.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#presentacion_dentro h2 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80px;
	padding-top: 50px;
	padding-bottom: 50px;	
}
#cabecera header #nav li .nav {
	color: #999;
}
#contenedordentro {
	background-color: #FFF;
	padding-top: 125px;
	padding-bottom: 125px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#contenedordentro p {
	font-family: quicksandregular;
	font-size: 16px;
	padding-right: 125px;
	padding-left: 125px;
}
body section iframe {
	height: 800px;
	width: 50%;
	float: left;
	display: none;
}
#paracont {
	height: auto;
	width: 60%;
	padding-top: 100px;
	padding-right: 5%;
	padding-bottom: 100px;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
}
#paracont2 #cont {
	height: auto;
	width: 100%;
}
#paracont2 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#paracont2 #cont #name {
	height: 30px;
	width: 98%;
	padding-left: 2%;
}
#paracont2 #cont #empresa {
	height: 30px;
	width: 98%;
	padding-left: 2%;
}
#paracont2 #cont #localidad {
	height: 30px;
	width: 98%;
	padding-left: 2%;
}
#paracont2 #cont #correo {
	height: 30px;
	width: 98%;
	padding-left: 2%;
}
#paracont2 #cont #telf {
	height: 30px;
	width: 98%;
	padding-left: 2%;
}
#paracont2 #cont #comentarios {
	height: 100px;
	width: 98%;
	padding-left: 2%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: 13px;
}
#paracont2 #cont #botonenviar {
	background-color: #060;
	height: 60px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#paracont2 #cont #botonenviar:hover {
	background-color: #333;
}
#paracont p {
	font-family: quicksandregular;
	font-size: 16px;
}
#paracont2 p {
	font-family: quicksandregular;
	font-size: 16px;
}
#paracajas {
	height: auto;
	width: 100%;
	overflow: auto;
}
#paracajas #cajas {
	height: auto;
	width: 45%;
	text-align: center;
	margin-top: 20px;
	margin-right: 2.5%;
	margin-left: 2.5%;
	background-color: #7F293D;
	float: left;
	margin-bottom: 20px;
}
#paracajas #cajas img {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#paracajas #cajas h3 {
	color: #000;
	font-family: quicksandregular;
	font-size: 18px;
	font-weight: lighter;
	background-color: #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
}
#paracajas #cajas #ver {
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
}
#paracajas #cajas #ver a {
	text-decoration: none;
	font-family: quicksandregular;
	font-weight: lighter;
	font-size: 18px;
	color: #FFF;
	margin: 0px;
	padding: 0px;

	
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#paracajas #cajas #ver a:hover {
	color: #999;
}
#paracont li {
	font-family: quicksandregular;
	font-size: 16px;
	margin-bottom: 30px;
}
#foto {
	height: auto;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
#foto img {
	height: auto;
	width: 100%;
	padding-top: 30px;
}
#paracont a {
	font-family: quicksandregular;
	text-decoration: none;
	background-color: #7F293D;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;

	
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #FFF;
}
#paracont a:hover {
	background-color: #333;
}
#paracont2 p span {
	color: #7F293D;
	font-weight: bolder;
}
#contnos {
	background-image: url(imagenes/mail-2-3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
	height: auto;
	padding-top: 75px;
	padding-bottom: 250px;
}
#contnos #contenedordentronos {
	height: 800;
	width: 60%;
	padding: 5%;
	font-family: quicksandregular;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imagenes/blanco.png);
}
#paracont #cont select {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	height: 40px;
	width: 100%;
	padding-left: 2%;
}
#contnos #contenedordentronos .fb-post {
	margin-right: auto;
	margin-left: auto;
	background-color: #C39;
	width: 800px;
}
#paracajas h2 {
	text-align: center;
	display: block;
	padding-top: 100px;
	padding-bottom: 50px;
}
#paracajas #paraso {
	width: 27%;
	background-color: #E6E6E6;
	height: auto;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 80px;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#paracajas #paraso h4 {
	color: #333;
	margin-bottom: 10px;
}

#contnos #contenedordentronos .fb-page {
	height: 1000px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}


#servicios #cuadrosrev {
	height: auto;
	width: 30%;
	margin-right: 1.5%;
	float: left;
	background-color: #EFEFEF;
	margin-bottom: 25px;
	margin-left: 1.5%;
	margin-top: 25px;
}
#servicios #textrevista {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}
#servicios #textrevista p {
	color: #000;
}

#servicios #cuadrosrev img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#servicios #cuadrosrev p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
#servicios #cuadrorev {
	width: 250px;
	height: auto;
	background-color: #EFEFEF;
	margin-bottom: 50px;
	float: left;
}
#servicios #cuadrorev img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#servicios #cuadrosrev a img {
	
}



#servicios #cuadrorev p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
#servicios #cuadrosrev a img:hover {
	opacity: 0.5;
}
#servicios #cuadrorev a img:hover {
	opacity: 0.5;
}

