body {
	margin: 0px;
	background-color: #000;
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-y;
}

input{
	width:300px;
	height:20px;
	border:solid 1px #333;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px;
	margin:2px 0 10px 0;
	color:#999;
}
textarea{
	width:300px;
	height:100px;
	border:solid 1px #333;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px;
	margin:2px 0 10px 0;
	color:#999;
}
.tituloBlanco {
	font-family: Verdana;
	font-size: 17px;
	color: #fff;
}
.tituloCeleste {
	font-family: Verdana;
	font-size: 17px;
	color: #67d9f1;
}
.tituloProducto {
	font-family: Verdana;
	font-size: 17px;
	font-weight:bold;
	color: #FFFF99;
}
.subtitulo {
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding:2px 0 2px 0;
}
.subtitulo a{
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding:5px 5px 5px 5px;
	background-color:#333333;
}
.subtitulo a:hover{
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	padding:5px 5px 5px 5px;
	background-color:#cef2ff;
}
.texto {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}
.textoGris{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}
.textoCeleste{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #cef2ff;
}
.textoProductos, .textoProductos a {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}
.textoProductos a:hover {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #FFFF99;
}
.textoProductosActivo a {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}
.moduloDestacados{
	background-image:url(../images/bg_destacados.gif);
	background-position:top;
	background-repeat:repeat-x;
	cursor:pointer;
	background-color:#08151b;
}
.moduloDestacadosOnn{
	background-image:url(../images/bg_destacados_on.gif);
	background-position:top;
	background-repeat:repeat-x;
	cursor:pointer;
	background-color:#044761;
}
.menu a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #000;
}
.menu a:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #20c1f1;
}
.menuOver, .menuOver a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #20c1f1;
	background-color:#000000;
}
.topSecciones{
	background-image:url(../images/bg_separador.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:35px 0 0 0;
}
