td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #002246;
}
.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.Subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.ColorA {
	background-color: #ffffff;
	/*border-color:#3300FF;	*/
	/*border: 1px solid #FA7114;*/
	
}
.ColorB {
	background-color: #E5E5E5;
}
/*Si el boton es de otro color descomentar, y aplicar a cada botón este estilo
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}*/
a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
 	color: #000033;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: none;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #FA7114;
	/*background-color: #FEC9B1;*/
	/*background-color: #FFCC99;*/
	/*background-color: #CCCC99;*/
	/*background-color: #002246;*/
	/*background-color: #FCA163;*/
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #FA7114;		
}
select {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border-color:#FF0000;
	/*border: 1px solid #FA7114;*/
	
}
li {
	list-style-image: url(../images/vinieta.gif);
}
.LineaInferior {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.Justificado {
	text-align: justify;
}

.NegritasNaranjas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.bordebloque {
	border: 1px solid #666666;
}

.ColorY {
	background-color: #BEC3C7;
}

