html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block; unicode-bidi: embed }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 32px; margin: 1px 0 }
h2              { font-size: 20px; margin: 0px 0px 8px; }
h3              { font-size: 18px; margin: 5px 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 0px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      {  }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}
img{
	border:none;
	margin:0px;
	padding:0px;
	outline:none;
}
*, a{ outline:none; }
/**********************   Fuentes   ****************************/
/***************************************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
	background-color:#f6f6f6;
	background-image: url('../images/frontend/bg_body.jpg');
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
}
.wrapper-website{
	float: left;
	width:100%;
}
.wrapper-header{
	float: left;
	width: 100%;
}
.inner{
	width:100%;
	outline:none;
}
/* ===========================  Header  ===================================== */
.inner_header{
	width:100%;
	height:120px;
	position:relative;
	z-index:700;
	outline:none;
}
.content_header{
	width:995px;
	height:120px;
	margin:0 auto;
	position:relative;
	z-index:0;
	padding:0px;
	outline:none;
}
.link_logo img{
	margin: 0px auto;
}
#menu_top{
	float: right;
	margin-top: 10px;
}
#menu_top ul{
	list-style:none;
	margin:0px;
	padding:0px;
	outline:none;
}
#menu_top ul li{
	float:left;
	padding:0px 3px;
	outline:none;
}
#menu_top ul li a{
	text-decoration:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#a1a4ad;
	font-size:12px;
	outline:none;
	border:none;
}
#menu_top ul li a:hover{
	text-decoration:underline;
}
#menu_top ul li a.link_sp{
	margin-right:13px;
	display:inline-block;
}
#menu_top ul li a.link_en{
	margin-right:13px;
	display:inline-block;
}
#menu_top ul li a.link_ru{
	display:inline-block;
}
#menu{
	/*width:auto;
	height:32px;
	position:absolute;
	bottom:0px;
	right:0px;
	outline:none;*/
	
	bottom: -1px;
    height: 32px;
    outline: medium none;
    position: absolute;
    right: -31px;
    width: auto;
}
#menu ul{
	height:32px;
	list-style:none;
	margin:0px;
	padding:0px;
	font-weight:bold;
	margin-right:12px;
	outline:none;
}
#menu ul li{
	float:left;
	outline:none;
}
#menu ul li.without_border{
	border:none;
}
#menu ul li a{
	display: block!important;
	text-decoration: none!important;
	outline: none;
	border: none;
	margin-right: 22px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif!important;
	color: #005a8b!important;
	font-size: 14px;
	padding: 0px 0px 21px 0px!important;
	line-height:19px;
}
#menu ul li a span.menu_left{
	/*background:url(../images/frontend/bg_left_menu.png) no-repeat left top transparent;*/
	width:15px;
	height:32px;
	display:block;
	float:left;
}
#menu ul li a span.menu_center{
	/*background:url(../images/frontend/bg_center_menu.png) repeat-x left top transparent;*/
	display:block;
	padding:8px 5px 8px 5px;
	float:left;
}
#menu ul li a span.menu_right{
	/*background:url(../images/frontend/bg_right_menu.png) no-repeat left top transparent;*/
	width:15px;
	height:32px;
	display:block;
	float:left;
}
#menu ul li a:hover span, #menu ul li a.active span{
	color:#FFFFFF;
}
#menu ul li a:hover span{
	color:#006699;
}
#menu ul li a:hover span.menu_left, #menu ul li a.active span.menu_left{
	background:url(../images/frontend/bg_left_menu_hover.png) no-repeat left top transparent;
	width:15px;
	height:32px;
	display:block;
	float:left;
}
#menu ul li a:hover span.menu_center, #menu ul li a.active span.menu_center{
	background:url(../images/frontend/bg_center_menu_hover.png) repeat-x left top transparent;
	display:block;
	padding:8px 5px 9px 5px;
	float:left;
}
#menu ul li a:hover span.menu_right, #menu ul li a.active span.menu_right{
	background:url(../images/frontend/bg_right_menu_hover.png) no-repeat left top transparent;
	width:15px;
	height:32px;
	display:block;
	float:left;
}
#menu ul li a:hover span.menu_left{
	background:url(../images/frontend/bg_left_menu.png) no-repeat left top transparent;
	width:15px;
	height:32px;
	display:block;
	float:left;
}
#menu ul li a:hover span.menu_center{
	background:url(../images/frontend/bg_center_menu.png) repeat-x left top transparent;
	display:block;
	padding:8px 5px 9px 5px;
	float:left;
}
#menu ul li a:hover span.menu_right{
	background:url(../images/frontend/bg_right_menu.png) no-repeat left top transparent;
	width:15px;
	height:32px;
	display:block;
	float:left;
}
/* ===========================  BODY  ===================================== */
.inner_boby{
	clear:both;
	width:100%;
	outline:none;
	position:relative;
	z-index:100;
}
.content_body{
	width:995px;
	margin:0 auto;
	position:relative;
	z-index:0;
	height:1%;
	overflow:hidden;
	padding:0px;
	outline:none;
}
.content_sliders{
	float: left;
	margin:0px;
	margin-bottom: 25px;
	width:100%;
	position:relative;
}
.sliderleft{
	position: absolute;
	top: 0px;
	left: 0px;
	width:28px;
	height:100%;
	z-index: 1000;
	background-image:url('../images/frontend/bg_leftside_slide.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.sliderleft span{
	width:28px;
	height:310px;
	display:block;
	cursor:pointer;
}
.siliderright span{
	width:28px;
	height:310px;
	display:block;
	cursor:pointer;
}
.siliderright{
	position: absolute;
	top: 0px;
	right: 0px;
	width:28px;
	height:100%;
	z-index: 1000;
	background:url('../images/frontend/bg_rightside_slide.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.shadown_slide{
	background:url(../images/frontend/bg_shadown_slider.png) no-repeat center top transparent;
	position:absolute;
	bottom:4px;
	left:0px;
	width:984px;
	height:62px;
}
h1, h2, h3, h4, h5, h6{
	color:#f99f1c;
	font-weight:normal;
}
.widget-sidebar{
	margin-bottom: 20px;
}
.widget-sidebar div.div_header{
	width:100%;
	background: #ebebed;
    border-color: #d7d8dc;
    border-radius: 6px 2px 0 0;
    border-style: solid solid none;
    border-width: 2px 1px 0 2px;
    display: inline-block;
    padding: 4px 16px;
}
.widget-sidebar div.div_header h4{
	color:#006699;
	font-weight:bold;
	font-size:14px;
	margin:0px;
}
.widget-sidebar div.div_body{
	border:1px solid #c2c3c9;
	border-radius: 0 0 5px 5px;
	width: 100%;
	padding: 8px 10px;
	background: #dedee1;
}
.widget-sidebar div.div_body div.div_body_line2{
	border:1px solid #ededf3;
	padding:9px 8px 15px 9px;
	width:180px;
	background-color:#dedee1;
	border-radius: 0 0 5px 5px;
}
.widget-sidebar div.div_body select{
	width:99%;
	border:1px solid #cccccc;
	height:16px;
	line-height:16px;
	font-size:11px;
	color:#006699;
}
.widget-sidebar div.div_maq-item-new{
	width:100%;
	background: #ecedef;
	margin-top:1px;
	color:#474a4c;
	font-weight:bold;
}
.widget-sidebar div.div_maq-item-new span.ru_span{
	line-height:1;
	padding-top:10px;
	display:block;
}
.widget-sidebar div.div_maq-item-usa , .widget-sidebar div.div_maq-item-new:hover{
	background: #d0d1d3;
	color:#005a8c;
}
.content_center{
	float: left;
	width: 100%;
}
.content_center div.div_header{
	width:auto;
	display:inline-block;
	border-left:2px solid #d7d8dc;
	border-top:2px solid #d7d8dc;
	border-right:1px solid #d7d8dc;
	border-bottom:0px;
	border-radius: 6px 2px 0px 0px;
	background: #ebebed;
	padding: 4px 16px;
}
.content_center div.div_header2 h4{
	color:#005a8b;
	text-transform:uppercase;
	line-height:25px;
	margin:0px;
	padding:0px;
}
h1.title_pages{
	color:#005a8b;
	text-transform:uppercase;
	line-height:25px;
	margin:0px;
	padding:0px;
	font-size:12px;
}
h1.title_pages_may{;
	font-size:24px;
}
h2.subtitle_pages{
    color:#005a8b;
    font-size:14px;
    font-weight:700;
    margin:13px 0 8px;
}
.content_center div.div_body{
	float: left;
	width:100%;
	border:1px solid #c2c3c9;
	border-radius: 0 0 4px 4px;
	background: #dedee1;
	padding: 15px;
	margin-bottom: 15px;
}
.content_center div.div_body2{
	width:522px;
	border:1px solid #ededf3;
	background-color:#dedee1;
	padding:15px;
	border-radius: 0 0 4px 4px;
}
.content_center div.div_body2 .color_especial{
	color:#0180bf !important;
}
.widget-sideright{
	margin-bottom: 20px;
}
.widget-sideright div.div_header{
	width:100%;
	padding: 4px 16px;
	background-image: url(../images/frontend/bg_header_right.png);
	background-size: 100% 100%;
}
.widget-sideright div.div_header h4{
	color:#FFFFFF;
	font-size:14px;
	line-height:35px;
	margin:0px;
	padding:0px;
}
.widget-sideright ul.item_intro{
	margin:0px;
	padding:0px;
	list-style:none;
}
.widget-sideright ul.item_intro li{
	background-image:url(../images/frontend/bg_item_intro.jpg);
	background-size: 100% 100%;
	width:100%;
	margin-top:1px;
}
.widget-sideright ul.item_intro li a{
	width:100%;
	display:block;
	padding-left:66px;
	color:#474a4c;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	padding-top: 12px;
	padding-bottom: 12px;
}
.widget-sideright ul.item_intro li a:hover{
	color:#006699;
}
.widget-sideright ul.item_intro li a.video{
	background:url(../images/frontend/video_image.png) no-repeat 12px center;
}
.widget-sideright ul.item_intro li a.downloadd{
	background:url(../images/frontend/download_image.png) no-repeat 12px center;
}
.widget-sideright ul.item_intro li a.images{
	background:url(../images/frontend/camara_image.png) no-repeat 12px center;
}
.widget-sideright ul.item_intro li a.video:hover{
	background:url(../images/frontend/video_image_hover.png) no-repeat 12px center;
}
.widget-sideright ul.item_intro li a.downloadd:hover{
	background:url(../images/frontend/download_image_hover.png) no-repeat 12px center;
}
.widget-sideright ul.item_intro li a.images:hover{
	background:url(../images/frontend/camara_image_hover.png) no-repeat 12px center;
}
.widget-sideright div.content_item_event{
	float:left;
	width: 100%;
	background: #dedee1;
    border: 1px solid #c2c3c9;
    border-radius: 0 0 5px 5px;
    padding: 8px 10px;
}
.widget-sideright div.content_item_event p{
	margin:5px 0px;
}
.widget-sideright span.title_event_item{
	color:#006699;
	line-height:18px;
}
.widget-sideright a.buttom_event{
	background:url(../images/frontend/bg_button.png) no-repeat left top;
	width:104px;
	height:29px;
	line-height:29px;
	margin:0 auto;
	color:#41403c;
	text-decoration:none;
	display:block;
}
.widget-sideright div.participamos{
	color:#474a4c;
	font-size:10px;
	font-weight:bold;
	width:75px;
	float:left;
	margin-top: 7px;
}
.widget-sideright div.participamos em{
	float:left;
	width:100%;
}
.widget-sideright div.participamos div.part-wire{
	float:left;
	width:35px;
	height:63px;
	background:url(../images/frontend/img_wire.png) no-repeat -10px top transparent;
	margin-top:4px;
}
.widget-sideright div.participamos div.part-tube{
	float:left;
	width:35px;
	height:63px;
	background:url(../images/frontend/img_tube.png) no-repeat -5px top transparent;
	margin-top:4px;
}
.widget-sideright div.participamos_inter{
	color:#474a4c;
	font-size:10px;
	font-weight:bold;
	width:95px;
	padding-right:1px;
	float:left;
	margin-top: 7px;
}
.widget-sideright div.participamos_inter div.part-wire{
	float:left;
	width:40px;
	height:63px;
	background:url(../images/frontend/img_wire.png) no-repeat -10px top transparent;
	margin-top:8px;
}
.widget-sideright div.participamos_inter div.part-tube{
	float:left;
	width:40px;
	height:63px;
	background:url(../images/frontend/img_tube.png) no-repeat -5px top transparent;
	margin-top:8px;
}

.widget-sideright div.siguenos{
	color:#474a4c;
	font-size:10px;
	font-weight:bold;
	width:115px;
	float:right;
	margin-top: 7px;
}
.widget-sideright div.siguenos em{
	float:left;
	width:100%;
}
.widget-sideright div.siguenos div.part-face{
	float:left;
	width:38px;
	height:53px;
	background:url(../images/frontend/image_face.png) no-repeat -3px top transparent;
	margin-top:15px;
}
.widget-sideright div.siguenos div.part-youtube{
	float:left;
	width:38px;
	height:53px;
	background:url(../images/frontend/img_youtube.png) no-repeat -3px top transparent;
	margin-top:15px;
}
.widget-sideright div.siguenos div.part-linkedin{
	float:left;
	width:38px;
	height:53px;
	background:url(../images/frontend/img_linkedin.png) no-repeat -3px top transparent;
	margin-top:15px;
}
a.learmore{
	color:#db9609 !important;
}
.clear{
	clear:both;
}

/**********************   NEMU FOOTER   **********************/
.inner_footer{
	clear:both;
	width:100%;
	height:60px;
	margin-top:18px;
	outline:none;
}
.content_footer{
	width:960px;
	min-height:57px;
	padding-top:3px;
	margin:0 auto;
	background:url(../images/frontend/line_footer_top.png) repeat-x left top;
	line-height:24px;
	position:relative;
	overflow:auto;
	padding:0px;
	outline:none;
}
.content_footer p a{
	color:#000000;
	text-decoration:none;
}
.content_footer p a:hover{
	text-decoration:underline;
}
a.link_mailto{
	color:#025681 !important;
	text-decoration:none;
}
.content_footer p a.link_mailto:hover{
	text-decoration:underline;
}
.content_footer p span.text_azul{
	color:#019cec;
}


/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { 
	float: left;
	width: 100%; 
	padding: 0; 
	position: relative;
 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager { 
	z-index: 500; 
	position: absolute; 
	bottom:10px; 
	right:50px;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 19px; height: 19px; 
    display: inline-block; color: #ddd; cursor: pointer; padding:0px 2px;
	background:url(../images/frontend/page_img.png) no-repeat center top transparent;
}
.cycle-pager span.cycle-pager-active { color: #D69746;
	background:url(../images/frontend/page_active.png) no-repeat center top transparent;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; 
    bottom: 0; 
    width: 100%; 
    z-index: 600; 
    color: white; 
    padding: 18px 45px;
    padding-bottom: 35px;
    background:url(../images/frontend/bg_text_slider.png) repeat left top transparent;
}
.cycle-overlay h3{
	color:#FFFFFF;
	font-size:24px;
}

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

.menu-left
{
	width:100%;
	float: left;
	background: url(../images/frontend/list-producto_accordion.png) no-repeat top center #006699;
	padding-top: 16px;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-left-radius: 9px;
	margin-bottom: 20px;
}
.banner
{
	width:100%;
}
.menu-left_accordion
{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}
.list-accordion
{
	float:left;
	margin:0px;
	padding:0px;
}
.list-accordion li
{
	float: left;
	list-style: none;
	width: 100%;
}
.list-accordion li a
{
	color:#fafafa;
	font-size:13px;
	text-decoration:none;
	float:left;
	/*border-bottom:2px solid #FFF;*/
	padding:10px 0px;
	display:block;
	width:100%;
}
/**************************************************************************************************************************************************/

.cont_center
{
	width:100%;
	float:left;
}
.container-dbox
{
	float: left;
    padding: 0 22px 11px;
    width: 67%;
	margin-top: 15px;
}
#proyects
{
	width:100%;
	float:left;
}
.proyect
{
	width:50%;
	float:left;
	position:relative;
}
.bg-proyect
{
	background:#e2e3e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px 10px 30px 10px;
}
.padd-project
{
	padding:8px;
}
.border-img
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e0e0e4;
	width: 100%;
	background: #e0e0e4;
}
.container h3
{
	color:#005a8b;
	font-size:24px;
	font-weight:normal;
	margin: 15px 0px;
	line-height:normal;
}
.container form h3
{
	margin: 0px 0px 15px 0px;
}
a.buttom_view {
	background: url(../images/frontend/view-detail.png) no-repeat left top;
width: 60px;
height: 25px;
line-height: 25px;
margin: 0 auto;
color: #fff;
text-decoration: none;
display: block;
font-size: 9px;
font-weight: bold;
text-align: center;
}
.txt-center
{
	margin: 0px;
position: absolute;
bottom: 8px;
right: 65px;
}
.container h4
{
	color:#005a8b;
	font-size:14px;
	font-weight:700;
	margin: 13px 0px 8px 0px;
}
.container p
{
	margin: 5px 0px;
}
.content_item_contact
{
	background:url(../images/frontend/bg-product.png) no-repeat top center;
	float:left;
	padding:10px;
}
.content_item_contact h4
{
	color:#019cec;
	font-size:14px;
	font-weight:bold;
	margin:0px;
}
.content_item_contact p
{
	color:#474a4c;
	margin:0px;
	line-height:14px;
}
.txt-p_contact
{
	text-transform:uppercase;
}
.mail-size
{
	font-size:10px;
}
.div_header-contact
{
	background:url(../images/frontend/bg_header_contact.png) no-repeat top left;
	width:211px;
	height:39px;
	padding-left:25px;
}
.div_header-contact h4
{
	color: #dee0e1;
	font-size: 14px;
	line-height: 41px;
	margin: 0px;
	padding: 0px;
	font-weight:700;
}
.social-cont
{
	width:100%;
	float:left;
	margin-top:15px;
}
.padd-contact
{
	padding-top:15px;
}
.txt-blue
{
	color:#2da9ea;
}
.content-left
{
	float:left;
	width:100%;
}
.p-margin
{
	margin-bottom:20px!important;
}
.menu-service
{
	width: 100%;
	float: left;
	background: #006699;
	/* padding: 16px 13px 13px 21px; */
	min-height: 180px;
	margin-bottom: 15px;
	padding-top:14px;
	border-top-left-radius: 10px;
}
.list-service
{
	float:left;
	width: 100%;
	margin:0px;
	padding:0px;
}
.list-service li
{
	float: left;
	list-style: none;
	width: 100%;
}
.list-service li a
{
	color: #fafafa;
	font-size: 13px;
	text-decoration: none;
	float: left;
	border-bottom: 2px solid #FFF;
	padding: 14px 11px 14px 25px;
	display: block;
	width: 100%;
	font-weight: bold;
	background: #019cec;
}
.list-service li a:hover
{
	background:#9fa2ab;
	padding: 14px 11px 14px 25px;
}
.txt-link_color
{
	color:#005a8b;
}
.link-color
{
	color:#65686a;
}
.txt-decoration
{
	text-decoration:underline;
}
.content-banner
{
	width:100%;
	float:left;
}
.contact_locations
{
	width: 100%;
	float: left;
	background:#006699;
	margin-bottom: 15px;
	padding-top:14px;
	min-height: 590px;
	border-top-left-radius:10px;
}
.direccion
{
	width: 100%;
	float: left;
	padding: 9px;
}
.contact_locations h3
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
.transp-cont:hover , .transp-cont.active
{
	background: #005b88;
}
.transp-cont
{
	padding: 1px 12px 10px 12px;
	width: 100%;
}
a{text-decoration:none;color:#ffffff;}
a:link{text-decoration:none;color:#ffffff;}
a:visited {text-decoration:none;color:#ffffff;}
a:active {text-decoration:none;color:#ffffff;}
/*
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
*/
.transp-cont p
{
	line-height:14px;
	margin:0px;
	color: #ffffff;
}
.contacts
{
	width:775px;
	margin-left:1px;
	border:1px solid #c2c3c9;
	border-radius: 0 0 4px 4px;
	float: left;
}
.contact-dates
{
	width:743px;
	border:1px solid #ededf3;
	background-color:#dedee1;
	padding:15px;
	border-radius: 0 0 4px 4px;
	float:left;
}
.margin-header
{
	margin: 15px 0px 0px 15px;
}
.space
{
	margin-top:12px!important;
}
hr
{
	border-bottom: 1px solid #015a87;
	border-top: 1px solid #006da3;
	border-right: none;
	border-left: none;
	width: 85%;
	text-align: center;
}
input.name-form
{
width: 178px;
height: 18px;
border: 1px solid #ceced0;
background: #e8e5e7;
margin-bottom: 5px;
margin-right: 10px;
padding-left:10px;
padding-right:8px;
}
select.contry
{
	width:200px;
	height:22px;
	border:1px solid #ceced0;
	background:#e8e5e7;
	color:#7d7d7d;
	padding-left:10px;
}
textarea.comennt
{
	border: 1px solid #ceced0;
	width: 386px;
	padding:8px;
	height: 153px;
	background:#e8e5e7;
}
.cont-form
{
	width:422px;
}
.cont-options
{
	width:317px;
}
.cont-options h3
{
	color:#006699;
	font-size:12px;
}
.txt-color
{
	color: #7d7d7d;
	font-size: 11px;
/*	margin-right: 26px;
*/}
.txt-color1
{
	color: #7d7d7d;
	font-size: 11px;
	margin-right: 15px;
}
input.option-material
{
	margin-bottom:15px;
}
input.buttom_limpiar{
	background:url(../images/frontend/limpiar.png) no-repeat left top;
	width:104px;
	height:29px;
	line-height:29px;
	color:#ffffff;
	text-align:center;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
}
.cont-options p
{
	margin:0px;
	color:#006699;
	font-size:11px;
}
.contact-dates form
{
	margin:0px;
}
.separator
{
	background: url("../images/frontend/separator.png") no-repeat scroll 22px top rgba(0, 0, 0, 0) !important;
    float: left !important;
    height: 1px !important;
    width: 299px !important;
}
#gmap_canvas{
	width:100%;
	height:192px;
	background:#e5e3df;
	margin-bottom: 15px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #956f6f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:  #956f6f;
    opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:  #956f6f;
    opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  #956f6f;
}
.uppercase{
	text-transform:uppercase;
}
.download-list{
	 list-style: none;
	 padding:0px;
	 margin-left:10px;
}
.download-list li{
	border-left: 5px solid #61A8DC;
	padding:3px 8px;
	margin:13px auto;
}
.download-list li a{
	color:#06C;
	font-size:15px;
	line-height:18px;
}
.download-list li a span{
	color:#444444;
}
.blue{
	color:#006699;
}
.orange{
	color:#DB9609 !important;
}
#pagination{
	padding: 15px 0px;
}
#pagination strong{
	padding:5px;
	border:1px solid;
	display: inline-block;
    margin: 5px auto;
}
#pagination a{
	padding:5px;
	border:1px solid;
	color:#006699;
	display: inline-block;
    margin: 5px auto;
}
.sitemap , .sitemap ul{
	list-style:none;
	margin-left:5px;
	padding-left:15px;
	list-style:disc;
}
.sitemap li a{
	color:#006699;
}
.sitemap li ul li a{
	color:#000;
}
.ul-footer{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
.ul-footer li{
	float:left;
	padding:0px 8px;
	background:url(../images/frontend/separator.jpg) center right no-repeat;
}
.ul-footer li:last-child{
	background:none;
}
.ul-footer li a{
	color:#000;
}
#at4-recommended-outer-container{
	display:none !important;
}
.img-material{
	width:30px;
	height:20px;
	border:1px solid #999;
	margin-left:5px;
	position:relative;
	top:-2px;
}

/********************** Bootstrap Menu Multilevel ***********************/
/********************** Bootstrap Menu Multilevel ***********************/
/********************** Bootstrap Menu Multilevel ***********************/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/********************** Bootstrap Menu Multilevel ***********************/
/********************** Bootstrap Menu Multilevel ***********************/
/********************** Bootstrap Menu Multilevel ***********************/
.navbar.main-nav-menu{
    min-height: auto;
    background: none;
    border:0px;
    margin: 0px;
    margin-top: 30px;
}
ul#main-menu-site li a{
	color: #005a8b;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px 5px 15px;
    border: 1px solid #dedfe4;
    border-bottom: 0px;
    margin: 30px 15px 0px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
ul#main-menu-site li a.active{
	color: #ffffff;
	background: #006699;
	border: 1px solid #006699;
}
ul#main-menu-site li ul{
	background: url("../images/frontend/bgsubmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
ul#main-menu-site li ul li a{
	padding: 5px 20px;
	margin: 0px;
	border: 0px;
	border-radius: 0px;
}
.wrapper-slider{
	float: left;
	width: 100%;
}
.slider-container{
	position:relative;
	float:left;
	width:100%;
}
.slide-item{
	width: 100%;
	display: none;/* do not display till load finished */
}
.wrapper-content{
	float: left;
	width: 100%;
}
.content_center img{
	max-width: 100%;
	height: auto;
}
.wrapper-footer{
	float: left;
	width: 100%;
	padding: 15px 0px 30px 0px;
}
.row-footer-border{
	border-top: 2px solid #c5c5d5;
	padding-top: 10px;
}
.left-footer-content{
	float: left;
}
.right-footer-content{
	float: right;
}
.addthis_button_compact span{
	display: block;
	width: 100%;
	height: 10px;
}
.underline-none{
	text-decoration: none !important;
}
.banner-page{
	width: 100%;
	height: auto;
}
.row-content-box{
	margin-top: 25px;
}
.div_body img{
	max-width: 100%;
	height: auto;
}
.div_body table{
	max-width: 100%;
}
.row-project{
	float: left;
	width: 100%;
	margin: 10px 0px;
}
h3.form-subtitle{
	font-size: 12px;
	font-family: arial;
	text-transform: uppercase;
}
.form-area-contact{
	min-height: 150px;
}
#contact-form input[type="text"], #contact-form textarea{
	background: #e8e5e7;
}
.dropdown-menu{
	z-index: 10000;
}
.footer-img-banner{
	margin: 20px auto 25px auto;
}
.content-feder-icons{
	text-align: right;
}
.top-feder-icons{
	display: inline-block;
	margin: 15px 0px 5px 0px;
	height: 45px;
}
p.warning{
	color: red;
}
a.location-button{
	outline: none;
}
.cycle-overlay h2{
	color: #006699;
}	