/* Estilo para ScrollBar*/
BODY 
{ 
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #EAEAEA;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #EAEAEA;
	scrollbar-darkshadow-color: #697074;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #999999;
}
/* Estilo para situar una imagen como fondo*/
body {
	background-image: url(images/fnd.gif);
}
/* Estilos para los Textos Generales*/
.TextoIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.TextoGeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.TitulosGenerales {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #1D8EAF;
}
/* Estilos para links*/
A:link { 
text-decoration:none
}
A:visited {
text-decoration:none
}
A:hover {
text-decoration:underline
}
A:active {
text-decoration:none
}
/* Estilos para la Base de Datos*/
.TitulosDB {
	color: #E6E6E6;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}
.Ceros {
	font-size: 10px;
	color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
}
.TextoGeneralDB {
font-family: Arial;
font-size: 11px;
color: #666666;
}
.TextoGeneralDB10 {
font-family: Arial;
font-size: 10px;
color: #666666;
}
.Separadores {color: #CCCCCC}
/* Estilos para los Buscadores*/
.CajasBuscadores {
	font-family: Arial;
	font-size: 11px;
	color: #1D8EAF;
	font-weight: bold;
}
.ResultadosEncontrados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
/* Estilos para el Mapa del Sitio*/
.SeccionesSiteMap {
	font-family: tahoma;
	font-size: 12px; 
	color: #1D8EAF;
	font-weight: bold; 
}
.SubseccionesSiteMap {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}
/* Estilos para Artículos*/
.Articulos {
	font-family: tahoma;
	font-weight: bold; 
}
/* Estilos para FAQ´s */
.FAQsQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D8EAF;
/*	font-weight: bold;*/
}
/* Estilos para Forma de Pago */
.textoresaltado {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	CURSOR: default; 
	COLOR: #1D8EAF; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}

