@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Tahoma, Geneva, sans-serif;
}
#wrap{
	width:100%;
	background-color:#EDEADB;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
	


	
}
.abutton{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	padding:6px 10px;
	background:#8B0101;
	border:none;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
	o-border-radius:3px;
	cursor:pointer;
	margin:4px;
}


a.link_menu_abajo {
	color:#fff;
	font-family: Arial;
	text-decoration:none;
	font-size:11px;

	
}
a.link_menu_abajo:hover {
	color:#fff;
	font-family: Arial;
	text-decoration:underline;
	font-size:11px;

}

/*menu*/
#menu{
	width:100%;
	height:96px;
	background:url(../images/bgmenu.jpg) repeat-x top center;
}
#menu-content{
	width:980px;
	height:96px;
	margin:0px auto;
	position:relative;
}
#menu-list{
	float:right;
	padding-top:7px;
	padding-bottom:13px;
}

#menu-list ul li{
	display:inline;	
}
#menu-list ul li a{
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:15px;
	padding-right:15px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-o-border-top-left-radius:5px;
	-o-border-top-right-radius:5px;
}

#menu-list ul li a.active{
	background-color:#000;
}
#menu-list ul li a:hover{
	background-color:#000;
}
#redes{
	padding-top:20px;
	float:right;
}

#logo{
	background:url(../images/logo.png) top center no-repeat;
	width:204px;
	height:125px;
	position:absolute;
	left:0;
	top:0;
	z-index:30;
}

#mensaje{
	color:#F00;
	font-size:13px;
	padding-left:20px;
	margin-top:20px;
}

/*
slider
*/

#slider-ltv{
	width:100%;
	height:416px;
	background:url(../images/bg-slider.jpg) repeat-x top center;
	padding-top:42px;
}
.slider-wrapper { 
	width: 978px; 
	height:400px;
	margin: 0px auto;
	position:relative;
}
/*
content
*/

#content{
	width:978px;
	margin:0px auto;
	background-color:#FFF;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
}
.servicios{
	padding-top:20px;	
}

.icon-home{
	float:left;
	margin-left:22px;
}

#bienvenidos{
	margin-top:37px;
}
#bienvenidos-content{
	float:left;
	margin-left:22px;
	width:635px;
}

#bienvenidos-content .text{
	width:360px;
	margin-left:12px;
}

#bienvenidos-content .text p.title{
	font-size:17px;
	color:#8F0100;
	text-decoration:underline;
	font-weight:bold;
	margin-bottom:6px;
}

#bienvenidos-content .text p{
	font-size:11px;
	color:#707070;
}

#bienvenidos-siderbar{
	float:left;
	margin-left:22px;
	width:276px;
	border-radius:6px;	
}
.bienvenidos-siderbar-title{
	background:#8E0000;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	padding-top:15px;
	padding-bottom:15px;	
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-o-border-top-left-radius:6px;
	-o-border-top-right-radius:6px;
}
.bienvenidos-siderbar-content{
	padding:15px;
	border:#BCBCBC solid 1px;
	border-top:none;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-o-border-bottom-left-radius:6px;
	-o-border-bottom-right-radius:6px;
}
.bienvenidos-siderbar-content p{
	font-size:11px;
	color:#707070;
	margin-top:10px;
	margin-bottom:4px;
}
.gps{
	margin:17px auto;
}

#menu-footer{
	margin-top:4px;
	padding-bottom:4px;
}

#menu-footer ul{
	margin-left:20px;
}

#menu-footer ul li{
	display:inline;
	list-style:none;
	font-size:12px;
	border-left:#333 solid 1px;
	padding-left:10px;
	padding-right:10px;
}
#menu-footer ul li:first-child{
	border-left:none;
}
#menu-footer ul li a{
	color:#868686;
	text-decoration:none;
}

#menu-footer ul li a.active{
	color:#333;
	font-weight:bold;
}

#menu-footer ul li a:hover{
	color:#333;
}

/*Empresa*/

#empresa{
	width:920px;
	margin:0 auto;
	padding-top:53px;
}

#siderbar-empresa{
	float:left;
	width:236px;
	margin-left:23px;	
}

#siderbar-empresa img{
	margin-bottom:13px;
}
#empresa-valores{
	width:934px;
	margin:0px auto;
	margin-top:10px;
	padding:13px;
	background:#EDEDED;
	border:#BCBCBC solid 1px;
	font-size:11px;
	color:#707070;
}
#empresa-valores h3{
	color:#425870;
	text-decoration:underline;
	margin-bottom:10px;
}
#empresa-valores .texto-vision{
	float:left;
	width:280px;
	margin-right:22px;
	border-right:#C7C7C7 solid 1px;
	padding-right:22px;
	margin-left:20px;
}
#empresa-valores .texto-mision{
	float:left;
	width:280px;
	margin-right:22px;
	border-right:#C7C7C7 solid 1px;
	padding-right:22px;
}
#empresa-valores .texto-valores{
	float:left;
	width:241px;	
}
#empresa-valores .texto-valores ul{
	list-style:none;
	float:left;
	margin-right:30px;
}
#content-empresa{
	float:left;
	margin-left:23px;
	width:620px;
	font-size:11px;
	color:#707070;
}

#content-empresa .title{
	color:#333;
	border-bottom:#D9D9D9 solid 1px;
	padding-bottom:8px;
	margin-bottom:15px;
}
.title-personal{
	color:#425870;
	text-decoration:underline;
	margin-bottom:6px;
	font-size:16px;
	font-weight:bold;
}
.content-empresa-text{
	float:left;
	width:270px;
}
.content-empresa-sobre{
	float:left;
	width:320px;
	margin-left:30px;
}

.content-empresa-sobre h2{
	color:#425870;
	text-decoration:underline;
	margin-bottom:6px;
}

#nuestro-personal{
	margin-top:13px;
	background-color:#F2F2F2;
	padding:8px 16px;
	padding-right:0px;
	
}
#nuestro-personal ul{
	margin-left:8px;
}

#nuestro-personal img{
	float:right;
	margin-right:6px;
}

/*servicio*/
#servicio{
	width:930px;
	margin:0px auto;
}
.title-servicio{
	width:900px;
	margin:0px auto 40px;
	border-bottom:#D9D9D9 solid 1px;
	padding-bottom:15px;
	padding-top:44px;
}
.title-servicio h1{
	color:#333;
	font-size:24px;
}
.content-servicio{
	width:100%
}
.list-servicios{
	width:290px;
	float:left;
	min-height:415px;
	border:#BCBCBC solid 1px;
	background:#F3F3F3;
	margin-right:27px;
	margin-bottom:20px;
}
.list-servicios-none{
	margin-right:0px !important;
}
.servicios-img{
	width:250px;
	margin:16px auto 0px;
	position:relative;
	min-height:190px;
}
.servicios-img img{
	max-width:250px;
	
}
.list-servicios h3{
	width:250px;
	margin:10px auto;
	color:#415A70;
}
.list-servicios p{
	width:250px;
	margin:0px auto;
	font-size:11px;
	color:#707070;
}
.servicios-img .lupa{
	position:absolute;
	bottom:0px;
	right:0px;
}
/*Clientes*/
.list-clientes{
margin-bottom:30px;	
}

.list-clientes-foto{
	float:left;
	width:362px;
}
.list-clientes-content{
	float:left;
	margin-left:20px;
	width:540px;
}
.list-clientes-content h3{
	color:#1C5DA1;
	margin-bottom:15px;
}
.list-clientes-content p{
	font-size:11px
}

/*nuestra flota*/

#nuestra-flota{
	width:930px;
	margin:0px auto;
	margin-bottom:50px;
}

.title-nuestra-flota{
	width:900px;
	margin:0px auto 40px;
	border-bottom:#D9D9D9 solid 1px;
	padding-bottom:15px;
	padding-top:44px;
}

.title-nuestra-flota h1{
	color:#333;
	font-size:24px;
}
.content-nuestra-flota{
	width:100%;
}
.content-nuestra-flota-img{
	float:left;
	position:relative;
	width:263px;
	height:221px;
}
.content-nuestra-flota-text{
	float:left;
	width:360px;
	margin-left:30px;
	font-size:11px;
	color:#707070;
}
.content-nuestra-flota-text ul{
	list-style:none;
}
.content-nuestra-flota-text span{
	color:#415971;
	font-weight:bolder;
}

.content-nuestra-flota-servicios{
	float:right;
	width:235px;
}

.content-nuestra-flota-servicios img{
	margin-bottom:15px;
}
/*Contacto*/
.contactenos-form{
	float:left;
	width:490px;
	border-right:#E2E2E2 solid 1px;
	font-size:11px;
	padding-right:30px;
	margin-bottom:80px;
	color:#666;
}
.contactenos-form input[type=text]{
	width:200px;
	margin-right:20px;
	margin-bottom:10px;
	border:#E2E2E2 solid 1px;
	height:20px;
	color:#666666;
}
.contactenos-form select{
	width:202px;
	margin-right:20px;
	margin-bottom:10px;
	height:20px;
	color:#666666;
}

.contactenos-form textarea{
	width:425px;
	height:100px;
	margin-bottom:40px;
	border:#E2E2E2 solid 1px;
	color:#666666;
}
.contactenos-form p{margin-bottom:40px;}

.contactenos-datos{
	float:right;
	width:380px;
}

.contacto-ico{
	float:left;
	width:40px;
}

.contacto-desc{
	float:left;
	width:300px;
	color:#666;
	font-size:11px;
	margin-bottom:20px;
}
/*footer*/

#footer{
	background:url(../images/bg-footer.jpg) repeat-x top center;
	height:66px;
}

#footer .content{
	width:978px;
	margin:0px auto;
	padding-top:25px;
	color:#FFF;
	font-size:12px;
}

#footer .content span{
	color:#595959;
}