@charset "utf-8";
/* CSS Document */
#capaGeneralPortadas {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	height: 420px;
	overflow: auto;
	text-align:left;
	background-color:#000000;
}	
body {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}
a:link {
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
.tituloseccion {
	color: #FF8B40;
	font-weight: bold;
	font-size: 25px;
	vertical-align: bottom;
}
.textodescargas {
	color: #FF8A3D;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}
.fondotablas{
	background-color:#FFFFFF;
	}
.nota {
	color:#FFFFFF;
	}
