@charset "utf-8";
body {
	background-image: url(images/fondo2.jpg);
	margin: 0;
	background-repeat:  repeat-x;
	height: 100%;
	background-attachment: fixed;
}
.link-bl {
	font-family: Tahoma, Arial, Trebuchet MS;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.scrolled {
	height: 240px;
	width: 705px;
	overflow: auto;
	position: relative;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
}
h1, h2 {
	margin: 0px;
	padding: 0px;
}


.stars {
	background-image: url(images/star.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 100%;
}
html {
	height:100%;
}
div {
	min-height:100%;
}
html  div {
	height:100%;
}
.titulos {
	font-family: Impact, Arial Black;
	font-size: 22px;
	font-weight: normal;
	color: #6699ff;
	text-decoration: none;
}
a.titulos:hover	{
	color: #ffffff;
}
.textos {
	font-family: Tahoma, Arial, Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.textos:hover	{
	text-decoration: underline;
	color: #6699ff;
}

