/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}

html, body{height:100%} /*Esta funciona para que las divs se extiendan en su altura al 100% de la página*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset {
	border: 1px solid #CCCCCC;
	background-image: url(imagenes/fnd_firefox.gif);
	background-repeat: repeat-x;
}
table.menuTB 
{
border: 1px solid #DADADA; 
border-collapse: collapse;
margin-top:2px;
  
}
td.menuTD 
{
	border: 1px solid #DADADA;
    padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width:20%;
}
td.celdaS {
	font-weight: bold;
	color: #666666;
	background-color: #EFEFEF;
	background-image: url(../imagenes/fnd_30-gris-2.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}
#sub a:link, #sub a:visited, #sub a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#sub a:hover {
	text-decoration: underline;
}

#linkN a:link, #linkN a:visited, #linkN a:active {
	color: #000000;
	text-decoration: none;
}
#linkG a:link, #linkG a:visited, #linkG a:active {
	color: #333333;
	text-decoration: none;
}
/*#linkG a:hover {
	text-decoration: underline;
}*/
.div-o {
	background-color: #666666;
	color:#FFFFFF;
	height: 12px;
	font-weight: bold;
	text-align: center;
}
.padCel {
	padding-right: 8px;
	text-align: right;
}
/* These classes are used by the script as rollover effect for table 1 and 2 */

.tableRollOverEffect1{
		background-color:#E7F1F8;	
}
	
.tableRowClickEffect1{
		background-color:#E7F1F8;		
}
/*SWITCH */
.showstate{ 
cursor:hand;
cursor:pointer;
float: right;
margin-top: 2px;
margin-right: 3px;
}

.headers{
	font-size: 12px;
	font-weight: bold;
	background-color: #E4E8EB;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	height: 18px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 2px;
}

.switchcontent{
border-top-width: 0;
}
/*MAXCHAR */
.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
  overflow: hidden;
	background-color: #000000;
	padding-left: 5px;
}



