/* GENERALIDADES ******************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
	background-color:#DDDDDD;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
a {
	color: #555555;
	text-decoration: none;
}
#all {
	background-color: #FFFFFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
p, form {
	margin: 0px;
	padding: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#path {
	float: left;
	width: 460px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	background-color:#FFFFFF;
	padding:3px 0px 3px 0px;
}
#path a{
	color:#003366;
	text-decoration:none;
}

/* TOP ****************************************/

#top {
	float: left;
	width: 770px;
}
#top #header {
	float: left;
}
#menu_top {
	float: left;
	border-bottom:solid 5px #FFFFFF;
}
#menu_top #menu_top_izquierda {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/back_menu_top_izq.gif);
	float: left;
	height: 22px;
	width: 130px;
	padding-top: 8px;
	padding-left: 20px;
}
#menu_top #menu_top_izquierda a{
	color: #FFFFFF;
	text-decoration: none;
}
#menu_top #menu_top_derecha {
	text-align:right;
	background-image: url(../images/back_menu_top_der.gif);
	float: left;
	height: 22px;
	width: 610px;
	padding-top: 8px;
	padding-right: 10px;
}
#menu_top #menu_top_derecha #top_link{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	float: right;
	padding-right: 13px;
	padding-left: 13px;
}
#menu_top #menu_top_derecha #top_link a{
	color: #003366;
	text-decoration: none;
}
#menu_top #menu_top_derecha #top_link a:hover{
	color:#FF6600;
	text-decoration: none;
}

/* MIDDLE ****************************************/

#middle {
	background-image: url(../images/back_middle_770.gif);
	width: 770px;
	float: left;
}

/* MIDDLE LEFT ****************************************/

#left {
	float: left;
	width: 150px;
	overflow:hidden;
	
}

/* MIDDLE LEFT MENU *******************/

#left #menu {
	background-image: url(../images/back_menu.gif);
	background-repeat: no-repeat;
	float: left;
	width: 143px;
}
#left #menu #bot_cat {
	background-color: #D9F2FF;
	background-image: url(../images/bot_cat.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 130px;
	padding-top: 4px;
	padding-left: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#left #menu #bot_cat a{
	color: #003366;
	text-decoration: none;
}
#left #menu #bot_cat a:hover{
	color:#FF6600;
	text-decoration: none;
}
#left #menu #bot_subcat {
	background-color: #D9F2FF;
	background-image: url(../images/bot_subcat.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 125px;
	padding-top: 4px;
	padding-left: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#left #menu #bot_subcat a{
	color: #003366;
	text-decoration: none;
}
#left #menu #bot_subcat a:hover{
	color:#FF6600;
	text-decoration: none;
}
#left #menu #bot_subcat_sel {
	background-color: #D9F2FF;
	background-image: url(../images/bot_subcat.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 125px;
	padding-top: 4px;
	padding-left: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#left #menu #bot_subcat_sel a{
	color: #FF6600;
	text-decoration: none;
}

/* MIDDLE LEFT LOGIN *******************/

#login {
	float: right;
	width: 600px;
	margin-left:10px;
	display:inline;
	
}
#login #linea_login {
	float: right;
	width: 320px;
}
#login #nombre_login {
	font:bold 12px Verdana, Arial, sans-serif;
	float: left;
	width: 130px;
	margin-bottom:15px;
	margin-top:5px;
	color:#FF6600;
	text-align:center;
}
#login #log_label {
	float: left;
	width: 45px;
	padding-top:2px;
	padding-right: 5px;
	text-align: right;
}
.login_usuario {
	width: 78px;
	border: 1px solid #09668F;
	height: 13px;
	font: 11px Verdana, Arial, sans-serif;
	padding:1px 0px 0px 1px;
	color:#333333;
	background-color:#EEEEEE;
}
.login_clave {
	width: 78px;
	border: 1px solid #09668F;
	height: 13px;
	font: 11px Verdana, Arial, sans-serif;
	padding:1px 0px 0px 1px;
	color:#333333;
	background-color:#EEEEEE;
}
.login_boton {
	border:0px;
	height: 18px;
	width:48px;
	padding:0px;
	margin:0px;
	font:11px Arial, Verdana, sans-serif;
	color:#333333;
	text-align:center;
	padding-top:0;
	cursor:pointer;
	background-image:url(../images/back_boton_login.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
	background-color:#E7E9E8;
}
.login_boton_salir {
	border:0px;
	height: 16px;
	width:48px;
	padding:0px;
	margin:0px;
	font:11px Arial, Verdana, sans-serif;
	color:#333333;
	text-align:center;
	padding-top:1px;
	cursor:pointer;
	background-image:url(../images/back_boton_salir.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
	background-color:#E7E9E8;
	float:right;
}
#login #log_campo {
	float: left;
	width: 80px;
}
#login #log_boton {
	float: left;
	height: 24px;
	text-align:right;
	padding-left:5px;
}
#login #log_boton_salir {
	float: right;
	height: 24px;
	text-align:right;
	padding-left:10px;
}
#login #log_registrarse {
	float: left;
	color: #990000;
	text-decoration: none;
	padding-right:40px;
	padding-top:2px;
	display:inline;
	font-weight:bold;
}
#login #log_registrarse a{
	color: #333333;
	text-decoration: none;
}
#login #log_registrarse a:hover{
	color: #990000;
	text-decoration: none;
}
#login form {
	display:none;
}
#login #log_recuperar {
	float: left;
	color: #990000;
	text-decoration: none;
	padding-top:2px;
	display:none;
}
#login #log_recuperar a{
	color: #333333;
	text-decoration: none;
}
#login #log_recuperar a:hover{
	color: #990000;
	text-decoration: none;
}
#log_bienvenido {
	float: left;
	color: #333333;
	text-decoration: none;
	padding-top:3px;
	display:inline;
	padding-left:10px;
}
#login #log_bienvenido a{
	font-weight:bold;
	color: #990000;
	text-decoration: none;
}
#login #log_bienvenido a:hover{
	color: #990000;
	text-decoration: underline;
}
.nombre_login{
	font-weight:bold;
	color: #990000;
	text-decoration: none;
}

/* MIDDLE LEFT BANNERS *******************/

#right {
	width: 150px;
	overflow:hidden;
}
#right #banner{
	float: left;
	width: 130px;
	padding: 10px 7px 10px 10px;
}
#left #banner {
	float: left;
	width: 130px;
	padding: 10px 13px 10px 7px;
}


/* MIDDLE CENTER ****************************************/

#center_contenedor {
	float: left;
	width: 460px;
	padding:0px 5px 0px 5px;
	overflow:hidden;
}
 #center,
 #center_home {
	float: left;
	width: 460px;
	overflow:hidden;
}
 #center #banner_top_center,
 #center_home #banner_top_center{
	float: left;
	width: 458px;
	overflow:hidden;
}

/* MIDDLE CENTER BOTONERA BOTTOM *****/

#center #menu_bottom,
#center_home #menu_bottom {
	background-color: #EEEEEE;
	width: 460px;
	padding-top: 3px;
	margin-bottom:10px;
	text-align:center;
	float:left;
	overflow:hidden;
}
#center #menu_bottom #menu_bottom_link,
#center_home #menu_bottom #menu_bottom_link {
	padding-right: 15px;
	padding-left: 15px;
	display:inline;
}
#center #menu_bottom #menu_bottom_link a:hover,
#center_home #menu_bottom #menu_bottom_link a:hover{
	text-decoration: none;
	color:#006699;
}



/* RIGHT ****************************************/

#right {
	float: left;
	width: 150px;
}

/* RIGHT BUSCAR *****/

#right #buscador{
	float:left;
	padding: 5px 10px;
	width: 130px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.buscar_campo {
	width: 100px;
	border: 1px solid #006699;
	height: 13px;
	font: 11px Verdana, Arial, sans-serif;
	padding:2px 0px 0px 2px;
	color:#555555;
}
.buscar_desplegable {
	width: 106px;
	border: 1px solid #333333;
	height: 15px;
	font: 11px Verdana, Arial, sans-serif;
	padding:0px 0px 0px 2px;
	color:#555555;
}
.buscar_boton {
	width: 20px;
	border:0px;
	height: 18px;
	padding:0px;
	margin:0px;
	background-image:url(../images/back_boton_20.gif);
	background-repeat:no-repeat;
	background-color:#EEEEEE;
	font:bold 10px Verdana, Arial, sans-serif;
	color:#003366;
	text-align:center;
	padding-top:1px;
	cursor:pointer;
}
#right #buscador #busc_titulo {
	float:left;
	width: 130px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
}
#right #buscador #busc_campo {
	float:left;
	width: 110px;
	text-align:left;
}
#right #buscador #busc_boton {
	float:left;
	width: 20px;
	text-align:right;
}

/*RIGHT CARRO *****/

#right #carro{
	float:left;
	padding: 10px;
	width: 130px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 5px;
}
#right #carro #carro_titulo {
	float:left;
	width: 130px;
}
#right #carro #fondo_carro {
	float:left;
	width: 116px;
	background-image:url(../images/back_carro_130.gif);
	background-repeat:repeat-y;
	padding-left:14px;
}
#right #carro #linea_carro {
	float:left;
	width: 116px;
	margin-bottom:1px;
	margin-top: 4px;
}
#right #carro #carro_moneda {
	float:left;
	width: 46px;
	font-weight:bold;
	text-align:left;
}
#right #carro #carro_items{
	float:left;
	width: 67px;
	text-align:right;
	padding-right:3px:
}
#right #carro #carro_monto {
	float:left;
	width: 113px;
	margin-top:3px;
	margin-bottom:10px;
	padding-right:3px;
	font:18px Verdana, Arial, sans-serif;
	overflow: hidden;
}
#right #carro #carro_txt_link {
	float:left;
	padding:5px;
	margin-bottom:10px;
	color: #003366;
	text-decoration: none;
	width: 120px;
	background-image:url(../images/bottom_carro_130.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:right;
}
#right #carro #carro_txt_link a{
	color: #003366;
	text-decoration: none;
}
#right #carro #carro_txt_link a:hover{
	color: #003366;
	text-decoration: underline;
}


/*RIGHT ENCUESTA *****/


#right #encuesta{
	float:left;
	padding: 10px;
	width: 130px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 5px;
}
#right #encuesta #enc_titulo {
	float:left;
	width: 130px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
	margin-bottom:5px;
}
#right #encuesta #enc_consigna {
	font:bold 10px Verdana, Arial, sans-serif;
	color:#990000;
	float:left;
	width: 130px;
	text-align:center;
}
#right #encuesta #enc_resultados {
	float:left;
	width: 130px;
	margin-bottom:1px;
}
#right #encuesta #enc_resultados #enc_radio{
	float:left;
	width: 20px;
	height:20px;
}
.radio_enc {
	border: none;
	font: 11px Verdana, Arial, sans-serif;
	padding:0px;
	margin:0px;
	color:#555555;
}
.boton_enc {
	width: 76px;
	border:0px;
	height: 18px;
	padding:0px;
	margin:0px;
	background-image:url(../images/back_boton_76.gif);
	background-repeat:no-repeat;
	background-color:#EEEEEE;
	font:bold 10px Verdana, Arial, sans-serif;
	color:#003366;
	text-align:center;
	padding-top:1px;
	cursor:pointer;
}
#right #encuesta #enc_resultados #enc_opcion{
	float:left;
	width: 110px;
	height:16px;
	padding-top:4px;
}
#right #encuesta #enc_resultados #enc_tira{
	float:left;
	background-color:#DDDDDD;
	width: 100px;
	padding-top:1px;
}
#right #encuesta #enc_resultados #enc_porcentaje{
	float:left;
	width:30px;
	font-size:10px;
	color:#003366;
	text-align:right;
}
#right #encuesta #enc_boton {
	float:left;
	width: 130px;
	text-align:right;
	margin-top:10px;
}
#right #encuesta #enc_total{
	margin-top:7px;
	margin-bottom:7px;
	font:bold 11px Verdana, Arial, sans-serif;
	color:#FF6600;
	float:left;
	width: 130px;
	text-align:center;
}

/*RIGHT LINKS *****/

#right #links {
	float:left;
	padding: 10px;
	width: 130px;
	margin-top: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#right #links #tit_links {
	float:left;
	width: 130px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
}

#right #links #link_spacer{
	float:left;
	width: 130px;
	height:1px;
	background-color:#BBBBBB;
}
#right #links #link_titulo{
	float:left;
	width: 130px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #333333;
	text-decoration: none;
}
#right #links #link_link{
	font:9px Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	color: #990000;
	text-decoration: none;
	margin-bottom:10px;
	width: 130px;
	text-align:right;
	overflow:hidden;
	float:left;
}
#right #links #link_link a{
	color: #990000;
	text-decoration: none;
}
#right #links #link_link a:hover{
	color: #990000;
	text-decoration: underline;
}

/* RELACIONADOS************************************/

#rel_der {
	float:left;
	padding: 10px;
	width: 130px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow:hidden;
}
#rel_der #box{
	width: 130px;
	float: left;
	padding-bottom:5px;
	border-bottom:solid 1px #CCCCCC;
	padding-top:5px;
}
#rel_der #box #img img{
	padding-right: 4px;
	float: left;
}
#rel_der #box .tit{
	width:130px;
	font:bold 11px Arial, Helvetica, sans-serif;
	line-height:11px;
	color:#006699;
	display:inline;
	padding-bottom:3px;
	float:left;
}
#rel_der #box .tit a{
	color:#006699;
	text-decoration:none;
}
#rel_der #box .intro{
	font:10px Arial, Helvetica, sans-serif;
	line-height:10px;
}
#rel_der #box .intro a{
	color:#333333;
	text-decoration:none;
}
#rel_der #box .vermas{
	float: right;
	text-align:right;
}
#rel_der #box .vermas a{
	color:#990000;
	text-decoration:none;
}
/* BOTTOM ****************************************/

#bottom {
	float: left;
	width: 770px;
	color:#FFFFFF;
	background-color:#999999;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#bottom #datos {
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	float: left;
	width: 653px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family:Arial, Helvetica, sans-serif;
}
#bottom #logoGN {
	float: right;
	width: 82px;
	padding-top: 3px;
	text-align: right;
	padding-right: 5px;
}

/* BOTONERA ****************************************/

.boton1 a{
	background-image: url(../images/bot_cat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 138px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
}
.boton1 a:hover{
	color: #07698E;
	text-decoration: none;
}
.boton2 {
	background-image: url(../images/bot_cat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 138px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #07698E;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
}
.boton2 a{
	color: #07698E;
	text-decoration: none;
}
.menuLeft a{
color:#666666;
}
.menuLeft a:hover{
color:#07698E;
}
.lat_lev_0 :hover{
	background-image: url(../images/bot_cat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 138px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #07698E;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
}
.lat_lev_0{
	background-image: url(../images/bot_cat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 138px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
}
.lat_lev_0_over{
	background-image: url(../images/bot_cat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 138px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #07698E;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
}
.lat_lev_0_out{
	background-image: url(../images/bot_cat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 138px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
}
.lat_sel_0_over{
	background-color:#DFE3EF;
	background-image: url(../images/bot_cat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 138px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #07698E;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
}
.lat_sel_0_out{
	background-color:#DFE3EF;
	background-image: url(../images/bot_cat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 138px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #07698E;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
}
.lat_sel_0_out a{
	color: #07698E;
	text-decoration:none;
}
.lat_lev_1_over{
	background-color:#DFE3EF;
	background-image: url(../images/bot_subcat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 133px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #07698E;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
	
}
.lat_lev_1_out{
background-color:#DFE3EF;
	background-image: url(../images/bot_subcat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 133px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
}
.lat_lev_1_out a{
	color: #666666;
	text-decoration:none;
}
.lat_sel_1_over{
	background-color:#DFE3EF;
	background-image: url(../images/bot_subcat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 133px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #07698E;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
}
.lat_sel_1_out{
	background-color:#DFE3EF;
	background-image: url(../images/bot_subcat.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	float: left;
	width: 133px;
	padding-top: 3px;
	padding-bottom:4px;
	padding-left: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #07698E;
	text-decoration: none;
	border-bottom: solid 1px #07698E;
	cursor: pointer;
}
.lat_sel_1_out a{
	color: #07698E;
	text-decoration:none;
}
.lat_lev_2_over{
	width:130px;
	height:12px;
	padding-bottom:5px;
	padding-left:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	background-image:url(../../img/triang_blanco.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	line-height: 10px;
	cursor: pointer;
}
.lat_lev_2_out{
	width:130px;
	height:12px;
	padding-bottom:5px;
	padding-left:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-image:url(../../img/triang_blanco.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	cursor: pointer;
	line-height: 10px;
}
.lat_lev_2_out a{
	color:#000000;
	text-decoration:none;
}
.lat_sel_2_over{
	width:130px;
	height:12px;
	padding-bottom:5px;
	padding-left:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	background-image:url(../../img/triang_blanco.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	line-height: 10px;
	cursor: pointer;
}
.lat_sel_2_out{
	width:130px;
	height:12px;
	padding-bottom:5px;
	padding-left:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	background-image:url(../../img/triang_blanco.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	line-height: 10px;
	cursor: pointer;
}
.lat_sel_2_out a{
	color:#444444;
	text-decoration:none;
}

/* BOTONERA INFERIOR */

.bot_lev_0_over{
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
	color:#006699;
}
.bot_lev_0_out{
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
}
.bot_lev_0_out a{
	color:#555555;
	text-decoration:none;
}
.bot_sel_0_over{
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
	color:#006699;
}
.bot_sel_0_out{
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
}
.bot_sel_0_out a{
	color:#555555;
	text-decoration:none;
}

/* PAGINADO ************************/

#paginado {
	float:left;
	background-color:#F5F5F5;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	padding:2px;
	margin-top:10px;
}
#paginado a{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.red {
	color:#990000;
	}

.botAdjunto {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding-left:16px;
	margin-right:20px;
	margin-bottom:10px;
	background: url(../images/downloadIcon.gif) no-repeat left top;
}
