body {
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC; 
	SCROLLBAR-SHADOW-COLOR: #CCCCCC; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #1E8EC0; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	margin:0px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-attachment: fixed;
	background-image: url(../images/fondo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
.txt_contenidos {
	margin: 20px;
	color: #666666;
}
.txt_contenidos_titulo {
	color: #1E8EC0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.img {
	float: right;
	border: 1px solid #1E8EC0;
	margin-left: 20px;
	margin-bottom: 10px;
}
.txt_contenidos_bloque {
	margin: 20px;
	color: #666666;
	text-align: justify;
}
