@charset "utf-8";
/* CSS Document */

.celdaMenu
{	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
	
}

/***************************************************************
	LATERAL DE OFERTAS
***************************************************************/
.tituloOferta
{	font-family:Impact, "Arial Black", "Arial Narrow";
	color:#000099;
	padding-left:10px;
}
.textoLateral
{	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	color:#000099;
	font-size:12px;
	text-align:justify;
}
.textoLateral:link
{	text-decoration:none;	}
.textoLateral:visited
{	text-decoration:none;
	color:#999999;
}
.textoLateral:hover
{	text-decoration:none;
	color:#000000;
}
/*
a:hover { color: RED; background-color: #FFFFCC;}
a:visited { color: purple;} 
a{	text-decoration:none;	}
*/
.tablaOfertas
{	background-image:url(../imagenes/noticias.gif);
	background-repeat:no-repeat;
	background-color:#ADDFFF;
	margin-top:8px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	/**/
	border-style:solid;
	border-width:thin;
	border-bottom-color:#000099;
	border-left-color:#000099;
	border-right-color:#000099;
	border-top-color:#000099
}
.precio
{	font-family:Impact, "Arial Black", "Arial Narrow";
	color:#FFFFFF;
	font-size:16px;
	text-align:right;
	padding-right:10px;
}
/***************************************************************
	PIE
***************************************************************/
.pieTexto
{	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#000099;
	padding-right:10px;
	padding-left:10px;
	padding-top:2px;
	text-align:center;
}
/***************************************************************
	PARTE PRINCIPAL
***************************************************************/
.tituloPrincipal
{	vertical-align:bottom;
	font-family:"Trebuchet MS", Tahoma, Verdana, "Lucida Console";
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#000099;
	background-repeat:no-repeat;
}
.subTitulo
{	vertical-align:top;
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#000066;
}
.textoPrincipal
{	font-family:"Trebuchet MS", Verdana;
	font-size:12px;
	padding:10px;
	color:#000066;
	text-align:justify;
}
.monedaCobro
{	background-color:#ACDEFF;
	color:#000099;
}
.monedaComun
{	/*background-color:#C2F3FF*/;
	color:#ACDEFF;
}
.lineaExterior
{	border-style:solid;
	border-width:thin;
	border-bottom-color:#000099;
	border-left-color:#000099;
	border-right-color:#000099;
	border-top-color:#000099;
	padding:4px;
	background-color:#FFFFFF;
}
.precioTC
{	font-family:Impact, "Arial Black", "Arial Narrow";
	/*color:#C0C0C0;*/
	font-size:16px;
	text-align:right;
	padding-right:10px;
}
/***************************************************************
	FORMULARIO INGRESO
***************************************************************/
.cajaTexto
{	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size:11px;
	border-style:solid;
	background-color:#E7E7E7;
	border-width:1px;
	color:#42bdec;
	border-color:#42bdec;
}
/***************************************************************
	FORMULARIO CONTACTO
***************************************************************/
.campoContacto
{	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	color:#000099;
	border-color:#42bdec;
	width:100%;
}
.textAreaContacto
{	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	color:#000099;
	border-color:#42bdec;
}
/***************************************************************
	PAGINADOR
***************************************************************/
.paginador
{	background-color:#000000;
	color:#FFFFFF;
	padding:2px;
	text-decoration:none;

}
.paginador:hover
{	background-color:#CCCCCC;
}