@charset 'UTF-8';
@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
	{
		margin: 0;
		padding: 0;
		background: #161616;
	}

	body,input,textarea,select
	{
		font-family: 'Roboto', sans-serif;
		font-size: 11pt;
		font-weight: 300;
		line-height: 1.75em;
		color: #777;
	}

	h1
	{
		color: #777;
		font-weight: 900;
		font-weight: bold;
	}
	h2, h4,h5,h6
	{
		font-family: 'Helvetica Neue';
		font-weight: 300;
		color: #777;
	}
	h3 {
	font-size: 1.7em;
	/* [disabled]text-align: center; */
	height: auto;
}
h8 {
	width: 75%;
	color: #000;
	font-family: 'Helvetica Neue';
	font-weight: 100;
	clear: both;
	font-size: 2em;
	text-align: left;
}
	
		h2 a, h4 a, h5 a, h6 a
		{
			font-family: 'Helvetica Neue';
			color: inherit;
			text-decoration: none;
		}
		
	strong, b
	{
		font-weight: 500;
		color: #000000;
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
		text-decoration: none;
		color: #80BA8E;
	}
	
	a:hover
	{
		text-decoration: underline;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
		margin: 6em 0 0 0;
		padding: 6em 0 0 0;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
		margin-bottom: 1.6em;
	}
		empresa
	{
		margin-bottom: 1.6em;
	}
		obras
	{
		margin-bottom: 1.6em;
	}
		header h2
		{
		}
		empresa h2
		{
		}
		obras h2
		{
		}

		header .byline
		{
			display: block;
			margin: 1.5em 0 0 0;
			padding: 0 0 0.5em 0;
		}
				empresa .byline
		{
			display: block;
			margin: 1.5em 0 0 0;
			padding: 0 0 0.5em 0;
		}
				obras .byline
		{
			display: block;
			margin: 1.5em 0 0 0;
			padding: 0 0 0.5em 0;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	.pennant
	{
		color: #bbb;
	}

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin-bottom: 2em;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			margin: 0;
			padding: 0em 0em 1.5em 0em;
			list-style: none;
		}
		
			ul.default li
			{
				padding: 0.60em 0em;
				font-size: 0.95em;
				border-top: 1px solid;
				border-color: rgba(0,0,0,.1);
			}		
		
			ul.default li:first-child
			{
				padding-top: 0;
				border-top: none;
			}
	
			ul.default {
			}
		
		ul.style li {
			margin: 0;
			padding: 2em 0em 1.5em 0em;
			border-top: 1px solid;
			border-color: rgba(0,0,0,.1);
		}
		
		ul.style li:first-child
		{
			padding-top: 0;
			border-top: none;
		}
		
		ul.style img {
			float: left;
			margin-right: 20px;
		}
		
		ul.style a {
			color: #434343;
		}
		
		ul.style .posted {
			padding: 0em 0em 1em 0em;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-size: 8pt;
			color: #A2A2A2;
		}
		
		ul.style .first {
			padding-top: 0px;
			border-top: none;
		}
							

	/* Buttons */
		
	.button
	{
		position: relative;
		display: inline-block;
		background: #80BA8E;
		padding: 0.8em 2em;
		text-decoration: none !important;
		font-size: 1.2em;
		font-weight: 300;
		color: #FFF !important;
		-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		text-align: center;
		border-radius: 0.25em;
	}

	.button:hover
	{
		background: #70AA7E;
		color: #FFF !important;
	}
/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		padding: 1.5em 0 0 0;
		list-style: none;
		cursor: default;
	}
	
	ul.contact li
	{
		display: inline-block;
		margin: 0 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: inherit;
		font-size: 1.75em;
		display: inline-block;
		-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	}
	
	ul.contact li a:hover
	{
		color: #fff;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
	min-height: 768px;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: repeat;
	background-size: cover;
	}
	
		#header:before
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: rgba(64,64,64,0.125);
		}
			#empresa
	{
	min-height: 768px;
	position: relative;
	background-image: url(../images/header1.jpg);
	background-repeat: repeat;
	background-size: cover;
	}
	
		#empresa:before
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: rgba(64,64,64,0.125);
		}
			#obras
	{
	min-height: 768px;
	position: relative;
	background-image: url(../images/header6.jpg);
	background-repeat: repeat;
	background-size: cover;
	}
	
		#obras:before
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: rgba(64,64,64,0.125);
		}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo1
	{
		position: relative;
		z-index: 1;
	}
	
		#logo1 h1
		{
			color: #003C6C;
			font-weight: 900;
		font-weight: bold;
		}
	
		#logo1 a
		{
			display: block;
			text-decoration: none;
			font-weight: 300;
			line-height: 1em;
			font-size: 7em;
			font-weight: 900;
			font-weight: bold;
			color: #003C6C;
			letter-spacing: -0.05em;
			margin: 0 0 0.3em 0;
			
		}
		
		#logo1 span
		{
			color: #003C6C;
			font-size: 1.5em;
		}
		

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
#nav
	{
	}
	#pleca {
	height: 83px;
	width: 15px;
	background-color: #CB6035;
	position: absolute;
	left: 0;
}
#logo {
	width: 194px;
	height: 83px;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-left: 80px;
}		#nav-wrapper
		{
			background:#FFF;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		}
		
		#nav ul
		{
			margin: 0;
			padding: 0;
			text-align: center;
		}

		#nav li
		{
			height: 83px;
			display: inline-block;
			background-color: #003766;
			text-align: center;
		}
		#nav li:hover {
		background-color: #CB6035;
		}
		#nav li.activo {
		background-color: #CB6035;
		}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: inline-block;
				padding: 1.5em 1.5em;
				letter-spacing: 0.06em;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.1em;
				outline: 0;
				color: #FFF;
			}

			#nav li.active a
			{
				color: #FFF;
			}

			#nav > ul > li > ul
			{
				display: none;
			}
				
/*********************************************************************************/
/*contacto                                                                         */
/*********************************************************************************/	
#conta {
	cursor: pointer;
}			
	#contacto {
	position: fixed;
	right: -470px;
	top: 0px;
	width: 470px;
	height: 100%;
	background-color: #003766;
	overflow: auto;
	text-align: center;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#contacto h1 {
	color: #FFF;
}
.paddingC {
	padding: 37px;
}
#contactoF {
	margin-top: 27px;
}
#contactoF input[type="text"], #contactoF input[type="email"], #contactoF input[type="tel"], #contactoF textarea {
	width: 90%;
	border: none;
	background-color: #003462;
	padding: 17px;
	outline: none;
	resize: none;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
	color: #FFF;
}
#contactoF input[type="text"]:focus, #contactoF input[type="email"]:focus, #contactoF input[type="tel"]:focus, #contactoF textarea:focus {
	background-color: #003462;
}
#contactoF input[type="submit"] {
	color: #FFF;
	background-color: #CB6035;
	padding: 17px 47px;
	border: none;
	text-transform: uppercase;
}#cierraC {
	width: 32px;
	height: 32px;
	float: right;
	background-image: url(../images/equis.png);
	margin-top: -17px;
	cursor: pointer;
}
.naranja{
	color: #FFF;
	background-color: #CB6035;
	padding: 5px 5px 5px 5px;
	border: none;
}

/*********************************************************************************/
/*clientes                                                                         */
/*********************************************************************************/
#clientes {
	width: 100%;
	position: relative;
	background-color: #e5e5e5;
	z-index: 2;
	display: table;
	padding-bottom: 17px;
	/* [disabled]background-image: url(../images/logo-fondoGris.jpg); */
	background-repeat: no-repeat;
}
#clientes {
	background-position: left;
	background-color: #FFF;
}
.medida {
	width: 1024px;
	margin: 0 auto;
}
/*CARRUSEL */
.jcarousel {
	position: relative;
	overflow: hidden;
	width: 99%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
	margin-right: 17px;
	margin-bottom: 17px;
	border: 1px solid #FFF;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.jcarousel a {
	height: 52px;
	width: 52px;
	background-color: #000;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: center;
	border:0;
	position: relative;
	margin-bottom: 17px;
}
a.jcarousel-control-prev {
	background-image: url(../images/flechaPrev.png);
	float: left;
	
}
a.jcarousel-control-next {
	background-image: url(../images/flecha.png);
	float: right;
}
/*********************************************************************************/
/* Up                                                                          */
/*********************************************************************************/
#up {
	position: fixed;
	bottom: 0px;
	right: 27px;
	width: 52px;
	height: 77px;
	background-color: #003766;
	z-index: 100;
	background-image: url(../images/flechaArriba.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	cursor: pointer;
	display: none;
}
#up:hover {
	background-color: #CB6035;
}
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#main {
	width: 100%;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.main {
	width: 33.3%;
	height: 520px;
	float: left;
	position: relative;
	overflow: hidden;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
	.homepage #content
	{
		text-align: center;
	}
	
	.homepage #content header h2 empresa h2 obras h2
	{
	}

	#sidebar h2
	{
		display: block;
		padding-bottom: 0.50em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#pie {
	position: relative;
	background-color: #222;
	width: 100%;
	height: 470px;
}
#mapa {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#dirPie {
	width: 100%;
	z-index: 2;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		text-align: center;
		color: #774535;
	}
	
	#copyright .container
	{
		padding: 3em 0em;
		border-top: 1px solid;
		border-color: rgba(255,255,255,.05);
		color:  rgba(255,255,255,.1);
	}
	
	#copyright a
	{
		text-decoration: none;
		color:  rgba(255,255,255,.2);
	}
/*********************************************************************************/
/* Galeria
/********************************************************************
/*********************************************************************************/

/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		position: relative;
		background: #f2f2f2;
		text-align: center;
	}
	
	#featured h3
	{
		display: block;
		font-weight: 300;
	}

	#featured .pennant
	{
		font-size: 4em;
	}
	
	#featured .button
	{
		margin-top: 1.5em;
	}

#ventanaPopup1Fondo{
display:none;
position:fixed;
_position:absolute; /* caso especial para IE 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#ventanaPopup1{
display:none;
position:fixed;
_position:absolute; /* caso especial para IE 6*/
height:600px;
width:800px;
background:#003462;
z-index:2;
padding:12px;
font-size:13px;
}
#ventanaPopup1Cerrar{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#000;
font-weight:700;
display:block;
}
#redes, #servicios {
	width: 100%;
	background-color: #fff; 
	background-size: cover;
	position: relative;
	overflow: hidden;
}
h7 {
	display: block;
	background-color: #CB6035;
	color: #FFF;
	padding: 17px;
	font-size: 1.2em;
}
h7.twitter {
	background-image: url(../images/Twitter-s.png);
	background-position:95% center;
	background-repeat: no-repeat;
}
h7.facebook {
	background-image: url(../images/facebook-s.png);
	background-position:95% center;
	background-repeat: no-repeat;
}
.columna50 {
	width: 50%;
	float: left;
	display: table;
}
#fondoimage {
	width: 100%;
	height: 450px;
	background-image: url(../images/multytecho.jpg); 
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#fondoempresa {
	width: 100%;
	height: 450px;
	background-image: url(../images/empresa-multycon.jpg); 
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#social {
	width: 90px;
	height: 272px;
	position: fixed;
	top: 180px;
	right: -15px;
	z-index: 12500;
}
.tercio {
	width: 33%;
	float: left;
	height: auto;
	position: relative;
	text-align: justify;
}
.diferenciador {
	width: 255px;
	position: relative;
	margin: 0 auto;
}
.tercio img {
	width: 100%;
	height: auto;
	opacity: 0.7;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.tercio:hover img {
	opacity: 1;
}
.texto {
	padding: 20px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
	background: #349173;
}
.close {
	position: absolute;
	right: 5px;
	text-align: center;
	top:2px;
	width: 24px;
}
.general {
	background-color: #FFF;
	width: 100%;
	padding-top: 20px;
	padding-right: 100px;
	padding-left: 100px;
	height: auto;
	display: table;
	clear: both;
	margin-top: 7px;
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 1px solid #CCC;
}
#aviso {
	width: 27px;
	background-color: #222;
	width: 100%;
	position: relative;
	color: #999;
	clear: both;
	text-align: center;
}
/*MEDIA QUERIES*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
	.medida {
		width: 1000px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1023px) {

	.medida {
		width: 940px;
	}
	.columna50 {
		margin: 0 auto;
		float: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.medida {
		width: 748px;
	}
	.columna50 {
		margin: 0 auto;
		float: none;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	#map_canvas {
	width: 380px;
	}
	.medida {
		width: 460px;
	}
	.tercio {
		text-align: left;
	}
	.columna50 {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.columna33, .tercio {
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 479px) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.7em;
	}
	#map_canvas {
	width: 270px;
	}
	.columna50 {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.columna66 {
		width: 100%;
		margin-top: 17px;
	}
	.tercio {
		width: 100%;
		float: none;
	} 
	#social-fb, h5.facebook {
		display: none;
	}
	.columna33 {
		width: 100%;
	}
	#tercera, #dosintermedio {
		height: 370px;
	}
	.general {
		width: 90%;
	}
}
#inicio {
	background-color: #f2f2f2;
	position: relative;
	width: 100%;
	min-height: 470px;
	display: table;
	padding-top:200px;
}
.columna33 {
	width: 33.33%;
	float: left;
	text-align: center;
}
.columna33 h1 {
	font-size: 2em;
	padding-bottom: 7px;
}
.foto33 {
	width: 90%;
	margin-left: 5%;
	background-color: #F4F4F4;
	height: 270px;
	overflow: hidden;
}
.foto33 img {
	width: auto;
	height: 100%;
	margin-left: -147px;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.foto33 img:hover {
	opacity: 0.7;
}
.padding {
	padding: 37px;
}