@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	background:url(img/background-integral.jpg) top repeat-x #000;
	margin:0;
}
a {
	text-decoration:underline;
	color:#FFF;
}
a:hover {
	color:#CCC;
	text-decoration:none;
}
#contenedor {
	margin:0 auto;
	width:900px;
}
.info {
	text-align:center;
	margin-top:20px;
}
.creatividad {
	margin: 10px auto;
	text-align:center;
	font-size: 10px;
	color:#666;
}
.creatividad a {
	text-decoration:none;
	color:#999;
	background: url(img/logo-creatividad-a.jpg) top no-repeat;
	width:121px;
	padding-top:50px;
	display:block;
	margin:0 auto;
}
.creatividad a:hover {
	text-decoration:none;
	background: url(img/logo-creatividad-b.jpg) top no-repeat;
	color: #CCC;
}
