html, body {
	font-family:Arial, Helvetica;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#a9398b;
	padding-top:0px;
	text-align:center;
	margin-bottom:10px;
}
.contenidor {
	text-align:left;
	width:990px;
	min-height:600px;
	height:auto;
  background-color:white;
  border:1px solid white;
  margin: 0 auto;
}
.capsalera {
	width:990px;
	height:117px;
	background-image:url('../_img/capsalera.jpg');
	background-repeat:no-repeat;
	margin: 0 auto;
}
.Rmenu {
	width:100px;
	height:21px;
	background-color:#a9398b;
	float:left;
	margin-left:10px;
	color:white;
	font-size:0.80em;
	font-weight:bold;
	text-align:center;
	line-height:16pt;
	margin-top:40px;
}
a {
	color:#a9398b;
	text-decoration:none;
}
a:hover {
	color:black;
	text-decoration:underline;
}
.Rmenu a {
	color:white;
	text-decoration:none;
	display:block;
	font-size:10pt;
}
.Rmenu a:hover {
	color:white;
	text-decoration:none;
	background-color:black;
	display:block;
}
.quefem a {
	color:black;
	text-decoration:none;
}
.quefem a:hover {
	color:#a9398b;
	text-decoration:underline;
}
.articles a {
	color:#65646a;
	text-decoration:none;
}
.articles a:hover {
	color:#a9398b;
	text-decoration:underline;
}
.opinio a {
	color:red;
}
.opinio a:hover {
	color:green;
}