/*COLORES CORPORATIVOS*/
/*
	AMARILLO CAT = #FFCC00 
	AMARILLO CAT PARA TEXTOS = #FF9900
	NEGRO = #000000
	ROJO RENTAL = #b00e0e
	BLANCO = #FFFFFF
*/

img.logotipo {
	height: 60px;
	width: 240px;
	border: 0px;
	margin: 15px;
	padding: 0px;
	text-align: left;
	vertical-align: text-bottom;
	cursor: pointer; /*No aceptado en todos los navegadores no css1*/
}

img.boton {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	cursor: pointer;
}

table.masthead{
	width:100%;	
}

table.nav_pri{
	width:100%;
}

td.menu_superior{	
	font-family: "Arial Narrow";
	font-weight:bold;
	font-size:12px;
	margin-top:15px;
	margin-right:15px;
	vertical-align:bottom;
}

td.menu_busq{	
	font-family: "Arial Narrow";
	font-weight:bold;
	font-size:12px;
	margin-bottom:15px;	
	margin-right:15px;
	vertical-align:bottom;
}

td.nav_pri{	
	font-family: "Arial Narrow";
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;	
	background-image:url(../10imagenes/01masthead/nav_bgnd.gif);
	cursor:pointer;	
}

td.nav_pri_sel{	
	font-family: "Arial Narrow";
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;	
	background-image:url(../10imagenes/01masthead/nav_bgnd_sel.gif);
	cursor:pointer;	
}

td.nav_pri_sel2{	
	font-family: "Arial Narrow";
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;	
	background-color:#000000;
	cursor:pointer;
}

td.sombra
{
	background-image:url(../10imagenes/01masthead/shadow.gif);	
	background-repeat:repeat-x;
	height:1px;
}

td.celda_banner{
	width:100%;
	background-color:#000000;
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:baseline;
	height:275px;
	border-bottom:2px solid white;
	border-left:2px solid white;
	border-right:2px solid white;
}

tr.breadcrumb
{
	vertical-align:top;
}

td.breadcrumb
{
	background-color:#999999;
	background-image:url(../10imagenes/01masthead/borde.gif);	
	background-repeat:repeat-x;
	background-position:bottom;
}

/*ENLACES*/
a.superior {
 	font-family: Arial, "Arial Narrow", Verdana;
 	font-size: 9px;
 	cursor: pointer;
}
a.superior:link {
    color: 				black;
	font-weight: 		bold;
	text-decoration: 	none;
}
a.superior:visited {
	text-align: 		right;
    color: 				black;
	font-weight: 		bold;
	text-decoration: 	none;
}
a.superior:hover {
    color: 				#FF9900;
	font-weight: 		bold;
	text-decoration: 	underline;
}

a.breadcrumb {
 	font-family: 	Arial, Helvetica, sans-serif;
 	font-size: 		9px;
 	cursor: 			pointer;
	vertical-align:top;
}
a.breadcrumb:link {
   color: 				white;
	font-weight: 		bold;
	text-decoration: 	none;
}
a.breadcrumb:visited {
	text-align: 		right;
   color: 				white;
	font-weight: 		bold;
	text-decoration: 	none;
}
a.breadcrumb:hover {
   color: 				black;
	font-weight: 		bold;
	text-decoration: 	underline;
}
span.separador {
	font-family: 		Arial, Helvetica, sans-serif;
 	font-size: 			9px;
	font-weight: 		bold;
	color:				white;
}
span.separador_menu_superior{
	font-family: 	Arial, Helvetica, sans-serif;
   font-size: 		11px;
   color: 			black;
}
span.ultima_opcion_breadcrumb {
	color: black;
	vertical-align:top;
}
