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

* {margin:0; padding:0}

/* -- Special Clases -- */
.block{display:block;}
.clearB{clear:both;}
.inline{display:inline;}
.relative{position:relative;}
.inputGrey{background:#EBEBEB; border:1px solid #CCCCCC;}

.displayNone{display:none;}
.displayInLine{display:inline;}

.alignRight{text-align:right;}
.alignCenter{text-align:center;}

.opacityMid{opacity:0.5;}
.imgArrow{vertical-align:middle;}

.letter{vertical-align:middle;}

.atras{text-align:center;}

.textIntro {position:absolute; right:0; width:464px; padding:5px; background:#EBEBEB; height:60px; overflow:auto; border:1px solid #CCCCCC; top:310px;}
.textIntro h2 {font-size:16px;}

.buscarTextIntro {position:absolute; right:0; width:886px; padding:5px; background:#EBEBEB; height:60px; overflow:auto; border:1px solid #CCCCCC; top:170px;}
.buscarTextIntro h2 {font-size:16px;}
.spaceSmall {height:73px;}

.horizontal-ads {text-align:center;}
.horizontal-ads-right {text-align:right;}

#section1 {
	padding-bottom:35px;
}

.buscarTextIntro a {
	text-decoration:none;
	color:#E85808;
}

img {border:none;}

html {
	min-height:100%;
	margin-bottom:1px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
	margin-bottom:1px;
}

h3 {font-size:12px;}

ul li {list-style:none;}

/* -- Structure -- */
#au_container {
	position:relative;
	width:1024px;
	margin:auto;
	padding-top:25px;
}

#au_top {
	position:absolute; top:0px;
	width:1024px;
	height:25px;
	color:#FFFFFF;
	font-size:14px;
	background:#030303 url(../images/bg/topBg.gif) repeat-x;
}

#au_banner {
	width:1024px;
	height:110px;
	background:url(../images/bg/autocarros506Banner.jpg);
	text-align:right;
}

#au_banner .ad {
	float:right; width:580px; height:100px; padding-top:5px; margin-right:5px;
}

#au_banner h1 {
	display:none;
}

#au_topmenu {
	top:135px;
	width:1024px;
	height:35px;
	background:#030303 url(../images/bg/topmenuBg.gif) repeat-x;
}

#au_content {
	padding-top:26px;
	background:url(../images/bg/contentBg.gif) repeat-x;
}

#au_footer {
	margin-top:10px;
	padding-top:22px;
	clear:both;
	color:#FFFFFF;
	height:100px;
	background:#030303 url(../images/bg/topmenuBg.gif) repeat-x;
}

#au_footer .tit {
	font-size:14px;
}

#au_footer .col {
	float:left;
	border-right:dashed 1px #FFFFFF;
	padding-right:10px;
	margin-left:10px;
}

#au_footer a {
	color:#CCCCCC;
}

#au_footer a:hover {
	color:#FFFFFF;
}

/* -- Fonts Styles -- */
.noUnderline {text-decoration:none;}
.blackLink {color:#000000;}
.blackLink:hover{color:#E75607;}

.foroad {
	font-size:18px; padding:10px; border:dashed 1px #cccccc; position:relative; top:-10px;	
}

.foroad a { color:#3785CE; text-decoration:none;}
.foroad a:hover {color:#E75605;}

