@charset "UTF-8";
/* CSS Document */

/* CSS Document */

body{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imagenes/pix.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #f804fa;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.blanco{
	color: #FFFFFF;
}
.line{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f804fa;
}
.h2{
	color: #f804fa;
	text-transform: uppercase;
	font-size: 12px;
}
.h3{
	color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 12px;
}
.portada{
	background-image: url(../imagenes/portada.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.rosa{
	color: #f804fa;
}
.form{
	color: #f804fa;
	border: 1px solid #CCCCCC;
}
.mini{
	font-size: 9px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
