@charset "iso-8859-1";
body {
	font-weight: 600; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FAF6DD; 
	background-color: #A52041; 
	margin: 10px;
}

/*TITULARES*/
h1 {
	font-size: 1.3em;  
	font-weight: 800; 
	color: #FAF6DD; 
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	border-style: solid; 
	border-width: 1px; 
	border-right-color: #A25151; 
	border-bottom-color: #A25151; 
	border-top-color: #FFFFFF; 
	border-right-color: #FFFFFF; 
	text-align: center; 
	margin-bottom:1em;
}

/*CONTENEDORES*/
p {
	font-size: 1em; 
	text-align: justify;
	line-height: 2em;
}

/*TABLAS*/
table { margin-left: auto; margin-right: auto; }
.celda{text-align: center;}

/*ENLACES*/
a:link {color: #FF8080;font-weight: 800;text-decoration: none;}
a:visited {color: #FAFAF5;font-weight: 800;text-decoration: none;}
a:active {color: #DD0000;font-weight: 800;text-decoration: none;}
a:hover {color: #FFFFFF;font-weight: 800;text-decoration: none;background: #A25151;}
a img:hover {background: #FAFAFA;}
a.imagen:hover {background: #FAFAFA;}

/*OTROS*/
hr { width: 100%; color: #A25151;}

#contenido {
	text-align: center;
	}

	
#menu
{
	margin: 0;
	font-size: 90%;
	padding: 2px 0;
}

#menu li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

#menu a:link, #menu a:visited
{
	
	background-color: transparent;
	text-decoration: none;
}

#menu a:hover, #menu a:active
{
	color: #347879;
	background-color: #fff;
}
