* {padding:0;margin:0;outline:0;}
html, body {
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	color:#555;
}
body {
	background-color:#ccc;
	background-image:url("../imgs/bgbody.png");
}
img {border:0;}

a, a:link, a:visited {color:#20ACE2;text-decoration:none;}
a:active, a:hover {color:#20ACE2;text-decoration:underline;}


#over_boxinfo{
	font-size:12px;
  	position:fixed;
	z-index:1501;
	background-color:#f3f3f3;
	padding:20px;
	overflow:hidden;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

a#over_boxinfo_close,
a#over_boxinfo_close:visited,
a#over_boxinfo_close:link {
	background-image: url(../imgs/icon_close.png);
	background-repeat:no-repeat;
	display:block;
	float:right;
	text-indent:-9999px;
	width:20px;
	height:20px;
}

a#over_boxinfo_close:hover,
a#over_boxinfo_close:active {
	background-position:0px -20px;
}
#over_boxinfobg {
	cursor:pointer;
  	position:fixed;
	z-index:1500;
	top:0; 
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.general_msg {
	font-size:12px;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-150px;
	width:600px;
	height:300px;
}
.general_msg p {font-size:12px; margin-bottom:10px;text-align:justify;}
.over_scrolls {
	height:260px;
	overflow:auto;
	margin:15px 0px 0px 0px;
	padding-right:20px;
}
.over_scrolls p {line-height:18px;font-size:12px;}
.over_hidden {display:none;}

#headertop {
	line-height:35px;
}
.topshare {
	font-size:12px;
	float:right;
	text-align:right;
}
.topshare a,.topshare a:link,.topshare a:visited {color:#666;text-decoration:none;}
.topshare a:hover,.topshare a:active {color:#666;text-decoration:underline;}


#container {
	border-top:9px solid #f9f9f9;
	background-color:#fff;
	background-image:url("../imgs/bgheader.jpg");
	background-repeat:no-repeat;
	background-position:100% 0%;
	box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
}
.widebody {
	margin:0px auto;
	width:980px;
}
.header {
	padding:30px 40px;
	clear:both;
}
#headers {
	clear:both;
	overflow:hidden;
	height:150px;
	background-repeat:no-repeat;
}
.head_servicios {background-image:url("../imgs/headers/servicios.jpg");}
.head_empresa {background-image:url("../imgs/headers/empresa.jpg");}
.head_trabajos {background-image:url("../imgs/headers/trabajos.jpg");}
.head_contacto {background-image:url("../imgs/headers/contacto.jpg");}

.logo {
	float:left;
}
.boxcontact {
	float:right;
	text-transform:uppercase;
	color:#999;
	font-size:14px;
}
.boxcontact span {
	padding-left:10px;
	color:#000;
	font-weight:bold;
	font-size:25px;
}
.address {
	padding-top:5px;
	font-weight:600;
	text-align:right;
	text-transform:none;
	color:#000;
	font-size:11px;
}
.menu {
	overflow:hidden;
	clear:both;
	padding-left:15px;
	padding-top:30px;
	padding-bottom:10px;
}
.menu ul {
	list-style:none;
}
.menu ul li {
	float:left;
} 
.menu ul li a,.menu ul li a:link,.menu ul li a:visited {
	font-size:14px;
	display:block;
	padding:10px 25px;
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
}
.menu ul li a:active,.menu ul li a:hover,.menu ul li.current a {
	color:#20ACE2;
}
.main {
	padding:30px 40px;
}

.main p {
	line-height:20px;
	text-align:justify;
	padding-bottom:20px;
}

h1 {
	font-style:italic;
	font-weight:bold;
	font-size:22px;
	color:#000;
	margin-bottom:10px;
}
h2 {
	font-style:italic;
	font-weight:bold;
	font-size:17px;
	color:#000;
	margin-bottom:5px;
}

.hr {height:1px;border-top:1px solid #E5E5E5;}
.cleared{clear:both;}
.cleared5{clear:both;padding-top:5px;}
.cleared10{clear:both;padding-top:10px;}
.cleared15{clear:both;padding-top:15px;}
.cleared20{clear:both;padding-top:20px;}
.cleared25{clear:both;padding-top:25px;}
.cleared30{clear:both;padding-top:30px;}
.cleared35{clear:both;padding-top:35px;}
.cleared45{clear:both;padding-top:45px;}
.right {float:right;}
.left {float:left;}

.boxlist {
	overflow:hidden;
}
.boxcontainer {
	width:1000px;
	padding:3px;
}

.box {
	font-size:12px;
	margin-right:32px;
	margin-bottom:30px;
	padding:20px;
	float:left;
	width:235px;
	min-height:350px;
	background-color:#f9f9f9;
	background-image:url("../imgs/bgbox.png");
	background-repeat:repeat-x;
	border:1px solid #fff;
	box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
}
.button a,.button a:link,.button a:visited {
	display:block;
	padding:4px 20px;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	color:#fff;
	background-color:#20ACE2;
	border:1px solid #fff;
	text-decoration:none;
	box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
}
.button a:hover {
	background-color:#0097D1;
	text-decoration:none;
	box-shadow: 0px 0px 13px #999;
	-moz-box-shadow: 0px 0px 13px #999;
	-webkit-box-shadow: 0px 0px 13px #999;
}
.button a:active {
	background-color:#aaa;
	text-decoration:none;
}

.form {
	float:left;
	width:550px;
}
.submit {
	display:block;
	padding:4px 20px;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	color:#fff;
	background-color:#20ACE2;
	border:1px solid #fff;
	text-decoration:none;
	box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
}
.submit:hover {
	background-color:#0097D1;
	text-decoration:none;
	box-shadow: 0px 0px 13px #999;
	-moz-box-shadow: 0px 0px 13px #999;
	-webkit-box-shadow: 0px 0px 13px #999;
}
.submit:active {
	background-color:#aaa;
	text-decoration:none;
}
.input_text {
	font-style:italic;
	font-weight:bold;
	background-color:#f9f9f9;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	color:#666;
	padding:5px;
	width:300px;
	line-height:18px;
	border:1px solid #ddd;
}
.captcha {
	vertical-align:top;
	margin-right:10px;
}
.captcha_area {

}
.input_text_mini {
	font-weight:bold;
	background-color:#f9f9f9;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	color:#666;
	padding:5px;
	width:70px;
	line-height:18px;
	border:1px solid #ddd;
	text-transform:uppercase;
	text-align:center;
}
.textarea {
	font-style:italic;
	font-weight:bold;
	background-color:#f9f9f9;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	color:#666;
	padding:5px;
	width:540px;
	height:200px;
	border:1px solid #ddd;
}
.input_text:focus,.input_text_mini:focus,.textarea:focus,.input_text:hover,.input_text_mini:hover,.textarea:hover {outline:0;background-color:#fff;color:#000;}
.stickercontact {
	background-image:url("../imgs/bgcontact.jpg");
	background-repeat:no-repeat;
	margin-left:30px;
	float:right;
	width:278px;
	height:173px;
	padding:15px;
}
.stickercontact div {
	margin-top:2px;
	display:block;
	background-image:url("../imgs/contact_sprites.png");
	background-repeat:no-repeat;
	padding:5px 0px 5px 50px;
}
.st_phone {
	font-weight:bold;
	font-size:26px;
	background-position:0px 7px;
}
.st_mobile {
	font-size:16px;
	background-position:0px -44px;
}
.st_mail {
	font-size:12px;
	background-position:0px -83px;
}
.st_address {
	font-size:12px;
	background-position:0px -120px;
}

.footer {
	font-size:12px;
	padding:30px 40px;
	border:1px solid #e5e5e5;
	background-color:#f9f9f9;
}
.boxfooter {
	float:left;
	padding-left:10px;
	padding-right:60px;
}
.boxfooter h3 {
	font-style:italic;
	font-weight:600;
	font-size:16px;
	color:#999;
	margin-bottom:5px;
}
.boxfooter ul {
	float:left;
	list-style:none;
	padding-right:30px;
}
.boxfooter ul li {
	background-image:url("../imgs/dot.png");
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:12px;
	line-height:22px;
}
.boxfooter ul li a,.boxfooter ul li a:link,.boxfooter ul li a:visited {
	color:#444;
	text-decoration:none;
}
.boxfooter ul li a:hover,.boxfooter ul li a:active {
	color:#444;
	text-decoration:underline;
}
.logos,.image_empresa {
	 float:right;
	 margin:0 30px;
}
#mapa {
	overflow:hidden;
	height:150px;
}
.copy  {
	float:left;
	font-size:11px;
	color:#666;
}
.social_buttons {
	float:right;
	margin-top:-8px;
}
.social_buttons ul {
	list-style:none;
}
.social_buttons ul li {
	float:left;
}
.social_buttons ul li a {
	background-image:url("../imgs/buttons_social_sm.png");
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	width:32px;
	height:32px;
}
.social_buttons ul li.twitter a {background-position:-10px -10px;}
.social_buttons ul li.facebook a {background-position:-42px -10px;}
.social_buttons ul li.linkedin a {background-position:-74px -10px;}
.social_buttons ul li.gplus a {background-position:-170px -10px;}
.social_buttons ul li.youtube a {background-position:-202px -10px;}

.social_buttons ul li.twitter a:hover {background-position:-10px -44px;}
.social_buttons ul li.facebook a:hover {background-position:-42px -45px;}
.social_buttons ul li.linkedin a:hover {background-position:-74px -45px;}
.social_buttons ul li.gplus a:hover {background-position:-170px -46px;}
.social_buttons ul li.youtube a:hover {background-position:-202px -46px;}

.firma {padding:5px 0;text-align:right;font-size:10px;color:#777;}
.firma a,.firma a:link,.firma a:visited {color:#777;text-decoration:none;}
.firma a:hover,.firma a:active {color:#777;text-decoration:underline;}

/* Easy Slider */
#slider {
	background-color:#000;
	clear:both;
	overflow:hidden;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	}
#slider li { 
	width:980px;
	height:390px;
	overflow:hidden; 
	}	
#controls {
	width:955px;
	position:absolute;
	list-style:none;
	margin-top:-30px;
	padding-right:25px;
	text-align:right;
	overflow:hidden; 
}
#controls li {
	display:inline;
	text-indent:-9999px;
}
#controls li a, #controls li a:link, #controls li a:visited #controls li a:hover {
	display:inline-block;
	text-indent:9999px;
	width:13px;
	height:13px;
	margin-left:5px;
	background-image:url("../imgs/slider_control.png");
}
#controls li.current a {
	background-image:url("../imgs/slider_control_current.png");
}

.summary div {
	overflow:hidden;
}
.read-more {
	font-size:11px;
	text-align:right;
}
.gradient {
	position:absolute;
	margin-top:-25px;
	width:235px;
	height:25px;
	background-image:url("../imgs/bg-gradient.png");
	background-repeat:repeat-x;
}

.msg_error { 
	border:1px solid #D8ACAC;
	background-color:#FFECEC;
	padding:12px;
	padding-left:50px;
	background-image:url("../imgs/error.png");
	background-repeat:no-repeat;
	background-position:10px 10px;
	color:#952F2F;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:20px;
}
.msg_warning { 
	border:1px solid #E6E6C6;
	background-color:#FFFFE9;
	padding:12px;
	padding-left:50px;
	background-image:url("../imgs/warning.png");
	background-repeat:no-repeat;
	background-position:10px 10px;
	color:#660;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:20px;
}
.msg_success {
	border:1px solid #B5DFCA;
	background-color:#EFF9F4;
	padding:12px;
	padding-left:50px;
	background-image:url("../imgs/success.png");
	background-repeat:no-repeat;
	background-position:10px 10px;
	color:#063;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:20px;
}

#btnsocial {
	display:none;
	position:absolute;
	text-align:center;
	top:50px;
	margin-left:650px;
	padding:7px 15px 0px 15px;
	border:2px solid #fff;
	background-color:#f9f9f9;
	box-shadow: 0px 0px 30px #cc9;
	-moz-box-shadow: 0px 0px 30px #cc9;
	-webkit-box-shadow: 0px 0px 30px #cc9;
	width:280px;
	overflow:hidden;
}
.wflow {
	width:500px;
}
.addthis_button_tweet {width:100px;margin-top:3px;}
.addthis_button_facebook_like iframe {width:110px !important;margin-top:5px;}
.addthis_button_google_plusone {margin-top:4px;}

.highlight {
	box-shadow: 0px 0px 20px #cc9;
	-moz-box-shadow: 0px 0px 20px #cc9;
	-webkit-box-shadow: 0px 0px 20px #cc9;
}
