body{ background-color: #fff; padding:0 0 0 0; margin:0 0 0 0; } body, textarea{
/* font-family:Verdana,  Geneva,  Arial,  Helvetica,  sans-serif;  font-size: 10px; */
/* color: #7d7d7d */
color: #00772c
font-family: Arial;
font-size: 13px;
}


P, TD, UL {
  font-family:Arial, sans-serif;
  font-size:8pt;
}

input,select,option,textarea {
	background-color: #FFE3B5;
	font-size: 9px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000000
}

h1, h2, h3, h4, h5, h6, p, strong, form, acronym, label, th, span, a, hr, code, pre, hr {
	margin:0;
	padding:0;
	font-size: 1em;
	background-repeat:no-repeat;
	list-style-type:none;
}

h3 {
    color: #9C3000;
    /*padding-left: 5px;*/
}

h4 {
    font-style: italic;
    color: #9C3000;
    padding-left: 5px;
}

.tdmenu  {
	color: white;
	font-family : Tahoma, Arial;
	font-size : 10pt;
}

th  {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
    text-align: center;
    font-weight: bold;
	background-color: #FF9900;/*#5A695A;*/
	padding-left: 5px;
	color: white;
}
    th a:active {
        text-decoration: none;
        /* color: PapayaWhip; */
        color: #5A695A;
        cursor:hand;
    }

    th a:visited {
        text-decoration: none;
        /* color: PapayaWhip; */
        color: #5A695A;
        cursor:hand;
    }

    th a:hover {
        text-decoration: underline;
        color: PapayaWhip;
        cursor:hand;
    }


    td a:active {
        text-decoration: none;
		 font-weight: bold;
        /* color: PapayaWhip; */
        color: #5A695A;
        cursor:hand;
    }

    td a:visited {
        text-decoration: none;
		 font-weight: bold;
        /* color: PapayaWhip; */
        color: #5A695A;
        cursor:hand;
    }

    td a:hover {
        text-decoration: underline;
		 font-weight: bold;
        color: PapayaWhip;
        cursor:hand;
    }





a, a:visited, a:hover { 
	 /*  color:#666; text-decoration:none;  */
	 color:#00772c; text-decoration:none;  /*  font-weight: bold;  */
}
a:hover {
	text-decoration: underline;
}
img{ 
	border:none;
}
hr {
	height: 1px;
	color: #000;
	clear:both;
}

dt {
	font-weight: bold;
}

.clear {
	clear: both;
}
h1 {
	font-size: 2em;
}
h1 a{
	color: #000;
}

h2 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 1.1em;
	margin: 10px 0 5px 0;
}

p {
	margin: 0 0 10px 0;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}




th, td {
	 padding: 2px 4px 2px 4px; 
	/* text-align: left; */
	vertical-align: top;
}
thead tr {
  background-color: #fc0;
}
th.sorted {
    background-color: orange;
}
th a, th a:visited {
  color: #466432;
}
th a:hover {
  text-decoration: underline;
  color: black;
}
th.sorted a, th.sortable a {
	background-position: right;
	display: block;
}
th.sortable a {
	background-image: url(../img/arrow_off.png);
	padding-right: 8px;
}
th.order1 a {
	background-image: url(../img/arrow_down.png);
	padding-right: 8px;
}
th.order2 a {
	background-image: url(../img/arrow_up.png);
	padding-right: 8px;
}
tr.odd {
 /*edu  background-color: #FBFDD7  */
 background-color: #FFFFFF;


}
tr.tableRowEven, tr.even {
 /*edu background-color: #E4E6B0  */
 background-color: #fbf3c0;
}

tr.even a:hover {
  background-color: #FFA500;
}

tr.odd a:hover {
  background-color: #FFA500;
}




/* test styles */
table.its thead tr {
  background-color: #69c;
}
table.its tr.even {
  background-color: #def;
}

table.mars thead tr {
  background-color: #9c9;
}
table.mars tr.even {
  background-color: #ccb;
}
table.mars tr.odd {
  background-color: #eec;
}


table.simple thead tr {
  background-color: #eee;
}
table.simple tr.even {
  background-color: #fff;
}
table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.simple td,table.simple th{
	border: 1px solid #ccc;
}

table.nocol tbody td,table.nocol tbody th{
	border-left: none;
	border-right: none;
	padding:2;
}





table.report td, table.report th{
	font:         menu;
}
table.report th{
	background:   buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	cursor:       hand;
}
table.report idcol {
	background: buttonface;
}

table.report tr.even{
	background-color: #399;
}
table.report tbody {
	height: 100px;
	overflow: auto;
}

table.report {
	height: 120px;
	overflow: auto;
}

table.report tbody tr{
	height: 10px;
}





table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}
table.sublist td, table.sublist th {
	width: 50%;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	/* padding: 2px 4px 2px 4px;
	margin: -10px 0 10px 0;
	width: 79%;*/
}

span.export {
	padding: 0 4px 1px 20px;
	display:inline; display:inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../img/ico_file_excel.png);
}
span.csv {
	background-image: url(../img/ico_file_csv.png);
}
span.xml {
	background-image: url(../img/ico_file_xml.png);
}

span.pagebanner {
	background-color: #f09225;
	color: #ffffff;
	/*  border: 1px dotted #999; */
	padding: 2px 4px 2px 4px;
	width: 96%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #ffffff;
	/* border: 1px dotted #003300; */
	padding: 2px 4px 2px 4px;
	width: 96%;
	display:block;
	border-top: none;
	margin-bottom: -5px;
}

.bordeVerde {
	border-color: #5A695A; 
	border-width: 1px; 
	border-style: solid;
}

.bgVerde {
    background-color: #5A695A;
    color: white;
}


table.borde {
	background-color: #fffff;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
}

INPUT.seleccionar {
	font-family: Verdana;
	color: #88734A;
	background-color: #E4E6B0;
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	border-top: 1px solid #F6EDE0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #F6EDE0;	
}

.Marron { font-family: Verdana; font-size: 10px; font-weight: bold; color: #88734A; background-color:#E4E6B0; }






.inline-button {
   _width:12em;
   font: bold 100%/1 Verdana, sans-serif;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   border: 1px solid black;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #ccc;
   color: black;
   }
.inline-button em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: black;
   }
.inline-button span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.inline-button:hover {
   background: #666;
   color: white;
   }
.inline-button:hover em {
   background: black;
   color: white;
   }


.orange { background: orange; color: black }
.orange em { background: white; color: #c60 }

.blue { background: #06c; color: white }
.blue em { background: white; color: #06c }

.green { background: green; color: white }
.green em { background: white; color: green }


.bloque_d_paginacion
{
	color:#FFFFFF;
	background-color:#eb7125;
	font-family :Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:5px;
	line-height: 20px;
	width:100%;
}

.bloque_d_descripcion
{
	color:#666666;
	font-family :Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	margin-top:5px;
	line-height: 18px;
}
