/* 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(imagenes/fondo.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;
}
.TextoGeneralNegro {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.TextoGeneralRojo {
	font-family: Arial;
	font-size: 11px;
	color: #b01501;
}
.TitulosGenerales {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #1D8EAF;
}
.TextoCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b01501;
}
/* Estilos para links*/
A:link { 
text-decoration:none
}
A:visited {
text-decoration:none
}
A:hover {
text-decoration:underline
}
A:active {
text-decoration:none
}
/*Fondos para celdas*/
.FondoCafe {
background-color:#4b2f00;
}
.FondoLogin {
background-color:#ececec;
}
.FondoLista {
font-family:Arial;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
background-color:#FF3399;
}
/* Estilos para la Base de Datos*/
.TitulosBig {
	color: #990000;
	font-family: Times New Roman, Times, serif;
	font-size: 36px;
	font-weight: bold;
}
.TitulosMed {
	color: #990000;
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.TitulosMedMorado {
	color: #990066;
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.TitulosMedMorado2 {
	color: #990066;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	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;
}
.TextoGeneralGuinda {
font-family: Arial;
font-size: 11px;
color: #990066;
}
.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
}
.TextoMorado {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #990066; 
	FONT-FAMILY: Arial; 
}
.TextoResaltadoBlanco {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial; 
}
.TextoResaltadoBlanco2 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: Arial; 
}
.TextoResaltadoNegro {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial; 
}
.TextoResaltadoRojo {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #b01501; 
	FONT-FAMILY: Arial; 
}
/* Estilos para Newsletters */
.titulonews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #454545;
	font-weight: bold; 
}
.subtitulosnews {
	font-family: tahoma, arial, Microsoft Sans Serif;
	font-size: 11px; 
	color: #4d96be;
	font-weight: bold; 
}
.titulosgrandesnews {
	font-family: tahoma, arial, Microsoft Sans Serif;
	font-size: 14px; 
	color: #285778;
	font-weight: bold; 
}
.textoresaltadonews {
	font-family: tahoma, arial, Microsoft Sans Serif;
	font-size: 11px; 
	color: #356a8b;
	font-weight: bold; 
}
.vinculosnews {
	font-family: Tahoma, arial, serif;
	font-size: 11px; 
	color: #57647a;
	font-weight: bold; 
}