/********************************************************************************************/
/* AJAX Simple Tabs by developersnippets, This code is intended for practice purposes.      */
/* You may use these functions as you wish, for commercial or non-commercial applications,  */
/* but please note that the author offers no guarantees to their usefulness, suitability or */
/* correctness, and accepts no liability for any losses caused by their use.                */
/********************************************************************************************/

pre {text-indent: 30px;}
#tabmenu {color: #000;border-bottom: 1px solid #D5DBE7;margin: 0px;padding: 0px;/*z-index: 1;*//*padding-left: 5px;*/}
#tabmenu li {display: inline;overflow: hidden;list-style-type: none;height:40px;font-size:14px;}
/*#tabmenu a{color: #000000;background:#D8D8D8;font: normal 11px verdana, Arial, sans-serif;border: 1px solid #D5DBE7}*/
#tabmenu a,a.active {color: #000000;background:#D8D8D8;font: normal 11px verdana, Arial, sans-serif;border: 1px solid #D5DBE7;border-bottom: none;padding: 2px 5px 2px 5px;margin: 0px;text-decoration: none;cursor:hand;}
#tabmenu a.active {background: #FFFFFF;border-bottom: 5px solid #D8D8D8;}
#tabmenu a:hover {color: #000000;background:#D1D1D1;cursor:pointer;}
#tabmenu a:visited {color:#FFCC00;}
#tabmenu a.active:hover {background:#0066CC;color: #ffffff;}
#contentTab {font: 12px verdana, sans-serif;text-align: justify;background: #FFFFFF;padding-left:10px;padding-right:10px;padding-top:20px;border: 1px solid #D5DBE7;border-top: none;z-index: 2;}
#contentTab a {/*text-decoration: none;color: #E8E9BE;*/}
#contentTab a:hover {/*background: #F0FFFF;*/}
.Espacio{margin-left:10px}
