body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-image: url(fondo.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat-x;
}

.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}
.texto {
	font-family: verdana;
	font-size: 12px;
	color: #999999;
}
.subtitulos {
	font-family: verdana;
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}

.iframe#principal {overflow-y:hidden;
}

.links1 {
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
	color: #999999;
	text-decoration: none;
}

.links1 a:link{
	color: #CCCCCC;
	text-decoration: none;
}

.links1 a:active{
	color: #CCCCCC;
	text-decoration: none;
}
.links1 a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
.links1 a:hover{
	color: #BBBBBB;
	text-decoration: underline;
}

.textopie {
	font-family: arial;
	font-size: 12px;
	color: #BBBBBB;
	text-decoration: none;
}