td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.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: #EEEEEE;
}
.ColorB {
	background-color: #FFFFFF;
}
/*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: #FFCC00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
	font-weight: none;
}
a.Footer{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.Footer:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: none;
}
a.Negro{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.Negro:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: none;
}

input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F7F7F7;
	border: 1px solid #6E996C;
}

li {
	list-style-image: url(/imagenes/li.jpg);
}
.LineaInferior {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.Justificado {
	text-align: justify;
}
.LetrasTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
body {
	margin: 0px;
	padding: 0px;
}
.Letrasblancas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.LetrasChicas{
	font-size: 11px;
	color:#345434;
}
.Lat1 {
	background-image: url(/imagenes/lat1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.Lat1f {
	background-image: url(/imagenes/lat1f.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.Lat2 {
	background-image: url(/imagenes/lat2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Lat2f {
	background-image: url(/imagenes/lat2f.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
