
.FondoOscuroCSS {
	font-family: Times, Times New Roman;
	color: #555555;
	background: URL(../Fondos/FondoOscuro.jpg);
}

.FondoClaroCSS {
	font-family: Times, Times New Roman;
	color: #990000;
	background: URL(../Fondos/FondoClaro.jpg);
}

.BotonSeccionOFF_CSS {
	font-family: Times, Times New Roman;
	color: #000000;
	font-size: 10pt;		
	text-decoration: none;
	background-color: transparent;
	background: URL(../Botones/BotonSeccionOFF.jpg);	
}

.BotonSeccionON_CSS {
	font-family: Times, Times New Roman;
	color: #555555;
	font-size: 14pt;		
	text-decoration: none;
	background-color: transparent;
	background: URL(../Botones/BotonSeccionON.jpg);
}


.TextoClaroCSS {
	font-family: Times, Times New Roman;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	background: URL(../Fondos/FondoOscuro.jpg);	
}

.TextoOscuroCSS {
	font-family: Times, Times New Roman;
	color: #555555;
	text-decoration: none;
	background-color: transparent;
	background: URL(../Fondos/FondoClaro.jpg);
}

.TextoClaroGrandeCSS {
	font-family: Times, Times New Roman;
	font-size: 25pt;		
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	background: URL(../Fondos/FondoOscuro.jpg);	
}

.TextoOscuroGrandeCSS {
	font-family: Times, Times New Roman;
	font-size: 30pt;	
    font-color: 30pt;		
	color: #000099;
	text-decoration: none;
	background-color: transparent;	
	background: URL(../Fondos/FondoClaro.jpg);
}


.BotonInputCSS {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #D9FCFF;
	background-color: purple;
	border: 1px #aaaaaa solid;
}

.CampoInputCSS {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	color: purple;
	background-color: #D9FCFF;
    border: 2px #91271a solid;
	padding: 2px;
}

