/* CSS Document */
body
{
	margin:0px;
	padding:0px;
}
a img
{
	border:0px;
}
a:link {
	color: #91268F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #91268F;
}
a:hover {
	text-decoration:underline;
	color: #F60000;
}
a:active {
	text-decoration: none;
}

#blue
{	
	background-color:#91268F;
	height:36px;
}
#back
{
	background:url(../images/gris.gif) top repeat-x;
	height:91px;
}
#grey
{
	background:url(../images/gris2.gif) bottom repeat-x;
	width:100%;
}
#logo
{
	width:765px;
}
.title
{
	font-family:Verdana, "Arial", Helvetica, sans-serif;
	font-size:18px;
	color:#91268F;
}
.text
{
	font-family:Verdana, "Arial", Helvetica, "sans-serif";
	font-size:11px;
	color:#494949;
}
