body {
	background-color: #000000;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.texto-bl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a.texto-bl:hover {
	color: #FFFFFF;
}


.titulo1 {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.verde {
	font-family: Tahoma;
	font-size: 11px;
	color: #339900;
	text-decoration:none;
	margin-right: 3px;
	margin-left: 3px;
}
a.verde:hover {
	text-decoration: underline;
}	
.borde {
	border: 1px solid #FFFFFF;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	margin-right: 10px;
	margin-left: 10px;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.titulos:hover {
	color: #009933;
}

h1, h2, h3 {
	display: inline;
	margin: 0px;
	color: #FFFFFF;
}


a.link:hover {
	color:#FFFFFF;
}
.tablados {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.tablados2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #006633;
	border-bottom-color: #006633;
}
