body{
	font-family: 'Lato', sans-serif;
}
.izq, .der, .centro{
	float:left;
}
.oculto{
	display:none;
}
.clearfix:after{
	clear:both;
}
.clear{
	clear:both;
}
.interior{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
.header{
	height:124px;
	border-top:2px solid #1c407e;
	background-color: rgba(0, 0, 0, 0.36);
	position: relative;
}
.header .izq{
	width:170px;
	margin-left:30px;
}
.header .der{
	width:1000px;
}
.header .logo{
	height: 90px;
	margin: 16px;
}
.menu{
	margin-top: 54px;
	margin-left: 60px;
}
.menu li{
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.menu li a{
	padding:10px;	
	text-transform:uppercase;
	color:white;
	text-decoration:none;
	font-size:14px;
	font-weight:300;
}
.menu li a.current{
	background-color:grey;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:black;
}
.menu li a:hover{
	color:black;
}
.lista_telefonos li{
	float:left;
	padding-left:60px;	
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:45px;
	margin-right:45px;
	color:#7e6a85;
}
.lista_telefonos li:hover{
	cursor:pointer;
}
.lista_telefonos li.tecnico{
	background-image:url(../imgs/logo_tecnico.png);
}
.lista_telefonos li.diseno{
	background-image:url(../imgs/logo_diseno.png);
}
.lista_telefonos li p{
	margin-bottom:6px;
	font-size:12px;
	color:white;
}
.lista_telefonos li .grande{
	font-size: 13px;
	font-weight:bold;
	color:#0099ff;
}
.lista_telefonos li .grande .negro{
}
.detalle{
	height:147px;
	background-color: rgba(255, 255, 255, 0.48);
	margin-top: 329px;
}
.detalle .izq{
	width:310px;
}
.detalle .centro{
	width:500px;
	padding-top:26px;
}
.detalle .der{
	width:390px;
}
.detalle .izq h1{
	margin-top:14px;
	font-size:32px;
	font-weight:300;
}
.detalle .centro p{
	margin-left:34px;
	margin-right:34px;
	margin-bottom:24px;
	font-size:14px;
	color:#443f3b;
	line-height:18px;
}
.thumbs{
	margin-top:7px;
}
.thumbs li{
	width:75px;
	height:38px;
	float:left;
	margin:2px;
	border:1px solid transparent;
	padding:1px;
}
.thumbs li:hover{
	cursor:pointer;
}
.thumbs li.current{
	border:1px solid #11406c;
}
.thumbs li .box_imagen{
	background-color:black;
	width:75px;
	height:38px;
}
.footer{
	padding-top: 20px;
	background-color: #000;
	padding-bottom: 7px;
}
.cds{
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	color:#796e76;;
	text-decoration:none;
	position:absolute;
	right:0px;
	font-size: 11px;
	background-image:url(../imgs/cds_gris.png);
	background-repeat:no-repeat;
	background-position:left;
}
.cds:hover{
	background-image:url(../imgs/cds.png);
}
.contenido_central{
	text-align:center;
	color:white;
	font-size:44px;
	font-weight:300;
}
#mapa{
	z-index:auto;
}
.formulario_contacto{
	background-color: rgba(255, 255, 255, 0.8);
	width:510px;
	padding:24px;
	position: relative;
	margin-left: 10%;
}
.formulario_contacto p{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#302f2d;
	text-align:left;
	margin-bottom: 10px;
}
.formulario_contacto input{
	width: 100%;
	margin-bottom:11px;
	height:23px;
	display: block;
}
.formulario_contacto textarea{
	width: 100%;
	height: 88px;
}
.formulario_contacto button{
	text-align:left;
	background-color:#0099ff;
	border:none;
	color:white;
	text-transform:uppercase;
	margin-top:20px;
	display: block;
	padding: 9px 21px;
}
.formulario_contacto button:hover{
	background-color:black;
	cursor:pointer;
}
.formulario_contacto .transparenciaMensaje button{
	margin-left: auto;
	margin-right: auto;
}