/* CSS Document */

body {
	margin: 0px;
	padding: 8px;
	background-color: #f4cfa6;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	line-height: 140%;
	
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-track-color: #9E8700;
	scrollbar-face-color: #9B1298;
	scrollbar-shadow-color: #9B1298;
	scrollbar-highlight-color: #9B1298;
	scrollbar-3d-light-color: #9B1298;
}

h1 {
	font-size: 15px;
}


a:link {
	color: #826F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #9B1298;
}
a:active {
	text-decoration: none;
}



.pdf {
	background-image: url(../imagenes/logoAcrobat.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 21px;
}

.go_4 {
	background-image: url(../imagenes/volver_chico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 21px;
	color:#FFFFFF
}
