@charset "utf-8";
/* CSS Document */
#header-wrap {
border-top: 10px solid #fff;
padding-top: 40px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

user agent stylesheetdiv {
display: block;
}

body{
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align:center;
}

/* FONT STYLES*/
h3{
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	margin-bottom: 25px;
}
h4{
	margin-bottom: 10px;
	margin-top:10px;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #696969;
}
h5{
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}
h6{
	margin-bottom: 10px;
	margin-top:10px;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	color:#E1E1E1;
}
p{
	font-size: 13px;
	color: #7F7F7F;
	line-height: 18px;
}

.f{
	font-size: 13px;
	color: #555555;
	line-height: 18px;
	text-align:center;
	margin-bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
}
a, a:link, a:visited{
	text-decoration: none;
	outline: none;
}
.green{
	color: #509743;
}
.white{
	color: #fff;
}

.orange{
	color: #ffc000;
}

strong{
	font-weight: bold;
}
/* END FONTS STYLES */


/* HEADER */
#header-wrap{
	border-top: 40px solid #94b800;
	padding-top: 5px;
}
header{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}
header h2 a{
	display: block;
	text-indent: -999999px;
	background: url(images/logo.png) no-repeat;
	width: 369px;
	height:185px;
	float: left;
	margin-bottom: 0px;
}

#call{
	float: right;
	padding-right: 5px;
	margin-top: 20px;
}
#call h3{
	margin: 0;
}
#call h4{
	text-align: right;
	margin: 0;
}

nav{
	clear: both;
	width: 960px;
	height: 50px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #345900; /* Fallback */
	border-radius: 30px;
	/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4f8800), to(#345900));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #4f8800, #345900);
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #4f8800, #345900);
	/* IE 10+ */
	background-image: -ms-linear-gradient(top, #4f8800, #345900);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #4f8800, #345900);
	border: 1px solid #336c2b;
}

nav ul li{
	list-style:none;
	float: left;
	border-right: 1px solid #a4cb03;
	border-left: 1px solid #3a6302;
}
nav ul li.home{
	float:left;
	border-left: none;
	}

nav ul li.last{
	border-left: none;
	border-right: none;
	float: left;	
}
nav ul li a{
	display: block;
	float:left;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 1px 0 #387031;
}
nav ul li a:hover{
	background-color: #5fae53;
}

nav ul li.home a:hover{
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	
}
nav ul li div input[type=text]{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #4b9241;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #5ead52;
	border-top: 1px solid #346d2c;
	color: #fff;
	text-shadow: 0 1px 0 #387031;
	padding: 5px 0 5px 20px;
	width: 200px;
}
nav ul li div input[type=text]:focus{
	outline: none;
}

/* TO STYLE PLACE HOLDER */
::-webkit-input-placeholder {
   color: #fff;
}
:-moz-placeholder {
   color: #fff;
}

nav ul li div input[type=submit]{
	background: url(images/search.png) no-repeat 50% 50%;
	border: none;
	text-indent: -999999px;
	margin-left: 15px;
	height: 50px;
	width: 16px;
}

/* END HEADER */

#container{
	width: 960px;
	margin: 0 auto;
	text-align:left;
}
/* SLIDES */
#slides{
	position: relative;
	margin-top: 10px;
}
.slides_container{
	height: 315px;
}
.slide-right{
	position: absolute;
	top: 0;
	left: 385px;
}

.slide-heading{
	background: url(images/slide-heading.png) no-repeat;
	width: 494px;
	height: 68px;
	color: #fff;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 80px;
	margin-top: 35px;
	margin-bottom: 30px;
}
.slide-right .info{
	width: 395px;
	margin-bottom: 20px;
	margin-left: 155px;
}
.slide-right .readmore{
	margin-left: 155px;
}
.readmore{
	font-style: italic;
	text-decoration: none;
	color: #509743;
	padding-left: 15px;
	background: url(images/more.png) no-repeat 0 50%;
}
.readmore:hover{
	color: #c8c8c8;

}
.pagination{
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 99;
}

ul.pagination li{
	float: left;
	margin-right: 10px;
	background: url(images/pagination.png) no-repeat;
	background-position: top;
	width: 14px;
	height: 15px;
}
ul.pagination li.current{
	background-position: bottom;
}
ul.pagination li a{
	display: block;
	text-indent: -999999px;
}

a.next{
	position: absolute;
	right: 25px;
	bottom: 30px;
	display: block;
	width: 7px;
	height: 13px;
	background: transparent url(images/prev-next.png) no-repeat;
	background-position: top right;
	text-indent: -9999px;
}
a.prev{
	position: absolute;
	right: 50px;
	bottom: 30px;
	display: block;
	width: 7px;
	height: 13px;
	background: transparent url(images/prev-next.png) no-repeat;
	background-position: top left;
	text-indent: -9999px;
}
a.next:hover{
	background-position: bottom right;
}
a.prev:hover{
	background-position: bottom left;
}
/* END SLIDES*/
/* SERVICE */
#service{
	margin: 5px auto;
	height: 253px;
	padding-top: 30px;
	background: url(images/service-bg.jpg) no-repeat;
}

#web{
	float: left;
	width: 450px;
	padding-left: 30px;
}
#web p{
	width: 260px;
	margin-bottom: 20px;
}
#web img{
	float: right;
	margin-right: 50px;
}
#vector{
	float: right;
	padding-left: 30px;
	width: 450px;
}

#vector p{
	width: 260px;
	margin-bottom: 20px;
}
#vector img{
	float: right;
	margin-right: 50px;
}
/* END SERIVCE*/


/* MEDIA  */

#media{
	margin: 0 auto;
	
}


#twitter{
	width: 285px;
	height: 180px;
	float: left;
	margin-right: 30px;
	background: transparent url(images/taxi.png) no-repeat right;
	background-position: bottom right;
	padding: 0 0 50px 0;
}

#twitter_s{
	width: 285px;
	height: 300px;
	float: left;
	margin-right: 30px;
	padding: 0 0 10px 0;
	background-position: bottom right;
}

#twitter_s1{
	width: 285px;
	height: 300px;
	float: left;
	margin-right: 30px;
	padding: 0 0 10px 0;
	background-position: bottom right;
}

#twitter_s2{
	width: 285px;
	height: 310px;
	float: left;
	margin-right: 30px;
	padding: 0 0 10px 0;
}

#twitter_sr{
	width: 450px;
	height: 310px;
	float: left;
	margin-right: 30px;
	padding: 0 0 10px 0;
	}

#twitter_app{
	width: 450px;
	height: 580px;
	float: left;
	margin-right: 30px;
	padding: 0 0 10px 0;
	}
	
#twitter_app_02{
	width: 400px;
	height: 580px;
	float: left;
	margin-left: 25px;
	padding: 0 0 10px 0;
	}
	
	
#twitter_app_01{
	width: 850px;
	height: 400px;
	float: left;
	margin-right: 30px;
	margin-left:30px;
	padding: 0 0 10px 0;
}

#twitter_app_01 .tweet01{
	font-size: 16px;
	margin-top: 0px;
	line-height:20px;
}

#twitter_sr1{
	width: 400px;
	height: 310px;
	float: left;
	margin-left: 80px;
	padding: 0 0 10px 0;
}

#twitter_app1{
	width: 400px;
	height: 450px;
	float: left;
	margin-left: 80px;
	padding: 0 0 10px 0;
}
#twitter_app2{
	width: 400px;
	height: 450px;
	float: right;
	padding: 0 0 10px 0;
}
#twitter_app3{
	width: 400px;
	height: 450px;
	float: left;
	margin-left:40px;
	padding: 0 0 10px 0;
}

#twitter_app1 .tweet{
	font-size: 13px;
	color: #999999;
	margin-top: 0px;
	line-height:28px;
}

#twitter1{
	width: 285px;
	height: 180px;
	float: left;
	margin-right: 30px;
	background: transparent url(images/mapa.png) no-repeat right;
	background-position: bottom right;
	padding: 0 0 50px 0;
}
#twitter2{
	width: 285px;
	height: 180px;
	float: left;
	margin-right: 30px;
	background: transparent url(images/phone.png) no-repeat right;
	background-position: bottom right;
	padding: 0 0 50px 0;
}

#twitter p{
	padding: 0 0px;
}
#twitter .time{
	font-size: 11px;
	font-style: italic;
	color: #999999;
	margin-top: 15px;
}

#twitter .tweet{
	font-size: 15px;
	color: #999999;
	margin-top: 0px;
}

#twitter1 .tweet{
	font-size: 15px;
	color: #999999;
	margin-top: 0px;
}

#twitter2 .tweet{
	font-size: 15px;
	color: #999999;
	margin-top: 0px;
}

a.t-link{ color: #6767c9; text-decoration: none; }
a.t-link:hover{ text-decoration: underline; }

#facebook{
width: 285px;
float: right;
}

/* END MEDIA*/

/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}
/* END FIX */
/* WIDGET */
#widget-wrap{
	padding: 50px 0;
	background: #333333 url(images/widget-bg.jpg);
}
#widget-wrap_01{
	padding: 3px 3px 3px 3px;
	background-color: #333333;
}
#widget{
	width: 960px;
	margin: 0 auto;
	text-align:left;
}
h4.footer-header{
	background: transparent url(images/footer-header.png) no-repeat;
	line-height: 40px;
	text-indent: 30px;
	font-size:17px;
}
h5.footer-header{
	line-height: 40px;
	text-indent: 30px;
	font-size:17px;
}
#links{
	width: 225px;
	float: left;
	margin-right: 75px;
}
#links ul{
	list-style-image: url(images/links.png);
	margin-left: 15px;
}
#links ul li a{
	color: #cccccc;
	font-size: 13px;
	padding: 8px 0;
	display: block;
}
#links ul li a:hover{
	color: #fff;
}
#blog{
	position: relative;
	width: 350px;
	float: left;
	margin-right: 75px;
}
#blog img{
	position: absolute;
	top: 20px;
	left: -18px;
}
#blog p.title{
	color: #fff;
	margin-left: 110px;
	margin-bottom: 15px;
}
#blog p.date{
	margin-left: 110px;
	color: #cccccc;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 15px;
}

#blog a.readmore{
	margin-left: 110px;
}
#location{
	position: relative;
	width: 450px;
	float: left;
	height:300px;
	margin-top:0px;
}
#location img{
	position: absolute;
	top: 10px;
	left: 0px;
}
#location p.address{
	margin-top: 115px;
	border-right: 1px solid #484848;
	padding-right: 20px;
	text-align: right;
	color: #cccccc;
}
/* END WIDGET */

/* CLIENT */

#client-wrap{
	background: #fff url(images/client-bg.jpg) repeat-x;
	padding: 20px 0;
	border-bottom: 1px solid #c8c8c8;
}

#client{
	width: 960px;
	margin: 0 auto;
	text-align:left;
}
	

#client ul li{
	list-style:none;
	width: 20%;
	float: left;
	text-align: center;
	margin-right:45px;
}

/* END CLIENT */

/* FOOTER */
footer{
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
	position: relative;
	text-align:left;
}

#footer-left{
	float: left;
	width: 50%;
}
#footer-left p{
	font-size: 12px;
	color: #666666;
}
#footer-left a:hover{
	color: #c8c8c8;
}
#footer-right{
	float: right;
	width: 50%;
}
#footer-right ul{
	float: right;
}
#footer-right ul li{
	float: left;
	margin-right: 30px;
}

#footer-right ul li:last-child{
	margin-right: 0;
}
#footer-right ul li a{
	color: #666666;
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
}
#footer-right ul li a:hover{
	border-bottom: 2px solid #c8c8c8;
}

.back-top{
	position: absolute;
	bottom: 30px;
	right: 50%;

}
/* END FOOTER */


/* FORM */
#form {
	padding: 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-left:0px;
	text-align:left;
}

#form_c {
	padding: 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-left:0px;
	
}

.error {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
    font-weight:normal;
	background-color:#a8c600;
	width:300px;
	margin-left:0px;
	margin-bottom:10px;
}

.enviar{
	width: 155px;
	height: 52px;
	margin-top:10px;
	margin-right:25px;
	background:url(images/bt_enviar.png);
	background-repeat: no-repeat;
	border: none;
	display: block;
	overflow: hidden;
	cursor:pointer;
	float:left;
}

.celda {
height: 40px;
display: block;
overflow: hidden;
margin-bottom: 2px;
font-family:Helvetica, Arial, sans-serif;
font-size:13px;

}

textarea {
	float: left;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 2px;
	width: 280px;
	margin-bottom: 4px;
	height:94px;
	text-align:left;
}

.txt_mensaje {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
    font-weight:bold;
	background-color:#f29e1c;
	width:500px;
    }

.txt_mensaje_black {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
    font-weight:bold;
	background-color:#f29e1c;
	width:500px;
    }

input {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 2px;
	width: 280px;
	margin-bottom: 4px;
	height:25px;
	text-align:left;
}


label {
	float: left;
	width: 100px;
}

br { clear: both; }
em { color: red; }  
