/*color background 07334d*/
body {
	background: #fff url(../images/bg.jpg) repeat-y center;
	padding:0;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	margin:0px auto auto auto;
	color:#333;
}

.clear {
	clear:both;
}

ul
{
	list-style: none;
	padding-left: 10px;
}

ul li
{
	background: url(../images/bullet.png) no-repeat;
	padding: 1px 20px;
	margin: 10px 0;
}

img {
	border:0;
}

a{
	text-decoration:none;
	color:#FF8500;
}

span.orange{
	color:#FF8500;
}

p {
	text-align:justify;
	margin:18px 0;
/*	padding:0px;
	margin:0px;*/
}

p.middle_text {
	line-height:13px;
}

h1
{
	text-shadow:1px 1px 0 #C9C9C9;
}

h1 {
	font-size:16px;
	font-weight:bold;
	padding:10px 0 10px 0;
	margin:0px;
	color:#25aae1;
}

h2 {
	font-size:14px;
	font-weight:bold;
	padding:10px 0 10px 0;
	margin:0px;
	color:#25aae1;
}

h2 a {
	font-size:14px;
	font-weight:bold;
	padding:10px 0 10px 0;
	margin:0px;
	color:#25aae1;
	text-decoration:none;
}

h3 {
	font-size:15px;
	font-weight:bold;
	padding:10px 0 10px 0;
	margin:0px;
	color:#25aae1;
}

#main_container {
	margin:0 auto;
	padding:0px;
}

#header_container {
	background:url(../images/header_bg.jpg) repeat-x;
}

#header{
	width:960px;
	height:138px;
	margin:0 auto;
}

#logo{
	padding:0;
/*	padding:5px 0 0 20px;*/	
	float:left;
}

.social-media {
	width:180px;
	height:40px;
	float:right;
	color:#FFFFFF;
	padding:10px 0 0 0;
}
/*
.phone_text{
font-size:13px;
font-weight:bold;
float:left;
padding:8px 0 0 10px;
}*/
img.left{
	float:left;
}
span.black{
	color:#000000;
	font-size:14px;
}
#center_big_box{
	width:900px;
	height:211px;
	clear:both;
	margin:10px auto;
	background-color:#f1f1f1;
	/*background-color:82CACA#3a3535;*/
}

#center_big_box.home
{
	/*background:url(../images/home_arrow.gif) no-repeat bottom left #f1f1f1;*/
	background:#f1f1f1;
}

#center_big_box.services
{
	background:url(../images/services.gif) no-repeat bottom left #f1f1f1;
}

#center_big_box.clients
{
	background:url(../images/clients_icon.gif) no-repeat bottom left #f1f1f1;
}

/*---------------- menu tab----------------------*/
#menu_tab {
	margin: 0;
	padding: 5px 0;
	height: 35px;
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
}

ul#topnav {
	clear: both;
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	font-weight:bold;
}

ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative;
	width:120px;
}

ul#topnav li a {
/*	color:			#13a;*/
	color: #555;
	float: left;
	height: 35px;
	line-height: 35px;
	width:120px;
	text-align:center;
	text-decoration: none;
}

ul#topnav li:hover a, ul#topnav li a:hover { 
/*background-position: left bottom;*/ 
}

ul#topnav a.nav, a.nav_selected {
	background: url('../images/bt_bg.gif') repeat-x;
	background-position: 0 0;
	width: 120px;
}
/*
ul#topnav a.nav, a.nav_selected {
	background: url('../images/bt_bg.gif') repeat-x;
}*/

ul#topnav a.nav_selected {
	color: #d34124;
	background-position: 0 -35px;
}

ul#topnav li .subnav {
	text-align: left;
	position: absolute;
	top: 35px; left: 0;
	background: #162635 /*url('../images/sub_bg.png') repeat-x*/;
	border-bottom: 2px solid;
	border-color: #000;
	width: 100%; /* stupid IE */	
	padding: 0px 10px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	z-index: 99999;
	display: none;
}

ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .subnav ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .subnav ul li {
	line-height:0;
	float:			left;
	text-align: left;
	padding: 2px 0 2px 0;
/*	height:20px;*/
	width: 100%;
	color: #fff;
	background:#162635;
	border-bottom:1px solid #50606f;
}/*
ul#topnav .subnav ul li h2 {
	color: #fff;
	line-height:0;
	height: 0;
	padding: 10px 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}*/
ul#topnav .subnav ul li h2 a.header{
	color: #fff;
	line-height:0;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}
ul#topnav .subnav ul li h2 a {	
	padding: 10px 5px 10px 15px;
	background-image: none;
	color: #f1f2ef;
	text-align: left;
}
ul#topnav .subnav ul li a {
	font-weight:normal;
/*	height:15px;*/
	line-height:0;
	height: 0;
	float: none;
	text-indent: 0; /*--Reset text indent--*/
/*	height: 20px;*/
/*	background: url(../navlist_arrow.png) no-repeat 5px 12px;*/
/*	padding: 0px 5px 2px 15px;*/
	padding: 10px 5px 10px 15px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #fff;
	width:175px;
}
/*
ul#topnav .subnav ul li a:hover {color: #ddd; background-position: 5px 12px ;}
.subnav ul li a:hover {color: #ddd; background-position: 5px 12px ;}*/



/* CSS DEL MENU 
#menu_tab{
margin: auto 0;
width:960px;
float:left; esto va comentado
font-family:Arial, Helvetica, sans-serif;
}

ul#menu{
	margin: 0 0 20px;
	padding: 0; 
	list-style: none;
	font-size: 1.1em;
	clear: both;
}

ul#menu li {
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:38px;
	width:120px;
}

ul#menu a, ul#menu span {
	padding: 0px 20px; 
	float: left; 
	text-decoration: none; 
	color: #d34124;
	clear: both;
	height: 38px;
	line-height: 38px;
	background: #1d1d1d;
	width: 85px;
}
ul#menu a {	color: #7bc441; }
ul#menu span {
	display: none;
}
 
ul#menu span{
	background: url(../images/bt_bg.gif) repeat-x left top;
}
ul#menu a{
	color: #555;
	background: url(../images/bt_bg.gif) repeat-x left bottom;
}

FIN DEL CSS ORIGINAL DEL MENU
*/





/*
a.nav:link, a.nav:visited {
display:block; float:left; padding:0px; margin:0;width:71px; height:37px; margin:0px 4px 0px 4px; text-align:center; color:#FFFFFF;
text-decoration:none;}

a.nav_selected:link, a.nav_selected:visited {
display:block; float:left; padding:0px; margin:0;width: 71px;margin:0px 4px 0px 4px;text-align:center; height:37px;
text-decoration:none; color: #d34124; background:url(../images/bt_bg.gif) no-repeat center;}

a.nav:hover {
color: #d34124; text-decoration:none;background:url(../images/bt_bg.gif) no-repeat center;}
*/

/*------------------main_content-------------------*/
#main_content {
	width:960px;
	height:auto;
	margin: 0 auto;
	padding:0 0 0 0;
	background-color:#FFF;
	/*background:url(../images/center_bg.gif) repeat-x top #FFFFFF;*/
/*	border-style: none solid none solid;
	border-color: #333;
	border-width:1px;*/
}

#boxes_tab {
	padding: 30px 0 0 30px;
}

.box {
	width:290px;
	height:200px;
	float:left;
	margin:0 0 20px 15px;
	background:url(../images/box_bg.gif) no-repeat center;
}

#boxes_tab .first{
	margin:0;
}

.box_text{
	width:180px;
	float:left;
	padding: 5px 0 0 5px;
}

img.left_img{
float:left;
padding:10px 0 0 10px;
width:72px;
height:72px;
}
.box_subtitle{
padding:10px 10px 10px 15px;
float:left;
}
.middle_box_text{
float:left;
width:250px;
color:#FFFFFF;
padding:0 0 0 20px;
}
.middle_box_content{
clear:both;
padding:10px 0 0 240px;
}
.middle_box_content_contact{
clear:both;
padding:0 0 0 20px;
}
a.read_more{
display:block;
width:127px;
height:26px;
float:right;
margin:5px 0 0 0;
text-align:center;
text-decoration:none;
color:#FFFFFF;
line-height:26px;
background:url(../images/read_more_bg.gif) no-repeat center;
}
.bottom_content{
}
.left_box{
float:left;
padding:0 0 0 30px;
}
.left_img_box{
clear:both;
float:left;
padding:0 15px 20px 0;
}
.left_text_content{
width:330px;
float:left;
}
.left_text_content_services{
width:220px;
float:left;
}
.partners_box{
background-color:#e7e6e1;
margin:2px 0 0 0;
}
img.partners_image{
padding:2px 0 2px 20px;
}
/*--------list---------*/
ul.list{
padding:0px;
margin:0px;
list-style:none;
}
ul.list li{
padding:8px 0 8px 0;
margin:0px;
list-style:none;
}
ul.list li a{
background:url(../images/list_arrow.gif) no-repeat left;
text-decoration:none;
color:#fff;
padding:0 0 0 25px;
}
/*---------------register_form------------------*/
.contact_form{
width:355px;
float:left;
padding:0px 0 0 5px;
}
.form_row{
width:335px;
clear:both;
padding:10px 0 10px 0;
_padding:5px 0 5px 0;
color:#a53d17;
}
label.contact{
width:75px;
float:left;
font-size:12px;
text-align:right;
padding:4px 5px 0 0;
color:#fff;
}
input.contact_input{
width:253px;
height:18px;
background-color:#857c7c;
color:#FFFFFF;
border:1px #857c7c solid;
float:left;
}
textarea.contact_textarea{
width:253px;
height:50px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background-color:#857c7c;
border:1px #857c7c solid;
float:left;
}
.contact_info{
width:380px;
float:left;
padding:0 0 0 20px;
color:#FFFFFF;
}
p.adress{
float:left;
padding:10px 0 0 15px;
line-height:13px;
}
/*---------------footer----------------*/
#footer{
	
margin: 0 auto;
width:960px;
height:70px;
color:#FF8500;
/*font-weight:bold;*/
background: url(../images/footer_bg.jpg) repeat-x;
/*background-color:#e7e6e1;2F6DB3*/
}
img.left_img_footer{
float:left;
margin: 20px 10px;
}
.left_footer{
float:left;
width:400px;
padding:20px 0 0 10px;
}
.right_footer{
float:right;
padding:20px 10px 0 0;
}
.right_footer a{
padding:0 0 0 7px;
text-decoration:none;
/*color:#50a6c7;*/
color:#FFF;
}
.right_footer a:hover{
text-decoration:underline;
}


.logos-carousel {
  clear:both;
/*  margin:0 auto;*/
/*  margin: 30px;*/
	margin: 20px 30px 30px 30px;
  height: 120px;
  overflow: hidden;
	background: #F0F7F9;
}

.logos-carousel .wrapper {
  width: 880px; /* .logos-carousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 120px;
/*  margin: 0 40px; feb-17 */
 /* margin: 0;*/
	margin: 0 0 0 20px;	
  position: absolute;
}
.logo {
	position: relative;
	width: 175px;
	height: 100px;
	float: left;
}
.logo img {
	background: #fff;
	border: solid 1px #ccc;
/*	padding: 4px;*/
/*	padding: 0px;*/	
}
.logo span {
	width: 164px;
	height: 100px;
	display: block;
	position: absolute;
/*	top: -3px;
	left: -2px;*/
	background: url(../images/cut-corner.png) no-repeat;
}
.logo a {
	text-decoration: none;
}

.logos-carousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:10px 0px 10px 0px;/*amntes 0*/
  padding:0;
 position: absolute;
 /* top: 0;*/
}

.logos-carousel ul li {
 /* display:block;*/
 	background:none;
  float:left;
  padding: 0 5px;
  height: 120px;
  width: 164px;
}

.logos-carousel ul li img {
    -webkit-transition: border-color 400ms;
}
.logos-carousel ul:hover li img {
  border-color: #000;
}
.logos-carousel ul:hover li:hover img {
  border-color: #333;
}
.logos-carousel ul li a img {
  display:block;
}
.logos-carousel .arrow {
  display: block;
  height: 120px;
  width: 18px;
  background: url(../images/arrows.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
/*  top: 37px;*/
  cursor: pointer;
  outline: 0;
}
.logos-carousel .forward {
  background-position: -18px 0;
  /*right: 0;*/
   margin: 0 882px;
}
.logos-carousel .back {
  background-position: 0 0;
/*  left: 0;*/
  margin: 0;
	/*
	margin: -60px 10px;*/
}
.logos-carousel .forward:hover {
  background-position: -18px -120px;
}
.logos-carousel .back:hover {
  background-position: 0 -120px;
}

/*
 * Pagination
*/

#pagination {
	background-color:#fff;
	color:#48b9ef;
	padding:10px 0 10px 0;
	font-size: 13px;
	text-align:center;
}

#pagination a {
	color:#48b9ef;
	padding:2px 5px;
	margin:0 2px;
	text-decoration:none;
	border:2px solid #f0f0f0;
}

#pagination a:hover, div.pagination a:active {
	border:2px solid #FF8500;
	color:#FF8500;
}

#pagination span.current {
	padding:2px 5px;
	border:2px solid #ff5a00;
	color:#fff;
	font-weight:bold;
	background-color:#FF8500;
}

.button-webcall{
	width:150px;
	height:28px;
	line-height:28px;
	border:none;
	color:#FFF;
	font-weight:bold;
	background:url(../images/button_webcall.png) no-repeat 0 0;
	cursor:pointer;
	text-align:center;
}
.button-skype{
	width:150px;
	height:28px;
	line-height:28px;
	border:none;
	color:#FFF;
	font-weight:bold;
	background:url(../images/button_skype.png) no-repeat 0 0;
	cursor:pointer;
	text-align:center;
}
s
h2.index{margin: 30px;}

p.images {
	text-align:center;
}

iframe
{
	width:700px;
}

#header-content-sec
{
	width:200px;
	float: right;
}

#search-box {
	float:right;
	color:#FFFFFF;
	padding:10px 0 0 0;
}

#search-box form{
	background:none;
	padding-top:10px;
}

#search-box input{
	width:150px;
}
#search-box .button{
	background: url(../images/search.png) no-repeat;
	border:none;
	width:32px;
	height:32px;
}


#container-carousel{
	height:214px;
}
