@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/bebas___-webfont.eot');
    src: url('../fonts/bebas___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas___-webfont.woff') format('woff'),
         url('../fonts/bebas___-webfont.ttf') format('truetype'),
         url('../fonts/bebas___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_slabthin';
    src: url('../fonts/robotoslab-thin-webfont.eot');
    src: url('../fonts/robotoslab-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-thin-webfont.woff') format('woff'),
         url('../fonts/robotoslab-thin-webfont.ttf') format('truetype'),
         url('../fonts/robotoslab-thin-webfont.svg#roboto_slabthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

*
{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
}

html
{
	font-size:100%; 
}

body, #bgnd
{
	width: 100%;
	height: 100%;
	min-width: 1024px;
	min-height: 650px;
	font-size:10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	font-family: 'bebasregular';
	overflow: hidden;
}

#move-cont
{
	width: 700%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#move-cont .home-img
{
	width: 14.2%;
	height: 100%;
	position: relative;
	float: left;
	background: black;
}

#slideSelector
{
	min-width:	10px;
	width:		90px;
	overflow:	auto;
	position:	absolute;
	left: 160px;
	bottom: -20px;
}

.slideButton
{
	width: 		10px;
	height: 	10px;
	border:		1px solid #fff;
	float:		left;
	margin:		0 3px 0 0;
}

.slideButton.active
{
	background:	#fff;
}

#main-menu
{
	position: absolute;
	left: 6%;
	bottom: 25%;
	color: white;
	z-index: 999;
}

#main-menu p
{
	font-size: 300%;
}

#main-menu ul li ul
{
	display: none;
}

//SUB MENU DIGITAL//
#main-menu li ul.digital
{
	position: absolute;
	left: 290px;
	top: -30px;
}

#main-menu li ul li
{
	font-size: 30%;
	opacity: 1;
	cursor: pointer;
	letter-spacing: 2px;
	color: #FBEC3F;
}

#main-menu ul li.dig:hover ul.digital
{
	display: inline-block;
}
/*-------------------------*/
#main-menu li ul li:hover ul
{
	display: block;
	position: absolute;
	top: 0;
	left: 150px;
	font-size: 320%;
	padding-left: 25px;
	background: url('../images/nivel3.png') no-repeat 5px 7px;
}


//SUB MENU OFFSET//
#main-menu li ul.offset
{
	position: absolute;
	left: 280px;
	top: 0px;
}

#main-menu li ul li
{
	font-size: 30%;
	opacity: 1;
	cursor: pointer;
	letter-spacing: 2px;
	color: #FBEC3F;
}

#main-menu ul li.off:hover ul.offset
{
	display: inline-block;
}

//SUB MENU PROYECTOS//
#main-menu li ul.proyectos
{
	position: absolute;
	left: 280px;
	top: 0px;
}

#main-menu li ul li
{
	font-size: 30%;
	opacity: 1;
	cursor: pointer;
	letter-spacing: 2px;
	color: #FBEC3F;
}

#main-menu ul li.pro:hover ul.proyectos
{
	display: inline-block;
}
//SUB MENU ACABADOS//
#main-menu li ul.acabados
{
	position: absolute;
	left: 280px;
	top: 0px;
}

#main-menu li ul li
{
	font-size: 30%;
	opacity: 1;
	cursor: pointer;
	letter-spacing: 2px;
	color: #FBEC3F;
}

#main-menu ul li.aca:hover ul.acabados
{
	display: inline-block;
}
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
#main-menu ul
{
	width: 700px;
}
#main-menu li
{
	width: 700px;
	font-size: 750%;
	opacity: .5;
	cursor: pointer;
	letter-spacing: 5px;
	position: relative;
	display: block;
	line-height: 130%;
}

#main-menu li:hover
{
	color: #FBEC3F;
	opacity: 1;
}

#main-menu li ul
{
	position: absolute;
	z-index: 99999;
}

#main-menu li ul li:hover
{
	color: #FFF;
	opacity: 1;
}

#main-menu hr
{
	width: 200px;
	height: 1px;
	background: white;
	margin: 5px 0;
	display: inline-block;
}

#logo
{
	position: absolute;
	top: 6%;
	right: 4%;
	z-index: 999;
}

#contact
{
	position: absolute;
	left: 6%;
	bottom: 4%;
	z-index: 999;
	color: white;
}

#contact h1
{
	font-weight: normal;
	letter-spacing: 2px;
}

#contact hr
{
	width: 200px;
	height: 1px;
	background: white;
	margin: 3px 0;
}

#contact p
{
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 120%;
	font-family: 'roboto_slabthin';
}

#contact a
{
	color: #ffffff;
	text-decoration: none;
}

#footer
{
	position: absolute;
	right: 4%;
	bottom: 4%;
	z-index: 999;
	text-align: right;
}

#footer a
{
	color: white;
	text-decoration: none;
	clear: both;
	line-height: 20px;
	display: block;
	font-weight: lighter;
}

#footer a em
{
	font-style: normal !important;
}

#footer img
{
	float: right;
	margin: 3px;
	cursor: pointer;
	padding-bottom: 8px;
}

#footer hr
{
	width: 100%;
	height: 1px;
	background: white;
	margin: 8px 0;
	clear: both;
}

#footer p
{
	font-weight: normal;
	font-size: 90%;
	font-family: 'roboto_slabthin';
	color: white;
}

.menu1
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background: red;
	z-index: 1;
	overflow: hidden;
}

.move-images
{
	width: 100%;
	height: 500%;
	position: absolute;
	left: 0;
	top: 0;
}

.move-images .img
{
	width: 100%;
	height: 20%;
	float: left;
	background: gray;
}

/*CHAT*/

.purechat-title-image
{
	display: none !important;	
}

.purechat-widget .purechat-expanded .purechat-widget-inner, .purechat-window .purechat-expanded .purechat-widget-inner, .purechat-widget .purechat-collapsed-outer .purechat-widget-inner, .purechat-window .purechat-collapsed-outer .purechat-widget-inner
{
	background-color:#FBEC3F !important;
}

.purechat-widget .purechat-expanded, .purechat-widget .purechat-collapsed-outer
{
	background: transparent !important;
}









