html {
		height: 100%;
		overflow: scroll;
	}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
	color:#ffffff;
		}

.epigrafe {font-family: "Century Gothic"; font-size: 10px; color: #CCCCCC; }

.texto_azul {
	color: #006699;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
}

.texto_naranja {color: #FF6600; font-family: "Century Gothic"; font-size: 14px; font-weight: bold; }

.textoblanco {
color:#ffffff;
font-family: "Century Gothic";
font-size:9pt;
text-decoration:none;
}
.textoblancogris {
color:#CCCCCC;
font-family: "Century Gothic";
font-size:9pt;
text-decoration:none;
}
.Texto_blanco {
color:#CCCCCC;
font-family: "Century Gothic";
font-size:10pt;
text-decoration:none;
font-weight:bold;
}
/*/estilo del menu/*/
.menu {
color:#006633;
font-family: "Century Gothic";
font-size:11pt;
text-decoration:none;
}
.menu:link {
color:#006633;
font-family: "Century Gothic";
text-decoration:none;
}
.menu:visited {
color:#006633;
font-family: "Century Gothic";
text-decoration:none;
}
.menu:active {
color:#006633;
font-family: "Century Gothic";
text-decoration:none;
}
.menu:hover {
color:#009933; 
font-family: "Century Gothic";
text-decoration:none;
}
.menudos {
color:#006633;
font-family: "Century Gothic";
font-size:12pt;
text-decoration:none;
font-weight: bold;
}
/*/fin estilo menu/*/
.pieimagen{
background-image: url("pie2.jpg");
background-repeat: no-repeat;
background-position: bottom;
	}
.th_image{
background-image: url("bordesup.jpg");
background-repeat: repeat;
	}
.th_image_2{
background-image: url("bordemenu.jpg");
background-repeat: repeat;
	}
.alto_tabla{
	height:100%;
	}

.textInput
{
	background-color: #202020;
	border:none;
	color: #CCCCCC;
	font-size: 12px;
	font-family: "Century Gothic";
	padding-left: 3px;		
	
}