body
{
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: proxima_nova_rgregular;
	font-size: 12px;
}

.non
{
	display: none;
	position: absolute;
	width: 995px;
	margin: 0 auto;
}

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

}

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

}

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

}

#header-nav
{
	width: 100%;
	height: 90px;
	background: #f3f1f1;
	position: fixed;
	z-index: 2;
	border-bottom: 4px #ea7d44 solid;
}

#header-nav .logo
{
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}

#header-nav .menu
{
	float: left;
	height: 90px;
	width: 550px;
	margin-left: 50px;
}

#header-nav .social
{
	height: 90px;
	width: 230px;
	right: 0;
	position: absolute;
}

#header-nav .btts { margin-top: 27px; margin-right: 10px;}


#cssmenu
{
	padding: 0;
	margin: 0;
	border: 0;
	height: 90px;
	text-transform: uppercase;
}
#cssmenu ul, #cssmenu li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#cssmenu ul {position: relative; z-index: 597; }
#cssmenu ul li
{
	float: left;
	min-height: 1px;
	vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {position: relative; z-index: 599; cursor: default;}
#cssmenu ul ul
{
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 130px;
}
#cssmenu ul ul li {float: none;	background-color: #000;}
#cssmenu ul ul ul {top: 0; left: auto; right: -99.5%; }
#cssmenu ul li:hover > ul { visibility: visible;}
#cssmenu ul ul {bottom: 0; left: 0;}
#cssmenu ul ul {margin-top: 0; }
#cssmenu ul ul li {font-weight: normal;}
#cssmenu a
{
	display: block;
	text-decoration: none;
	line-height: 88px;
	padding: 0 20px;
	font-size: 18px;
	color: #ea7d44;
}
#cssmenu a:hover { color: #000000; }


.JB_FWS
{
	height: 780px;
	background: #ffffff;
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.JB_Border {
    width:100%;
    height:15px;
    position: absolute;
}

.JB_Border.Top {
    top:0;
    left:0;
}
.JB_Border.Bottom {
    bottom:0;
    left:0;
}

.JB_Button_Left {
    padding:15px;
    width:21px;
    height:30px;
    background-image: url("../images/left_arrow.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top:50%;
    left:0;
    cursor: pointer;
}

.JB_Button_Left_BG {
    padding:15px;
    width:21px;
    height:30px;
    background-color:#000;
    opacity:0.44;
    position: absolute;
    top:50%;
    left:0;
}

.JB_Button_Right {
    padding:15px;
    width:21px;
    height:30px;
    background-image: url("../images/right_arrow.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top:50%;
    right:0;
    cursor: pointer;
}

.JB_Button_Right_BG {
    padding:15px;
    width:21px;
    height:30px;
    background-color:#000;
    opacity:0.44;
    position: absolute;
    top:50%;
    right:0;
}

.JB_Container {
    width:9999px;
    height:780px;
    margin:0 auto;
    position: absolute;
    overflow: hidden;
    left:0;
    cursor:hand;
    cursor:grab!important;
    cursor:-moz-grab;
    cursor: url("../images/openhand_8_8.cur"), pointer!important;
    cursor:-webkit-grab;
}

.JB_Slide
{
	height: 780px;
	float: left;
	position: relative;
}

.JB_Slide1
{
	background: transparent url(../images/slide-proyecto-ejecutivo.jpg) no-repeat top center;
}

.JB_Slide2
{
	background: transparent url(../images/slide-paneles.jpg) no-repeat center center;
}

.JB_Slide3
{
	background: transparent url(../images/slide-video-vigilancia.jpg) no-repeat top center;
}

.JB_Slide4
{
	background: transparent url(../images/slide-proyecto-arquitectonico.jpg) no-repeat center center;
}

.JB_Slide5
{
	background: transparent url(../images/slide-construccion-y-obra-civil.jpg) no-repeat center center;
}

.JB_Slide6
{
    background: transparent url(../images/slide-remodelacion.jpg) no-repeat center center;
}

.JB_Slide_Content {
    width:960px;
    margin: 0 auto;
    margin-top:15px;
    position: relative;
}

.JB_Pagination {
    width:100%;
    height:12px;
    position: absolute;
    bottom:15px;
    left:0;
}

.JB_Pages {
    display: table;
    margin: 0 auto;
}

.JB_Page {
    background-image:url("../images/checked_dot.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width:13px;
    height:12px;
    float:left;
    margin-left:5px;
    cursor: pointer;
}
.JB_Page:hover, .JB_Page.active  {
    background-position: -13px 0px;
}

.JB_ReadMore {
    float:left;
    color:#fff;
    margin-top:15px;
    position: relative;
}

.JB_ReadMore_BG {
    top:0;
    lef:0;
    position: absolute;
    background:#000;
    opacity:0.44;
    width:100%;
    height:100%;
}

.JB_ReadMore a {
    padding:10px 30px 10px 20px;
    position: relative;
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    color:#FFF;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    /*background-image:url("http://www.jbmarket.net/demos/fws-slider/img/button_arrow.png");*/
    background-repeat: no-repeat;
    background-position: 90% 50%;
    font-size: 12px;
}

/**** Slide ****/

#Slide1
{
	width: 347px;
	margin-top: 150px;
}

#Slide1 .btt
{
	width: 150px;
	height: 50px;
	margin: 10px 0 0 24px;
}

#Slide2
{
	width: 347px;
	margin-top: 150px;
}

#Slide2 .btt
{
    width: 150px;
    height: 50px;
    margin: 10px 0 0 24px;
}

#Slide3
{
	width: 347px;
	margin-top: 150px;
}

#Slide3 .btt
{
    width: 150px;
    height: 50px;
    margin: 10px 0 0 24px;
}

#Slide4
{
	width: 347px;
	margin-top: 150px;
}

#Slide4 .btt
{
    width: 150px;
    height: 50px;
    margin: 10px 0 0 24px;
}

#Slide5
{
    width: 347px;
    margin-top: 150px;
}

#Slide5 .btt
{
    width: 150px;
    height: 50px;
    margin: 10px 0 0 24px;
}

#Slide6
{
    width: 347px;
    margin-top: 150px;
}

#Slide6 .btt
{
    width: 150px;
    height: 50px;
    margin: 10px 0 0 24px;
}

#Slide7
{
    width: 347px;
    margin-top: 150px;
}

#Slide7 .btt
{
    width: 150px;
    height: 50px;
    margin: 10px 0 0 24px;
}

#about
{
	width: 100%;
	height: 1000px;
	background: #E3E3E3 url(../images/section-quienes-somos.jpg) no-repeat bottom center;
	padding-top: 0px;
}

#about .section-title {
    position: relative;
    top: 560px;
    width: 1200px;
    margin: 0 auto;
    font-family: Choplin;
    font-size: 52px;
    color: #fff;
    text-align: left;
}

#about .section-resume
{
	position: relative;
    top: 610px;
    width: 1200px;
    height: 119px;
    margin: 0 auto;
    font-family: 'DIN Next LT Pro Light';
    font-size: 18px;
    color: #000;
    text-align: left;
    background: transparent url(../images/section-bg.png) no-repeat top left;
}

#about .section-resume .resume1 {
    float: left;
    text-align: left;
    width: 570px;
    height: 119px;
    padding-left: 30px;
}

#about .section-resume .resume2 {
    float: right;
    text-align: left;
    width: 570px;
    height: 119px;
    padding-left: 0px;
}

#services {
	width: 100%;
    height: 1000px;
    background: #E3E3E3 url(../images/bg-servicios.png) no-repeat bottom center;
    padding-top: 0px;
}

#services .caja {
    width: 1000px;
    margin: 0 auto;
    padding-top: 120px;
}

#services .text {
    font-family: Choplin;
    font-size: 38pt;
    color: #ea7d44;
    text-align: left;
}

#services .seccion-1 {
    width: 280px;
    height: 340px;
    text-align: center;
    font-size: 12px;
    color: #5A6978;
    float: left;
    margin: 5px 0px 5px 40px;
    background: transparent url(../images/box-service.png) no-repeat bottom center;
}

#services .tit {
    font-family: 'DIN Next LT Pro Light';
    font-size: 12pt;
    color: #000;
    margin-top: 0px;
    text-transform: uppercase;
}

#services .texto {
    font-family: 'DIN Next LT Pro Light';
    font-size: 10pt;
    color: #5A6978;
    height: 43px;
    margin-top: 3px;
}

#services .seemore {
}

#gallery {
    width: 100%;
    height: 1000px;
    background: #E3E3E3 url(../images/bg-servicios.png) no-repeat bottom center;
    padding-top: 0px;
}

#gallery .caja {
    width: 1000px;
    margin: 0 auto;
    padding-top: 120px;
}

#gallery .text {
    font-family: Choplin;
    font-size: 38pt;
    color: #ea7d44;
    text-align: left;
}

#gallery .listclient {
    width: 800px;
    margin: 0 auto;
    margin-top: 100px;
}

#contact
{
	height: 1000px;
	background: #E3E3E3 url(../images/bg-servicios.png) no-repeat bottom center;
	width: 100%;
}

#contact .caja {
    width: 1000px;
    margin: 0 auto;
    padding-top: 120px;
}

#contact .text {
    font-family: Choplin;
    font-size: 38pt;
    color: #ea7d44;
    text-align: left;
}

#contact .section-resume
{
    position: relative;
    top: 60px;
    width: 1000px;
    margin: 0 auto;
    font-family: 'DIN Next LT Pro Light';
    font-size: 18px;
    color: #000;
    text-align: left;
}

#contact .section-resume p
{
    padding-bottom: 10px;
}

#contact .section-resume .resume1 {
    float: left;
    text-align: left;
    width: 350px;
    background: transparent url(../images/section-bg.png) no-repeat top left;
    padding-left: 30px;
}

#contact .section-resume .resume2 {
    float: right;
    text-align: left;
    width: 260px;
}

#contact .section-resume .resume3 {
    float: right;
    text-align: left;
    width: 360px;
}

#contact .section-resume .contact-title
{
    font-family: Choplin;
    font-size: 14pt;
    color: #ea7d44;
    text-align: left;
    text-transform: uppercase;
}

#fcontact input[type=text]
{
    font-family: 'DIN Next LT Pro Light';
    font-size: 16px;
    color: #777777;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    width: 315px;
    height: 30px;
    background-color: #f1f1f1;
    padding-left: 10px;
    margin-bottom: 10px;
}

#fcontact textarea
{
    font-family: 'DIN Next LT Pro Light';
    font-size: 16px;
    color: #777777;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    width: 315px;
    height: 120px;
    background-color: #f1f1f1;
    padding-left: 10px;
    margin-bottom: 10px;
}

