@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-repeat: no-repeat;
}
#contenedor {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 540px;
	width: 980px;
}
#intro {
	padding: 0px;
	float: left;
	height: 448px;
	width: 512px;
	margin-left: 234px;
	margin-top: 30px;
}
#barrainferior {
	padding: 0px;
	float: left;
	height: 30px;
	width: 980px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.textobarrainferior {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a:hover {
	color: #CCCCCC;
	text-decoration: blink;
}

* html .flotado {height:1%;} /* Explorer 6 */
*+html .flotado {height:1%;} /* Explorer 7 */
.flotado:after {content:".";display:block;clear:both;visibility:hidden;height:1px;}
