/*
Hoja de estilo Visual Trend
Autor: Yonatan López
yonatan@host-inside.com
*/
@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebas.eot');
    src: url('../fonts/bebas.eot') format('embedded-opentype'),
         url('../fonts/bebas.woff2') format('woff2'),
         url('../fonts/bebas.woff') format('woff'),
         url('../fonts/bebas.ttf') format('truetype'),
         url('../fonts/bebas.svg#bebas') format('svg');
}
body{
	font-family: 'bebas' , Arial;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
	color: #fff;
}
a img{
	text-decoration: none;
}
.enlace-blanco{
    color:#fff;
    text-decoration:none;
}
.enlace-azul{
    color:#1d3d90;
    text-decoration:none;
}
.enlace-blanco:hover{
    color:#fff;
    text-decoration:none;
}
.enlace-azul:hover{
    color:#1d3d90;
    text-decoration:none;
}
#contenedor-general{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#cont-head{
	width: 100%;
	float: left;
	text-align: center;
	background-image: url(../images/bg-blanco.png);
	padding: 20px 0;
	position: relative;
	z-index: 99;
}
#logotipo{}
.contacto-head{
	width: 20%;
	float: right;
	color: #1d3d90;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 20px;
}
.contacto-head ul{
	margin: 0;
	padding: 0;
}
.contacto-head ul{
	list-style: none;
	float: left;
	margin-bottom: 5px;
}
#slide{
	width: 100%;
	float: left;
	margin-top: -105px;
	overflow: hidden;
}
.sombra{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: -43px;
	z-index: 99;
}
.cont-servicios{
	width: 100%;
	float: left;
	margin-bottom: -40px;
}
.cont-galeria{
	width: 100%;
	float: left;
	background-color: #999999;
	color: #fff;
	text-align: center;
	padding: 20px 0 40px 0;
}
#cont-pie{
	width: 100%;
	float: left;
	background-color: #1d3d90;
	color: #fff;
	text-align: center;
	padding: 25px 0;
}
.col2{
	width: 50%;
	float: left;
}
.col2 h2{
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}
.azul{
	background-color: #1d3d90;
	color: #fff;
	padding-bottom: 45px;
}
.nuestros-servicios{
	margin: 0;
	padding: 0;
	width: 80%;
	margin: 0 auto;
}
.nuestros-servicios li{
	list-style: none;
	font-size: 18px;
	margin: 10px 0;
}
.imagen-inicio{
	position: relative;
	z-index: 99;
}
.gal{
	width: 75%;
	margin: 0 auto;
	padding: 0;
}
.gal li{
	list-style: none;
	border: 6px solid #333;
	float: left;
	width: 147px;
	height: 147px;
	margin: 10px;
}
.cont-datosdw{
	width: 100%;
	float: left;
}
.logo-blanco{
	width: 30%;
}
.cont-datosdw ul{
	margin: 0;
	padding: 0;
}
.cont-datosdw ul li{
	list-style: none;
	margin: 10px 0;
	font-size: 17px;
}
#redes{
	background-image: url(../images/bg-negro.png);
	padding: 10px 15px;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 999;
    text-align: center;
    width: auto;
    font-size: 30px;
}
#redes img{
	width: 40%;
}