@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Cuprum);
@font-face {
	font-family:"Decker";
	src:url("../fuentes/Decker/Decker.eot?") format("eot"),
	url("../fuentes/Decker/Decker.woff") format("woff"),
	url("../fuentes/Decker/Decker.ttf") format("truetype"),
	url("../fuentes/Decker/Decker.svg#") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"Open Sans Semibold";
	src:url("../fuentes/Open_Sans_Semibold/OpenSans-Semibold.eot?") format("eot"),
	url("../fuentes/Open_Sans_Semibold/OpenSans-Semibold.woff") format("woff"),
	url("../fuentes/Open_Sans_Semibold/OpenSans-Semibold.ttf") format("truetype"),
	url("../fuentes/Open_Sans_Semibold/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"Neou Thin";
	src:url("../fuentes/Neou_Thin/Neou-Thin.eot?") format("eot"),
	url("../fuentes/Neou_Thin/Neou-Thin.woff") format("woff"),
	url("../fuentes/Neou_Thin/Neou-Thin.ttf") format("truetype"),
	url("../fuentes/Neou_Thin/Neou-Thin.svg#Neou-Thin") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"Cuprum Bold";
	src:url("../fuentes/Cuprum-Bold.eot?") format("eot"),
	    url("../fuentes/Cuprum-Bold.woff") format("woff"),
	    url("../fuentes/Cuprum-Bold.ttf") format("truetype"),
	    url("../fuentes/Cuprum-Bold.svg#Cuprum-Bold") format("svg");
	    font-weight:normal;
	    font-style:normal;
}

#contenedor{
	width:100%;
	float:left;
	position:relative;
	min-width:960px;
	overflow:hidden;
}

.row{
	width:100%;
	float:left;
	position:relative;
}

.center{
	width:960px;
	margin:auto;
	position:relative;
}

.center2{
	width:100%;
	margin:auto;
	position:relative;
}

.block{
	float:left;
	position:relative;
}

#back-top {
	position: fixed;
	bottom:0px;
	right: 0px;
	text-indent: -99999px;
	z-index:100;
}

#back-top a {
	width: 1980px;
	display: block;
	text-align: center;
	line-height:20px;
	color: #FFF;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	text-indent: -99999px;
}

#back-top a:hover {
	color: #000;
}

#back-top span {
	width: 1980px;
	height: 43px;
	display: block;
	background-image:url(../img/boton1.png);
	background-position:center right;
	background-repeat:no-repeat;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover span {
	background-image:url(../img/boton2.png);
	background-position:center right;
	background-repeat:no-repeat;
}

#header{
	background:url(../img/white.png);
	padding-top:10px;
	padding-bottom:10px;
}

#datos-h{
	float:right;
	text-align:right;
	font-size:23px;
	font-family:"Decker";
	margin-top:20px;
}

#menu{
	background:#e0040b;
	font-family:"Open Sans Semibold";
}

#menu a{
	float:left;
	position:relative;
	color:#FFF;
	text-transform:uppercase;
	background:url(../img/ico.png) no-repeat 30px 9px;
	padding:10px 38px 10px 45px;
}

#menu a:hover{
	background:url(../img/ico.png) no-repeat 30px 9px #000;
}

#menu .selec{
	background:url(../img/ico.png) no-repeat 30px 9px #000;
}

#primary_nav_wrap ul li{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item{
	background:#000;
}

#primary_nav_wrap ul li:hover{
	background:#000;
}

#primary_nav_wrap ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
	z-index:100;
}

#primary_nav_wrap ul ul li{
	float:none;
	width:200px;
}

#primary_nav_wrap ul ul a{
	line-height:120%;
	padding:10px 15px;
	background:#e0040b !important;
	font-size:12px;
	width:200px;
}

#primary_nav_wrap ul ul a:hover{
	background:#000!important;
}

#primary_nav_wrap ul ul ul{
	top:0;
	left:100%;
}

#primary_nav_wrap ul li:hover > ul{
	display:block;
}

#botones-home{
	background:url(../img/white.png);
	width:940px;
	padding:10px;
}

.btn-home{
	width:139px;
	height:143px;
}

.btn-home:hover img{
	opacity:0.6;
}

.btn-home-caption{
	position:absolute;
	left:0px;
	top:0px;
	background:#e0040b;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	padding:3px;
	font-family: 'Cuprum', sans-serif;
}

.btn-home:hover .btn-home-caption{
	display:none;
}

.btn-home-title{
	position:absolute;
	bottom:0px;
	left:0px;
	padding:5px 10px;
	color:#fff;
	width:103px;
	background:url(../img/home/title.png);
	font-family:"Decker";
	font-size:11px;
	text-align:right;
}

.btn-home-venta{
	display:none;
}

.btn-home:hover .btn-home-venta{
	background:url(../img/hover.png);
	position:absolute;
	width:84px;
	height:98px;
	top:0px;
	left:0px;
	font-family: 'Cuprum', sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-top:5px;
	padding-left:5px;
	display:block;
}

.div{
	width:1px;
	height:143px;
	background:#797979;
	margin-left:30px;
	margin-right:30px;
}

#espacio{
	background:#fff;
	height:15px;
	margin-top:20px;
}

#home{
	border-top:solid 2px #e0040b;
	background:#fff;
}

#home h1{
	background:#000;
	color:#fff;
	text-align:center;
	width:960px;
	font-size:40px;
	padding:5px 0px;
	font-family: 'Cuprum', sans-serif;
	font-weight:normal;
}

#logos{
	margin-top:15px;
	margin-bottom:15px;
}

#logos img{
	margin-left:10px;
}

#contenido-fijo{
	background:url(../img/bg.jpg) top;
	height:565px;
}

#logo2{
	background:url(../img/logo2.png);
	width:390px;
	height:116px;
	margin-top:50px;
	margin-left:45px;
}

#btn-exp{
	width:470px;
	height:119px;
	background:url(../img/btn-exp.jpg);
	margin-top:75px;
	margin-left:5px;
}

.amp{
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../img/white.png);
	width:440px;
	font-family:"Decker";
	font-size:9px;
	padding:5px;
	text-align:right;
	color:#000;
	padding-right:20px;
}

.lupa{
	position:absolute;
	right:5px;
	top:3px;
	background:url(../img/lupa.png);
	width:11px;
	height:12px;
}

#img-est{
	width:468px;
	height:119px;
	background:url(../img/img-fija.jpg);
	margin-top:40px;
	margin-left:5px;
}

#imagen{
	float:right;
	position:relative;
	margin-top:40px;
	margin-right:5px;
	border:solid 1px #bababa;
}

#slideshow1 {
    position:relative;
    height:476px;
	float:left;
	width:452px;
}

#slideshow1 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow1 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow1 IMG.last-active {
    z-index:9;
}

#footer{
	padding:10px 0px;
	background:url(../img/footer.jpg);
}

#datos{
	width: 364px;
	font-size:21px;
	font-family: 'Cuprum';
}

#redes{
	margin-left:85px;
	margin-top:45px;
}

#fb{
	width:57px;
	height:55px;
	background:url(../img/redes.png) no-repeat left;
}

#fb:hover{
	background:url(../img/redes-h.png) no-repeat left;
}

#tw{
	width:57px;
	height:55px;
	background:url(../img/redes.png) no-repeat right;
	margin-left:5px;
}

#tw:hover{
	background:url(../img/redes-h.png) no-repeat right;
}

#oficina{
	float:right;
	font-family: 'Cuprum', sans-serif;
	font-size:21px;
}

#copy{
	background:#e0040b;
	padding-bottom:15px;
}

#copy a{
	color:#fff;
	background:url(../img/web.png) right no-repeat;
	padding:13px;
	padding-right:150px;
	z-index:10000;
	font-family:"Decker";
}

#copy a:hover{
	color:#cf201d;
	background:url(../img/web-h.png) #FFF right no-repeat;
}

.bg-cont{
	background:url(../img/footer.jpg);
}

#proyectos{
	padding: 35px 22px 0px 0px;
	width:438px;
	height:711px;
	float:left;
}

#proyectos p{
	font-family:"Open Sans Semibold";
	font-size:25px;
	text-align:right;
	color:#000;
}

.ampliar{
	padding:10px;
	background-color:#f00;
	color:#fff;
	position:relative;
	bottom:0px;
	font-family:"Neou Thin";
}

.ampliar:hover{
	background-color:#000;
}

#empresa{
	width:920px;
	margin-top:20px;
	margin-left:20px;
	border-top:solid 1px #000;
}

#texto-emp{
	width:445px;
}

#texto-emp h1{
	font-size:34px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:20px;
	font-family:"Neou Thin";
}

#texto-emp p{
	margin-top:30px;
	text-align:justify;
	font-family: 'Cuprum', sans-serif;
}

#logo3{
	width:457px;
	text-align:center;
	margin-top:35px;
	margin-left:18px;
}

#img-nosotros{
	margin-top:45px;
	margin-left:18px;
	margin-bottom:20px;
}

#caption-nosotros{
	background:url(../img/red.png);
	position:absolute;
	top:0px;
	right:15px;
	width:135px;
	height:253px;
	z-index:100;
}

#caption-nosotros h1{
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	font-family: 'Cuprum', sans-serif;
	margin-top:105px;
}

#slideshow2 {
    position:relative;
    height:253px;
	float:left;
	width:457px;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
   z-index:9;
}

.titulo{
	width:920px;
	margin-top:20px;
	margin-left:20px;
	border-top:solid 1px #000;
}

.titulo h1{
	font-size:34px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:15px;
	width:590px;
	font-family:"Neou Thin";
	border-bottom:solid 1px #000;
	padding-bottom:10px;
}

.titulo p{
	padding-top: 17px;
	font-size: 18px;
	font-family: 'Cuprum', sans-serif;
}

#bt_render{
	background-color:#F00; 
	padding:8px; 
	float:right; 
	color:#FFF; 
	position:relative; 
	top:-5px; 
	right:22px;
	font-family:"Open Sans Semibold";
	font-size:15px;
}

#bt_render:hover{
	background-color:#000;
}

.title_p{
	font-family:"Decker";
	font-size:17px;
	margin-top: -55px;
	position: relative;
	float: right;
	line-height: 18px;
	margin-bottom: 32px;
	text-align: right;
	border-bottom:1px solid #000;
}

.ver_video{
	background-color: #E0040B;
	padding: 8px;
	float: right;
	color: #fff;
	font-family: 'Cuprum';
	font-size: 18px;
	position: relative;
    right: 24px;
}

.ver_video:hover{
	background-color: #000;
}

.titulo h2{
	font-size:23px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:15px;
	font-family:"Neou Thin";
	padding-bottom:10px;
}

#banner{
	margin-top:20px;
	margin-left:20px;
	float:left;
	width:916px;
	height:274px;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:10001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position:fixed;
	top: 5%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:10002;
	overflow: auto;
}

#contacto-img{
	background:url(../img/contacto.jpg) no-repeat center top;
	height:334px;
}

#contacto{
	border-top:solid 1px #000;
	padding-top:20px;
	margin-top:20px;
	width:920px;
	margin-left:20px;
	margin-bottom:5px;
}

#formulario{
	width:450px;
}

#contacto h1{
	font-size:34px;
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Neou Thin";
}

#contacto p{
	font-family: 'Cuprum', sans-serif;
	font-size:15px;
	margin-top:15px;
	text-align:justify;
	line-height:18px;
}

#formulario h2{
	margin-top:10px;
	font-family: 'Cuprum', sans-serif;
	font-size:16px;
	text-transform:uppercase;
}

input{
	width:435px;
	background:transparent;
	border:solid 1px #000;
	padding:5px;
	margin-top:5px;
	font-family: 'Cuprum', sans-serif;
}

textarea{
	width:435px;
	background:transparent;
	border:solid 1px #000;
	padding:5px;
	margin-top:5px;
	height:70px;
	max-width:435px;
	max-height:70px;
	font-family: 'Cuprum', sans-serif;
}

#enviar{
	width:65px !important;
	float:right;
	background:#000;
	color:#fff;
	padding:10px 0px;
	margin-right:10px;
	border:solid 1px #000;
	cursor:pointer;
}

#enviar:hover{
	background:#e0040b;
}

#borrar{
	width:65px !important;
	float:right;
	background:#000;
	color:#fff;
	padding:10px 0px;
	border:solid 1px #000;
	margin-right:3px;
	cursor:pointer;
}

#borrar:hover{
	background:#e0040b;
}

#cont-right{
	margin-left:45px;
}

#sala{
	background:#e0040b;
	color:#fff;
	font-family: 'Cuprum', sans-serif;
	font-size:20px;
	width:351px;
	padding:25px 17px;
	text-align:center;
	margin-left:30px;
}

#sala h2{
	margin-bottom: 15px;
}

#sala h3{
	font-weight:normal;
	border-bottom:solid 1px #fff;
}

#sala p{
	text-align:center;
	margin-top:0px !important;
	font-size:20px;
	line-height:23px;
	padding-bottom: 37px;
}

#mapa{
	border:solid 1px #CCC;
	margin-top:25px;
}

#ampliar{
	width:65px !important;
	float:right;
	background:#000;
	color:#fff;
	padding:10px 0px;
	border:solid 1px #000;
	margin-right:3px;
	cursor:pointer;
	font-family: 'Cuprum', sans-serif;
	text-align:center;
	margin-top:10px;
}

#ampliar:hover{
	background:#e0040b;
}

#mapa-box{
	border:solid 1px #fff;
}
	
.box1 {
	left: 100%;
	padding: 0px;
	position: absolute;
	right: 100%;
	top: 14%;
	min-width:439px;
	z-index: 19999999;
	margin: 0 auto;
}

.overlay {
	background-image: url(../img/bg.png);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 19999999;
}

.overlay {
	background-color: #000000cf;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 19999999;
}

a.boxclose {
    cursor: pointer;
    float: right;
    position: relative;
    top: -1px;
    margin-right: 0px;
    color: #fff;
    font-size: 35px;
    font-family:"Open Sans Semibold";
}

.azul{
	background-color: #60d61e;
}

#btn_calcular{
	float: right;
	position: relative;
	width: 244px;
	height:75px;
	background-image: url(../img/btn_calcular.png);
	margin-top: 55px;
}
