/* CSS Document */

/*---------- Generales del sitio----------*/
body {}
h1 {font-family:Calibri, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; margin:0px;}

a:link {text-decoration:none; color:#000000;}

a:visited {text-decoration:none; color:#000000;}

a:active {text-decoration:none; color:#ffcc33;}

a:hover{text-decoration:none; color:red;}

/*---------- Generales en apertura ----------*/
.div_contenido {
	width:900px;
	height:auto;
	float:left;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

/*----------  ----------*/
.pres {
	background-color: #75953e;
	color: #FFFFFF;
	font-family:Arial;
	font-weight:bold;
	width: 100px;
	text-align:center;
}

.pres a {
	color:#FFF;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}

.pres a:hover {
	color:#FFF;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}
.pres a:visited {
	color:#FFF;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}

.caja_texto {
	float:left;
	display:inline;
	border:1px solid #999999;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.menu01_boton {
	float:left;
	display:inline;
	background-color:#000000;
	/*background:url(https://www.alquilerautobuses.com/imagenes/fondo_botonPequeno.gif) repeat-x;*/
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border-right:1px solid #504e4e;
	line-height:11px;
	padding-top:1px;
}

.menu02_boton {
	float:left;
	display:inline;
	background-color:#000000;
	text-align:center;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	border-right:1px solid #504e4e;
	border-left:1px solid #818181;
	line-height:12px;
	padding-top:9px;
}

.SubMenu {
	width:157px;
	height:auto;
	float:left;
	display:inline;
	margin-top:20px;	
}

/*.caja_submenu {
	width:158px;
	height:33px;
	background:url(https://www.alquilerautobuses.com/imagenes/fondo_desplegable.png) repeat-x;
	float:left;
	display:inline;
	font-size:13px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	position:relative;
}*/
/*.caja_submenu {
	height:40px;
	width:155px;
	border-top:1px solid #CCC;
}*/

.subMenuBtn {
	height:33px;
}

/*---------- Pie de página - Mapa web ----------*/
.div_piePaginaMapaWeb {
	float:left;
	display:inline;
	width:300px;
	height:auto;
}

.div_piePaginaMapaWeb_cabecera {
	float:left;
	display:inline;
	width:280px;
	height:20px;
	font-weight:bold;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
	color:#FF0000;
}

.div_piePaginaMapaWeb_enlaces {
	float:left;
	display:inline;
	width:260px;
	height:20px;
	font-weight:normal;
	text-align:left;
	margin-left:30px;
}

.banner_cc{
	position: fixed!important;
    z-index: 16777270;
    width: 100%!important;
    text-align: center;
    border-width: 1px 0 1px 0!important;
    border-style: solid!important;
    border-color: #fff!important;
    box-shadow: 0 0 40px #444;
    padding: 10px 0;
    left: 0;
    right: 0;
    float: none!important;
    text-shadow: none;
    border-radius: 0!important;
    margin: 0 auto!important;
    bottom: 0;
    display: block;
    background-color: white;
    opacity: 0.9;
	}