body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}
.CeldaVCentrada {
	vertical-align: middle;
	font-size: 16px;
}
.CapaDirectorio {
	font-size: 12px;
	background-color: #FFCCCC;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.CeldaBusquedaAvanzada {
	padding: 4px;
	font-size: 12px;
	background-color: #FFCCCC;
}
.CeldaBordeEstrecho {
	border: 1px solid #000000;
}
.CeldaDirectorioDescripcion {
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.CeldaAnuncio {
	text-align: center;
	vertical-align: middle;
}
.CeldaContenido {
	border: 1px solid #000000;
}
.CeldaBusquedaSuperior {
	border: 1px solid #000000;
	background-color: #FF9999;
}
.TituloBusquedaAvanzada {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #E0E0E0;
	border: 1px solid;
}
.TituloUbicacion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.TextoContenido {
	padding: 3px;
	font-size: 16px;
	text-align: justify;
}
.TextoChiquito {
	font-size: 12px;
}
.TextoDerecha {
	text-align: right;
}
.TextoOrientacion {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.TextoMuyChiquito {
	font-size: xx-small;
}
.TextoMediano {
	font-size: 12px;
	font-weight: bold;
}
.TextoMedianoFlojo {
	font-size: 12px;
}
.TextoSubtitulo {
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.TextoNormal {
	font-size: 14px;
}
.TextoMenosGrande {
	font-size: 16px;
}
.TextoGrande {
	font-size: 20px;
}
h4 {
	color: #FF0000;
}
h2 {
	font-size: 26px;
}
.BordeUBLR {
	border: 1px solid #000000;
}
.BordeULR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.BordeLRB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.CursorHand {
	cursor: hand;
}
.ColorMarquesina {
	color: #000000;
	font-size: 20px;
	font-weight: bolder;
}
.ColorMarquesinaPromocion {
	color: #000099;
	font-size: 20px;
	font-weight: bold;
}
.SNEBanner {
	background-image: url(../imagenes/SNEBanner.gif);
	background-repeat: repeat-x;
}
.FondoOscuro {
	background-color: #FF3333;
}
.FondoClaro {
	background-color: #FFCCCC;
}
.FilaEncabezado {
	font-size: 16px;
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}
.FilaPie {
	font-size: 12px;
	background-color: #FFCCCC;
}
.FilaOscura {
	font-size: 12px;
	background-color: #FF9999;
}
.FilaClara {
	font-size: 12px;
	background-color: #FFCCCC;
}
.BordeRojo {
    border: 1px;
	border-color:#FF0000;
}
.oculto { DISPLAY: none } 
.visible { DISPLAY: inline }
