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

#blue
{	
	background-color:#FFD800;
	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:"Geneva", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#EB045B;
}
.text
{
	font-family:"Geneva", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494949;
}