/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
#petsdivcontainer { width:340px; height: 300px; clear: right; border-top: 1px solid gray; border-right-color: gray; border-bottom-color: gray; border-left-color: gray; }
.indentmenu{ font: bold 11px Verdana, Arial, Helvetica, sans-serif; width: 340px; height: 21px; clear: both; margin-top: 20px; /*leave this value as is in most cases*/
}
.indentmenu ul{ background-image: url(indentbg.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: center; width: 340px; margin: 0; padding: 0; float: left;; }

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{ float: left; color: black; /*text color*/
padding: 3px 11px; text-decoration: none; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{ color: black !important; background-color: #000; background-image: url(indentbg3.gif); background-repeat: repeat-x; background-position: center; padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px; }
/*-----Convertidor de moneda ---*/
#div_contenidos_calcVF { color: #1a1a1a; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; width: 334px; border-right: 2px solid #b3b3b3; border-left: 2px solid #b3b3b3; }
#div_contenidos_calcVF h1 { color: #363535; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 10px; margin-bottom: 10px; }
td, th { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; word-spacing: normal; }
/*--- TABLAS DE LOS INDICADORES ---*/
#tablas h1 { font-size: 12px; font-family: arial; margin-top: 6px; margin-bottom: 0; border-bottom: 1px solid #949494; }
#tablas p { font-size: 11px; font-family: arial; }
#tablas {  }
#tablas td { padding-top: 9px; padding-bottom: 9px; padding-left: 5px; }
.tabla_naranja { background-color: #979797; }
