/* CSS Document */

body {
	background-color: #660033;
	margin: 0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #660033;
	text-align: justify;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	text-indent: 10px;
}
.menu  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #660033;
	text-align: center;
	font-weight: normal;
	
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1px;
}
.titulomenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #660033;
	text-align: center;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	}
	.titulomenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #660033;
	text-align: center;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	}
	
table {
	background-color: #ebddc3;
	background: imagenes/fondo_lares.gif;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660033;
	text-align: center;
}
a:link {
	color: #660033;
	text-decoration: none;
	font-weight: bold;
}	
a:visited {
	color: #660033;
	text-decoration: none;	
	font-weight: bold;
}	
a:hover {
	color: #660033;
	text-decoration: underline;
	font-weight: bold;
}