/* CSS Document */
body{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 20px;
	text-align: center;
	color: #4b4b4b; 
	background-color:#F5EFE2;
}

a, a:hover {
	text-decoration: none;
}

h1 {
	font-size: 2em;
	color: #fff;
	height: 35px;
	margin: 0px;
	}

h1.laempresa {
	background:url(../img/laempresa.gif) no-repeat right;
	}

h1.accesibilidad {
	background:url(../img/accesibilidad.gif) no-repeat right;
	}
	
h1.certificados {
	background:url(../img/certificados.gif) no-repeat right;
	}

h1.contacto {
	background:url(../img/contacto.gif) no-repeat right;
	}

h1.flota {
	background:url(../img/flota.gif) no-repeat right;
	}

h1.mercado {
	background:url(../img/mercado.gif) no-repeat right;
	}

h1.servicios {
	background:url(../img/servicios.gif) no-repeat right;
	}

h1.ubicacion {
	background:url(../img/ubicacion.gif) no-repeat right;
	}

h2 {
	font-size: 1.2em;
	color: #A4222C;
}

img {
	border:0px;
	margin-left: 100px;
}

hr {
	border: 2px solid #30497B;
}

#contenedora {
	width: 750px;
	height: auto;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	border: 0px solid #666666;
}

html>body #contenedora {
	min-height: 250px;
}

/* ***************************  CABECERA ************************** */
#superior {
	display: none;
}
#colsupizq {
	float: left;
	width: 50px;
	height: 150px;
	background-image:url(../img/colsupizq.gif);
}

#cabecera {
	float: left;
	width: 650px;
	height: 150px;
	margin-left: 25px;
	text-align: left;
	background-color: #324D62;
	background-image:url(../img/cabecera.gif);
}

html>body #cabecera {
	margin-left: 50px
}

#colsupdcha {
	float: left;
	width: 50px;
	height: 150px;
	background-image:url(../img/colsupdcha.gif);
}

/* ***************************  CENTRO - CONTENIDO ************************** */
#centro {
	width:750px;
	min-height:300px;
	background-image:url(../img/bgcentro.gif);
}

#contenido {
	float: left;
/*	margin-left: 25px;*/
	width: 650px;
	height: auto;
	text-align: left;
	background-color:#F0F0F0;
}

html>body #contenido {
	min-height: 310px;
/*	margin-left: 50px*/
}

#titulo {
	width: auto;
	height: 35px;
	text-align:center;
	background-color: #3C3C3C;
}


#menu {
	display: none;
}



#texto {
/*	float: left;*/
	margin-top: 20px;
	width: auto;
	min-height:300px;
	text-align: justify;
	margin-left: 10px;
}

html>body #texto {
	margin-top: 18px;
	min-height: 310px; 
}

#texto p {
	margin-top: -5px;
}

html>body #texto p {
	margin-top: 0px;
}

#texto ul {
	margin-top: 5px;
}

#texto ul li {
	list-style-type: none;
}

#texto a:hover {
	color: #edad21;
}

.granate {
	color: #85245D;
}

.resaltado {
	color: #30497B;
}

#mapa {
	width: 472px;
	height: 481px;
	text-align: center;
}
/* ***************************  PIE ************************** */
#pieizq {
	float: left;
	width: 50px;
	height: 45px;
	background-image:url(../img/pieizq.gif);
}

#piecentro {
	display: none;
}

#piedcha {
	float: left;
	width: 50px;
	height: 45px;
	background-image:url(../img/piedcha.gif);
}

#piecentro a{
	text-decoration: none;
	color: #cccccc;
}

#piecentro a:hover{
	text-decoration: none;
	color: #666666;
}

#tope{
	display: block;
	clear: both;
}

#tope1{
	display: block;
	clear: both;
}

kbd{
	color: #85245D; 
	font-weight: bold;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 1px;
	background-color: #efecec;
}

