@charset "utf-8";
/* CSS Document */

/*layout principal*/

body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	background-image: url(imagesintro/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.backFooter
{
	background-image:url(imagesintro/footer.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:50px;
	text-align:center;
}

.boton{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#999;
}

a:link{
	font-size:12px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}

a:hover{
	font-size:12px;
	font-weight:bold;
	color:#3C0;
	text-decoration:none;
}

a:visited{
	font-size:12px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}

a:active{
	font-size:12px;
	font-weight:bold;
	color:#3C0;
	text-decoration:underline;
}

