html,
body	{
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed' !important;
}



body	{
	background: url('../img/front/bg.png') no-repeat fixed;
	background-size: cover;
	color: #fff;
	font-size: large;
}

a	{
	color: #fff;
	text-decoration: none;
}
a:hover	{
	color: #084284;
}
h1,h2,h3,h4,h5	{
	color: #fff;
}
.uppercase	{
	text-transform: uppercase;
}
.left	{
	text-align: left;
}
.bold	{
	font-weight: bold;
}
#bg2	{
	background: url('../img/front/header-bg.png') repeat-x;
}

#header	{
	height: 210px;
}

#logo	{
	margin-top: 10px;
}

#menu	{
	margin-top: 147px;
}

#contenido	{
	padding: 20px 0;
}


.pagina	{
	background: #084284;
	background: rgba(8,66,132,0.7);
	padding: 20px 0;
}
#inicio	{
	background: transparent;
	min-height: 580px;
}

#quienes	{
	min-height: 500px;
}

#proyectos	{
	background: #fff;
	background: rgba(255,255,255,0.5);
	min-height: 580px;
}

#clientes	{
	min-height: 510px;
}

#contacto	{
	min-height: 560px;

}

#contacto_table	{
	width: 450px !important;
	margin: 0 auto;
}

#contacto form label	{
	color: #fff;
	font-size: 18px;
}

#contacto form td	{
	vertical-align: top;
}

#contacto form label	{
	margin-top: 15px;
	display: block;
}

#contacto form input,
#contacto form textarea
{
	background: #fff;
	background: rgba(255,255,255,0.2);
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	padding: 6px;
	width: 320px;
}

#enviar_contacto	{
	background: transparent !important;
	border: 0 !important;
	width: 100px !important;
}

.aviso	{
	color: #000;
	height: 500px!important;
	overflow: auto!important;
	position: relative;
	margin: 8px;
}
.avisoinner	{
	min-height: 2000px;
}
#mb_aviso_privacidad	{
	display: none;
	visibility: hidden;
}

/*****  *****/
.center	{
	text-align: center;
}
.right	{
	text-align: right;
}
