@import url('reset.css');

body{
	background:#FFF;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform:uppercase;
}

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

img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	display:none;
}


.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat top left;
}


.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}


.ac_content{
	position:fixed;
	height:90px;
	width:100%;
	top:50%;
	left:0px;
	margin-top:-65px;
}

.ac_content h1{
	background:transparent url(../images/bg_menu.png) repeat top left;
	display:block;
	float:left;
	width:120px;
	height:50px;
	padding:20px;
	font-size:36px;
	font-weight:bold;
	line-height:20px;
	margin-right:1px;
}

.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
}


/* ---------------------
	MENU
--------------------- */



.ac_menu{
	background:transparent url(../images/bg_menu.png) repeat top left;
	float:left;
	position:relative;
	height:90px;
	width:0px; 
}

.ac_menu > ul{
	float:right;
}

.ac_menu > ul > li{
	float:left;
	position:relative;
	height:90px;
	overflow:hidden;
}

.ac_menu > ul > li a{
	margin-top:60px;
	opacity:0;
	display:block;
	height:90px;
	padding:0px 10px;
	text-align:center;
	line-height:90px;
	outline:none;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
}


/* ---------------------
	SECCIONES
--------------------- */



#subEmpresa, #subContacto{
	width: 40%;
	min-width:600px;
}

#subServicio, #subFlota{
	width: 60%;
	min-width:850px;
}

.ac_subitem{
	background:transparent url(../images/bg_menu.png) repeat top left;
	height:0px; /* animate to 400px */
	margin-top:0px; /* animate to -200px */
	overflow:hidden;
	position:fixed;
	right:0px;
	top:50%;
	z-index:99;
}

.ac_subitem h2{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding: 40px 0px 0px 40px;
	text-shadow:0px 0px 1px #000;
}

.ac_subitem ul{
	padding:0px 40px;
}

.ac_subitem ul li{
	border-bottom:1px dotted #FFF;
	clear:both;
	display:block;
	margin:10px 0px;
	font-size:17px;
	overflow:hidden;
	padding-bottom:15px;
	text-transform:none;
}

.ac_subitem ul li.liServicio, .ac_subitem ul li.liFlota{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	width: 48%;
}

.ac_subitem h3{
	display:block;
	float:left;
	font-size:20px;
	font-weight:bold;
	height:30px;
	line-height:20px;
	margin-right:1px;
	padding:15px;
	width:140px;
}

.ac_subitem .emp_img{
	display:block;
	float:left;
	margin:0 10px 0 0;
}

.ac_subitem .serv_img{
	display:block;
	float:left;
	margin:0 10px 0 0;
}

.ac_subitem .trailer{
	display:block;
	width:100%;
}

.ac_subitem .trailer_tit{
	background-image:url(../images/flota/square.gif);
	background-repeat:no-repeat;
	font-size:18px;
	padding-left:15px;
}

.ac_subitem .trailer_txt{
	background-image:url(../images/flota/square.gif);
	background-repeat:no-repeat;
	margin-top:15px;	
	padding-left:15px;
}

.ac_subitem .trailer_img{
	margin:0;
}

.ac_subitem h3 span{
	display:block;
	font-weight:normal;
	font-size:18px;
}

.ac_subitem ul li form{
	float:left;
	padding:20px 0;
	margin:0 20px 0 0;
	width:200px;
}

.ac_subitem ul li input{
	margin:5px 0;
}

.ac_subitem ul li textarea{
	border: 1px solid #b0b0b0;
	color: #979797;
	margin:5px 0;
	padding: 3px 5px 4px;
	width: 190px;
}

#map{
	float:left;
	margin:10px 10px 0 0;
	width:40%;
}

span.ac_close{
	float:right;
	margin:10px;
	height:12px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:0.4;
	width:11px;
}

span.ac_close:hover{
	opacity:1.0;
}


/* ---------------------
	FOOTER
--------------------- */


.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#006;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
}

.ac_footer div{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}

.footer a:hover{
	color:#fff;
}

.ac_footer div span{
	font-weight:bold;
}

.ac_footer div.ac_left{
	float:left;
}

.ac_footer div.ac_right{
	float:right;
}