/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#FFF url(../img/interface/fnd_cabecera.jpg) repeat-x top;
	font:normal 11px Arial;
}
input, select, textarea {
	font:normal 11px Arial;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
.cabecera {
	position:relative;
	display:block;
	height:95px;
	width:835px;
	margin:0 auto;
}
.cabecera_logo {
	position:absolute;
	top:20px;
	left:20px;
}
.cabecera_txt {
	position:absolute;
	top:10px;
	right:17px;
	width:373px;
	color:#666;
}
.cabecera ul {
	position:absolute;
	top:58px;
	left:244px;
	width:653px;
	padding:0;
	margin:0;
	list-style:none;
}
.cabecera ul li {
	position:relative;
	float:left;
	margin:0 1px;
	padding:0;
}
.cabecera ul li a {
	display:block;
	float:none !important;
	float:left;
	padding:5px 18px;
	font:bold 15px Arial Narrow;
	text-decoration:none;
	text-align:center;
	color:#333;
	background:url(../img/interface/menu_ppal_separador.gif) no-repeat left top;
}
.cabecera ul li a.seleccionado {
	color:#FF8737;
}
.cabecera ul li a:hover {
	color:#FF8737;
}
.cabecera ul li:first-child a {
	background:none;
}
.cuerpo {
	position:relative;
	display:block;
	min-height:400px;
	width:795px;
	margin:0 auto;
	padding:5px 20px;
	background:url(../img/interface/fnd_cuerpo.jpg) no-repeat left top;
}
.cuerpo_img_vehiculos {
	position:absolute; 
	top:20px; 
	right:40px;
}
.cuerpo h1 {
	margin:0;
	font:normal 24px Arial #333;
	border-bottom:1px solid #E7E7E7;
	line-height:50px;
}
.cuerpo_navegacion {
	padding:5px 0;
	color:#999;
}
.cuerpo_navegacion a {
	color:#666;
}
.cuerpo_navegacion a img {
	margin-right:5px;
}
.pie {
	clear: both; 
	position:relative;
	display:block;
	width:815px;
	margin:0 auto;
	padding:20px 10px;
	border-top:1px dotted #999;
}
.pie_logo {
	margin-right:20px;
}
.pie_txt {
	position:absolute;
	width:551px;
	text-align:right;
	top: 23px;
	right:20px;
}
/* OTROS */
.clearer {
	clear: both; 
	display: block; 
	margin: 0; 
	padding: 0; 
	height: 0; 
	line-height: 1px; 
	font-size: 1px;
}

.esq_sup_izq {
	position:absolute; 
	top:-1px; 
	left:-1px; 
	width:5px; 
	height:5px; 
	background:url(../img/interface/esq_sup_izq.gif) no-repeat top left;
	line-height:1px;
}
.esq_sup_drc {
	position:absolute; 
	top:-1px; 
	right:-1px !important; 
	right:-2px;
	width:5px; 
	height:5px; 
	background:url(../img/interface/esq_sup_drc.gif) no-repeat top right;
	line-height:1px;
}
.esq_inf_izq {
	position:absolute; 
	bottom:-1px !important;
	bottom:-2px;
	left:-1px; 
	width:5px; 
	height:5px; 
	background:url(../img/interface/esq_inf_izq.gif) no-repeat bottom left;
	line-height:1px;
}
.esq_inf_drc {
	position:absolute; 
	bottom:-1px !important; 
	right:-1px !important;
	bottom:-2px; 
	right:-2px; 
	width:5px; 
	height:5px; 
	background:url(../img/interface/esq_inf_drc.gif) no-repeat bottom right;
	line-height:1px;
}

/* BOTONES */
.btn_naranja {
	border: none;
	background-image: url(../img/interface/fnd_btn_ppal.jpg);
	background-repeat: repeat-x; 
	font-size:12px;
	color:#FFFFFF;
	cursor:pointer;
	height:25px;
	width:140px;
	background-color:#FF9900;
	border:1px solid #7F9DB9;	
}
.btn_secundario {
	border: none;
	background-image: url(../img/interface/fnd_btn_sec.jpg);
	background-repeat: repeat-x; 
	font-size:12px;
	color:#FFFFFF;
	cursor:pointer;
	height:25px;
	width:140px;
	background-color:#F1F1F1;
	border:1px solid #7F9DB9;	
}
