@import url('body.css');
@import url('content.css');
@import url('nav-h.css');

a { font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #333; text-decoration: none; }
a:hover { text-decoration: none; color: #06C; }





/*TEXTOS*/
.link_ {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #016934;
	text-decoration: none;
}
.link_ a { font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #333; text-decoration: none; }
.link_ a:hover {
	text-decoration: none;
	color: #009449;
}
.tx_title { font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #000; text-decoration: none; font-weight: bold; }
.tx_phone { font-family: Verdana, Geneva, sans-serif; font-size: 18px; color: #008140; text-decoration: none; }
.tx_white { font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #FFF; text-decoration: none; }
.tx_title_interno { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000; text-decoration: none; font-weight: bold; }

.back_buttons { background-image: url(../img/back_buttons.jpg); background-repeat: repeat-x; background-position: top; height: 33px; background-color: #008F47; }

.link_listados a { font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #333; text-decoration: none; font-weight: bold; }
.link_listados a:hover {
	text-decoration: none;
	color: #009449;
}

/*MENU LISTADOS*/


.arrowlistmenu { width: 210px; /*width of menu*/ margin: 0px; padding: 0px; }
.arrowlistmenu .headerbar { color: #787878; margin-bottom: 10px; background-image: url(../images_/back_botonera.gif); background-repeat: repeat-x; background-position: left center; font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 6px; padding-right: 0; padding-bottom: 6px; padding-left: 10px; }
.arrowlistmenu ul { list-style-type: none; padding: 0; margin: 0; }
.arrowlistmenu ul li { padding-bottom: 1px; background-image: url(../img/back_buttons.jpg); background-color: #008E44; background-repeat: repeat-x; }
.arrowlistmenu ul li a { color: #FFF; /*custom bullet list image*/ display: block; padding-left: 25px; /*link text is indented 19px*/ text-decoration: none; font-weight: normal; font-size: 11px; padding-top: 8px; padding-right: 0; padding-bottom: 8px; background-image: url(../img/ico_arrow.gif); background-repeat: no-repeat; background-position: 12px center; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFF; }
.arrowlistmenu ul li a:visited { color: #FFF; }
.arrowlistmenu ul li a:hover { /*hover state CSS*/ color: #FC0; }
.borde_tb {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
