.top {
	background-image: url(../imagenes/top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333;
	text-align: left;
}
.borde {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #004d4b;
	border-right-color: #004d4b;
	border-bottom-color: #004d4b;
	border-left-color: #004d4b;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	text-align: left;
}
a.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004d4b;
	text-align: left;
	text-decoration:underline;
}
a:hover.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004d4b;
	text-align: left;
	text-decoration:none;
}
.textoh {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	text-align:justify;
}
a.textoh {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004d4b;
	text-align:justify;
	text-decoration:underline;
}
a:hover.textoh {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004d4b;
	text-align:justify;
	text-decoration:none;
}
.destacado {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #007c78;
	text-align: center;
}
.pietexto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
a.pietexto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffec9e;
	text-align: center;
	text-decoration:underline;
}
a:hover.pietexto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffec9e;
	text-align: center;
	text-decoration:none;
}
.vineta {
	list-style-position: outside;
	list-style-image: url(../imagenes/vinetasmall.jpg);
	list-style-type: disc;
}
