.textos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.textosVineta {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	list-style-image: url(img/vineta.png);
	font-style: normal;
	list-style-position: outside;
	display: inline-table;
	list-style-type: disc;
	margin-top: 10px;
}
.titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	text-transform: uppercase;
}

.subtitulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999900;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
}
.vinculos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009999;
	text-decoration: underline;
}
.vinculos:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline;
}
.subMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #006699;
	color: #FFFFFF;
	display: inline;
}
.campos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	background-color: #D9D9CA;
}
.tablaEncabezados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
.tablaTextos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F2F2E3;
	text-align: center;
	border: thin solid #000000;

}
.menuPrincipal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003366;
	text-decoration: none;
}
.menuPrincipal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#990000;
	text-decoration: none;
}
.bordeAbajo {

}
#bordeFoto {
	border: 1px solid #000000;
	height: 10px;
	width: 10px;
	margin: 10px;
}
.tdCentral {
	background-color: #F8F8F1;
	background-image: url(img/sombraV.gif);
	background-repeat:  repeat-y;
}

