.logo
{
	width: 100px;
	height:auto;
	position: fixed;
	top: 45px;
	left: 180px;
}
.ContenInicioContacto
{
	width: 200px;
	height:auto;
	position: fixed;
	top: 45px;
	right: 180px;
	border: 0px solid #fff;
	
}

a:link {
  color: #F8BF00;
	font-weight: lighter;
}
/* visited link */
a:visited {
   color: #F8BF00;
	font-weight: lighter;
}

/* mouse over link */
a:hover {
   color: #F8BF00;
	font-weight: lighter;
}

/* selected link */
a:active {
   color: #F8BF00;
	font-weight: lighter;
}
.textoConstruccion
{
	font-size: 48px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 200px; 
	border: 0px solid #fff;
	padding: 0px;
	border: 0px solid #fff;
	
}
.formContact
{
	max-width: 400px;
	height: auto;
	width: 100%;
	padding: 10px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.boton
{
	background-color: #f6a600;
	color: #000;
	border: 0px;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
	font-weight: 300;
}
.boton:hover {
   color: #FFFFFF;
	font-weight: lighter;
	background-color: #f16c00;
}
#logoMovil
	{
		display: none;
	}

.separador
{
	width: 100%; height: 40vh;
}
#flecha
{
	margin-left: auto;
	margin-right: auto; 
	margin-top: 30px;

}

.sectionBlanco
{
	width: 100%;
	min-height: 100vh;
	height: auto;
	background-color: #fff;
	background-position: center; background-size:cover;
	
}
.sectionNegro
{
	width: 100%;
	height: 100vh;
	background-color: #000;
	background-position: center; background-size:cover;
	
}
.contenedorMenu
{
	padding-top: 0px;
	border: 0px solid #000;
	height: auto;
	width: 100%;
	background-color: #fff;
	
	z-index: 100;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	display: block;
	
}

.logoMenu
{
	width: 160px;
	float: left;
	margin-top: 30px;
	margin-left: 50px;
}
.btnMenuHorizontal:link
{
	color: #9B9B9B;
	margin-left: 10px;
	font-size: 17px;
}
.btnMenuHorizontal:hover
{
	color: #F8BF00;
	text-decoration: none;
	
}
.btnMenuHorizontal:visited
{
	color: #9B9B9B;
	text-decoration: none;
	
}
.btnMenuHorizontal:active
{
	color: #9B9B9B;
	text-decoration: none;
	
}
.menuBotones
{
	border: 0px solid #812C2D;
	width: 700px;
	height: auto;
	float: right;
	text-align: right;
	margin-right: 3%;
	margin-top: 80px;
}
.lineaMenu
{
	width: 94%;
	height: 0px;
	clear: both;
	background-color: #fff;
	margin-left: auto; margin-right: auto;
	padding-top: 30px;
	border-bottom: 2px solid #D8D8D8;
	
}
.contenedorNombreSeccionDerecha
{
	margin-right: 3%;
	font-size: 17px;
	float:right;
	margin-top: 100px;
	padding-bottom: 20px;
}

.contenedorNombreSeccionIzquierda
{
	margin-left: 3%;
	font-size: 17px;
	
	
	padding-bottom: 20px;
	padding-top: 30px;
}

.imgCliente
{
	margin-left: 15px; margin-right: 15px;
	width: 100%;
}
.ContentImgGaleria1
{
	float: left;
	margin-left:0px;
	position: relative;
	height: 350px;
	cursor: pointer;
}
.ContentImgGaleria2
{
	float: left;
	margin-left:0px;
	position: relative;
	max-height: 350px;
	cursor: pointer;
}
.ContentImgGaleria1Movil
{
	float: left;
	margin-left:0px;
	position: relative;
	height: auto;
	width: 100%;
	max-width: 350px;
	cursor: pointer;
	margin-left: auto; margin-right: auto;
}
.ContentImgGaleria2Movil
{
	float: left;
	margin-left:0px;
	position: relative;
	max-height:auto;
	width: 100%;
	max-width: 700px;
	cursor: pointer;
	margin-left: auto; margin-right: auto;
}
.SignoMasGaleria
{
	color: #F8BF00;
	font-size: 70px;
	float: left;
	
	position: absolute;
	top: 130px;
	left: 45%;
	
}
.SignoMasGaleriaMovil
{
	color: #F8BF00;
	font-size: 70px;
	float: left;
	
	position: absolute;
	top: 35%;
	left: 45%;
	
}
.ir-arriba {
	display:none;
	padding:4px;
	/*background:#f6a600;*/
	font-size:40px;
	color:#F8BF00;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
	
}


/*Scroll */
	#boxscroll {
	padding: 0px;
		padding-right: 10px;
	height: 220px;
	width: 100%;
	border: 0px solid #000;
	overflow: auto;
  margin-bottom:30px;
		min-height: 400px;
		padding-bottom: 100px;
}
#ContenedorImagenGaleria
{
	position: absolute;
	width: 100%;
	height: 792px;
	background-color: #fff;
	z-index: 10;
	border: 0px solid #000;
	left: 0px;
	top: 0px;
	display: none;
}
.menuBotones
{
	display: block;
}
.menuMovil
{
	display: none;
}

#contenedorMenuMovil
{
	padding-top: 0px;
	border: 0px solid #000;
	height: auto;
	width: 100%;
	background-color: #fff;
	
	z-index: 100;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	display: none;
	
}
.contentFotoGerente
{
	 text-align: right; padding-right: 10%; padding-top: 180px; padding-bottom: 20px;
}
#clientesWEB
{
	display: block;
}
#clientesMOVIL
{
	display: none;
}
#textoDerechos{
	float: left; font-size: 10px; color: #9B9B9B; margin-top: 40px; margin-left: 50px; 
}
#telefono
{
	color: #fff; float:right; margin-right:4%; padding-top: 5px; margin-top: -40px;
}
@media screen and (max-width:640px) {
	
	#telefono
{
	color: #fff; float: left; margin-left: 135px; margin-top: 10px;
}
	
	#textoDerechos{
	margin-left: 10px;
}
	#clientesWEB
{
	display: none;
}
	#clientesMOVIL
{
	display: block;
}
	
	.imgLineaNombreSeccion
	{
		width: 180px;
	}
	
	.contentFotoGerente
{
	 text-align: right;  padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
	#contenedorMenuMovil
	{
		display: block;
	}
	.contenedorMenu
	{
		display: none;
	}
	.menuBotones
{
	display: none;
}
	.menuMovil
{
	display: block;
}
	
	.ContentImgGaleria1Movil
{
float: none;
	}
  .textoConstruccion
	{
		font-size: 30px; 
		margin-left: auto; 
		margin-right: auto; 
		width: 300px; 
		border: 0px solid #fff;
		padding: 0px;
		text-align: center;
		
		
	}
	
	.logo
{
	display: none;
}
	#logoMovil
	{
		display: block;
	}
	
	.ContenInicioContacto
	{display: none;}
	.separador
{
	width: 100%; height: 10vh;
}
	
#flecha
{
	/*display: none;*/

}
}

.thumbsMovil
{
	display: none;
	margin-left: auto; margin-right: auto;

	text-align: center;
	border: 0px solid red;
	max-width: 700px;
}
.thumbsWeb
{
	display: block;
	
}

/*PAra contenido thumbs proyectos */
@media screen and (max-width:1250px) {
	
 .thumbsWeb
	{
		display: none;
	}
.thumbsMovil
	{
		display: block;
	}
}