/* 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(http://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(http://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;
}*/