/*Estilo de Cascada Basico */
<!--
/*Hipvervinculo Normal*/
a:link {
	color: #ff5c00;
	font-family:  verdana, arial, sans-serif;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}

/*Hipvervinculo Visitado*/
a:visited {
	color: #ff5c00;
	font-size: 90%;
	font-family:  verdana, arial, sans-serif;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
}

/*Hipvervinculo Sobre*/
a:hover {
	color: #666666;
	font-size: 90%;
	font-family:  verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

/*Hipvervinculo Normal*/
a.menutop:link {
	color: #ffffff;
	font-family:  verdana, arial, sans-serif;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}

/*Hipvervinculo Visitado*/
a.menutop:visited {
	color: #555555;
	font-size: 90%;
	font-family:  verdana, arial, sans-serif;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
}

/*Hipvervinculo Sobre*/
a.menutop:hover {
	color: #ffffff;
	font-size: 90%;
	font-family:  verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}



/*Pagina*/
body {
	background: #ffffff;
	font-family:  verdana, arial, sans-serif;
	font-size: 88%;
	color: #555555;
	text-align: justify;
	margin-top: 0px;
	margin-left: 0px;
}

/*Layer*/
div {
	margin:0px 0px 0px 0px;	
}

/*Encabezado 1*/
h1 {
	color: #ff5c00;
	background: #ffffff;
	font-family:  verdana, arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}
/*Encabezado 2*/
h2 {
	color: #ff5c00;
	background: #ffffff;
	font-family:  verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

/*Encabezado 3*/
h3 {
	color: #ffba00;
	background: #ffffff;
	font-family:  verdana, arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

/*Separador Horizontal*/
hr {
	color: #cccccc;
	background: #ffffff;
}
/*Imagen*/
img {
	border-width: 0px;	
	vertical-align: bottom;
}

/*Texto de la pagina*/
p {
	color: #555555;
	font-family:  arial, verdana, sans-serif;
	font-size: 100%;
	margin:0 0 0 0;
	line-height:150%;
}

/*Tabla*/
table {
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:top;
}


/*Estilos aplicados por ID*/

/*Activo*/
.activo {
	color: #ff5c00;
	background: #ffffff;
	font-weight: bold;
	cursor: auto;
}

/*Bien*/
.bien {
	background: #009900;
	color: #ffffff;
}
/*Boton*/
.boton {
	background: #ff5c00;
	color: #ffffff;
}
/*Creditos pequenos*/
.creditos {
	color: #555555;
	font-size: 80%;
	font-family:  verdana, arial, sans-serif;
	text-align: center;
	height: 40 px; 
}
/*Alineacion central*/
.centrado {
	text-align: center;
}
/*Fila Clara*/
.claro {
	width:98%;
	background-color:#ffffff;
	color: #666666;
	text-align:center;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 3px 2px;
}
/*Alienado a la Derecha*/
.derecha {
	text-align: right;
}

/*Degradado*/
.degradado{
	background: url('images/fondodegra_ancho.png');
	background-repeat: repeat-x; 
	color: #555555;
	font-weight: bold;
	width:100%;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 3px 2px;
	vertical-align:middle;
}

/*Encabezado de un div*/
.encabezado{
	width:100%;
	background-color:#e9f1f6;
	text-align:center;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 3px 2px;
	color: #ff5c00;
}
/*Error*/
.error {
	background: #ff0000;
	color: #ffffff;
}

/*Fondo del menu*/
.fondomenu{
	background: url('images/fmenu.jpg');
	background-repeat: repeat-x; 
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 3px 2px;
	vertical-align: top;
}

/*Fondo de tabla*/
.fondotabla{
	background: url('images/fderecha.jpg');
	background-repeat: repeat-x; 
	color: #ffffff;
	font-weight: bold;
	width:100%;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 3px 2px;
	vertical-align:top;
}



/*Fuera*/
.fuera {
	color: #666666;
	background: #f2f2f2;
	font-weight: bold;
	cursor: auto;
}

.izquierda {
	text-align: left;
}

/*Justificada*/
.justificada {
	text-align: justify;
}
/*Menu*/
.menu {
	background: #ff5c00;
	color: #ffffff;
}

/*Menu pequenos*/
.menupequeno {
	color: #ff5c00;
	background: #ffffff;
	font-size: 80%;
	font-family: verdana, arial, sans-serif;
	text-align: center;
}

/*Naranja*/
.naranja {
	background-color:#ffffff;
	color: #ff5c00;
}

/*Naranja Negrilla*/
.naranjanegrilla {
	background-color:#ffffff;
	color: #ff5c00;
	font-weight: bold;
}

/*Negrita*/
.negrita {
	font-weight: bold;
}
/*Nota*/
.nota {
	font-size: 75%;	
}
/*Fila Oscura*/
.oscuro {
	width:98%;
	background-color:#cccccc;
	color: #ff6600;
	text-align:center;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 3px 2px;
}

/*Resultado*/
.resultado {
	color: #ff5c00;
	background: #ffffff;
	font-weight: bold;
}

/*Sobre*/
.sobre {
	color: #666666;
	background: #f2f2f2;
	font-weight: bold;
	text-decoration: underline; 
	cursor: pointer;
}




-->

