@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E8E8E8;
}

.Menu:link,.Menu:visited {
	font-family: "Lucida Grande", Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.Menu:hover {
	font-family: "Lucida Grande", Verdana, Tahoma;
	font-size: 12px;
	color: #DACC6B;
	text-decoration: none;
	font-weight: bold;
	background-color: #333333;
}
.TextoNormal {
	font-family: "Lucida Grande", Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

a:link,a:visited {
	font-family: "Lucida Grande", Verdana, Tahoma;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	font-family: "Lucida Grande", Verdana, Tahoma;
	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;
	font-weight: normal;
}


.Encabezado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #B58A0B;
	text-decoration: none;
}
.Titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #b58a0b;
	text-decoration: none;
	text-align: right;
	font-style: italic;
}
.SubTitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #b58a0b;
	text-decoration: none;
	text-align: right;
	font-style: italic;
}
li {
	font-family: "Lucida Grande", Verdana, Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
.Imagen {
	margin-right: 12px;
	margin-bottom: 5px;
}
.Borde {
	border: 1px solid #CCCCCC;
}
