html {
	scrollbar-face-color: #7A7A7A; 
	scrollbar-shadow-color: #7A7A7A; 
	scrollbar-highlight-color: #7A7A7A; 
	scrollbar-3dlight-color: #AAACAC; 
	scrollbar-darkshadow-color: #373B3C; 
	scrollbar-track-color: #7A7A7A; 
	scrollbar-arrow-color: #E4E4E4;
}
body{
	background-image: url(../imagenes/x_fondo.gif);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  BORDES */
.bordeNegro {
	border: 1px solid #000000;
}
.bordeGris{
	border: 1px solid #6D6D6D;
}
.bordeGrisCostados{
	border-right: 1px solid #6D6D6D;
	border-left: 1px solid #6D6D6D;
}
.bordeGrisTop{
	border-top: 1px solid #6D6D6D;
}
.bordeCrema{
	border: 1px solid #7A7366;
}
.bordeBlanco{
	border: 1px solid #FFFFFF;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  MENU */
.fondo-menu-bottom {
	background: url(../imagenes/img_pie_barra.gif) no-repeat left bottom;
}
.btnHome {
	background: #3F3F41 url(../imagenes/btn_home.gif) no-repeat left top;
	font-size: 11px;
	text-transform: uppercase;
	color: #D9D9D9;
	font-weight: bold;
	line-height: 20px;
	padding-left: 7px;
}
.btnSector {
	padding-left: 7px;
	background: #78787A;
	border-top: 1px solid #ACACAC;
	border-bottom: 1px solid #3C3C3C;
}
.btnSector a {
	color: #E4E4E4;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
.btnSector a:hover {
	color: #F8C04E;
}
.btnSubsector {
	padding-left: 10px;
	background: #535354;
	font-size: 10px;
	text-transform: uppercase;
	color: #CCCCCC;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #666666;
}
.btnOtros {
	padding-left: 7px;
	background: #6A6A6A;
	font-size: 9px;
	text-transform: uppercase;
	color: #E4E4E4;
	border-top: 1px solid #ACACAC;
	border-bottom: 1px solid #3C3C3C;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  GENERALES */
.txtAmarillo9{
	font-size: 9px;
	text-transform: uppercase;
	color: #F8C04E;
}
a.txtAmarillo9{
	font-size: 9px;
	color: #F8C04E;
	text-decoration: none;
}
a.txtAmarillo9:hover{
	color: #E4E4E4;
}
.txtAmarillo11{
	font-size: 11px;
	color: #F8C04E;
}
.txtFecha{
	font-size: 10px;
	color: #D1D1D1;
}
a.txtFecha{
	text-decoration: none;	
}
a.txtFecha:hover{
	color: #F8C04E;
}
.txtRuta{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}
a.txtRuta{
	text-decoration: none;
}
a.txtRuta:hover{
	text-decoration: none;
	color: #F8CA6B;
}
.solapaGris{
	border: 1px solid #6D6D6D;
	background: #414141;
}
.txt10{
	font-size: 10px;
}
a.txt10{
	text-decoratio: underline;
	color: #414141;
}
a.txt10:hover{
	text-decoratio: underline;
	color: #A41C1C;
}
.txtBordeaux{
	font-size: 11px;
	text-transform: uppercase;
	color: #900202;
	font-weight: bold;
}
.txtTitulo{
	color: #900202;
	font-size: 14px;
	font-weight: bold;
}
a.txtTitulo{
	color: #414141;
	font-size: 14px;
	font-weight: bold;
}
a.txtTitulo:hover{
	color: #A41C1C;
}
.txtCopete{
	font-size: 11px;
	color: #7F7055;
}
a.txtCopete{
	font-size: 11px;
	color: #7F7055;
	text-decoration: none;
}
a.txtCopete:hover{
	color: #414141;
}
.txtVolanta{
	font-size: 9px;
	text-transform: uppercase;
}
.txtVolantaNota{
	color: #E4E4E4;
	font-size: 9px;
	text-transform: uppercase;
}
.txtAdunto{
	font-size: 10px;
	color: #7F7055;
}
a.txtAdunto{
	color: #414141;
	font-size: 11px;
}
a.txtAdunto:hover{
	color: #A41C1C;
}
.paginacion {
	font-size: 10px;
	color: #900202;
	font-weight: bold;
}
a.paginacion {
	color: #414141;
	text-decoration: none;
	font-weight: normal;	
}
a.paginacion:hover {
	font-weight: normal;
	color: #900202;
}
.linksmenu{
	color: #E4E4E4;
	text-decoration: none;
}
.linksmenu:hover {
	color: #F8C04E;
}
.linksmenu2{
	color: #F8C04E;
	text-decoration: none;
}
.linksmenu2:hover {
	color: #F8C04E;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  FORMULARIOS */
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #414141;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #6D6D6D;
	border-bottom: 1px solid #6D6D6D;
	border-left: 1px solid #CCCCCC;

}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 10px;
	width: 280px;
	border-top: 1px solid #6D6D6D;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #6D6D6D;
}

#buscar form{
	margin: 0; padding: 0;
}
#buscar .input{
	font-size: 9px;
	height: 16px;
	width: 110px;
	margin-left: 5px;
	margin-top: -1px;
	background-color: #DDDDDD;
	border-top: 1px solid #363636;
	border-left: 1px solid #363636;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  RUTAS */
a.txtRR{
	font-size: 9px;
	color: #7A7A7A;
	text-decoration: none;	
}
a.txtRR:hover{
	color: #cccccc;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  BUSCADOR */
#buscador {
	background: #EAEAEA;
	border: 1px solid #6D6D6D;
	padding: 4px;
	margin-bottom:10px;
}
#buscador .formulario {
	border: 1px solid #6D6D6D;
	padding: 10px;
}
#buscador form {
	margin: 0; padding: 0;
}
#buscador table {
	margin: 0; padding: 5px;
}