body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	color: #356875;
	background-color: #D8E3E8;
	text-align: justify;
	scrollbar-face-color: #D8E3E8; /*barra*/
	scrollbar-arrow-color: #006699; /*flecha*/
	scrollbar-track-color: #EFF2F6; /*fondo*/
	scrollbar-shadow-color: #FFFFFF; /*sombra*/
	scrollbar-highlight-color: #FFFFFF; /*sombra clara*/
	scrollbar-3dlight-color: #52A7BB; /*sombra mas clara*/
	scrollbar-darkshadow-Color: #0066CC; /*sombra oscura*/
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}

img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #D8E3E8;
	border-right-color: #D8E3E8;
	border-bottom-color: #D8E3E8;
	border-left-color: #D8E3E8;
}

.enlaceimagen {
	text-decoration: none;
	color.a: nome;
	color: #000000;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #356875;
	border-right-color: #356875;
	border-bottom-color: #356875;
	border-left-color: #356875;
}

.enlaceimagenCB {
	text-decoration: none;
	color.a: nome;
	color: #000000;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-color: #356875;
	border-right-color: #356875;
	border-bottom-color: #356875;
	border-left-color: #356875;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}
.enlaceimagen {
	text-decoration: none;
	color.a: #D8E3E8;
	border: 1;
}

.capaprecios {
	position: absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 400px; /*Le ponemos el valor del alto*/
	width: 500px; /*Le ponemos el valor del ancho*/
	margin-top: -200px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -250px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	background-color: #EFF2F6;
	z-index: 1021;
	border: 1px solid #000000;
	visibility: hidden;
}
	

