/***************************************************/
/*   Autor:   Eduardo Alemany                      */
/*   Version: 1.0                                  */
/*   Fecha:   22 Enero 2007                        */
/***************************************************/

/****************/
/*   BODY HTML  */
/****************/
body {
	margin: 0em 0em auto auto;
	text-align: center;
	text-decoration: none;
	background: #FFFFFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	/*color: #666666;*/
}

a:hover {
	text-decoration: underline;
	/*color: #666666;*/
}

a:active {
	text-decoration: none;
	color: #666666;
}

img {
	border: 0;
}

th {
	border: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #C2B7AF;
}

/*************************/
/**** ESTILOS PROPIOS ****/
/*************************/
#cabecera {
	width: 780px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.banner {
	width: 100%;
	text-align: center;
}

.barra {
	height: 35px;
	text-align: center;
}

.barra_inicio {
	width: 16px;
	height: 35px;
	background-image: url(./iconos/b1.gif);
}

.barra_fin {
	width: 19px;
	height: 35px;
	background-image: url(./iconos/b6.gif);
}

.barra_clara {
	height: 35px;
	background-image: url(./iconos/b2.gif);
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.barra_carrito {
	height: 35px;
        width: 120px;
	/*background-image: url(./iconos/b2.gif);*/
        background-image: url(./iconos/carrito_txt.gif);
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
        color: #000000;
}

.barra_transicion {
	width: 12px;
	height: 35px;
	background-image: url(./iconos/b3.gif);
}

.barra_ini_oscura {
	width: 48px;
	height: 35px;
	background-image: url(./iconos/b4.gif);
}

.barra_oscura {
	height: 35px;
	background-image: url(./iconos/b5.gif);
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.barra_enlace {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.separador {
	width: 776px;
	height: 12px;
	text-align: center;
	background-image: url(./iconos/separador.gif);
}

.separador2 {
	width: 440px;
	height: 9px;
	margin-left: 10px;
	text-align: center;
	background-image: url(./iconos/separador2.gif);
}

.separador3 {
	width: 600px;
	height: 9px;
	margin-left: 10px;
	text-align: center;
	background-image: url(./iconos/separador2.gif);
}

.inicio {
	width: 780px;
	height: 13px;
	text-align: center;
	background-image: url(./iconos/marco_arriba3.gif);
}

.contenido {
	width: 780px;
	text-align: center;
	background-image: url(./iconos/marco_centro3.gif);
}

.fin {
	width: 780px;
	height: 13px;
	text-align: center;
	background-image: url(./iconos/marco_abajo3.gif);
}

.pie {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#contenedor {
	width: 780px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(./iconos/marco_centro3.gif);
	/*background: #ECEEF0;*/
}

#menu {
	float: left;
	width: 130px;
	margin-left: 7px;
	padding-left: 5px;
}

.menu_principal {
	width: 130px;
	height: 25px;
	line-height: 25px;
	/*background-image: url("./iconos/titulo.gif");*/
	background-image: url(./iconos/b5.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.menu_item {
	width: 130px;
	height: 20px;
	text-align: left;
	background-image: url(./iconos/b2.gif);
}

#columna_principal {
	float: left;
	width: 620px;
	border: 0;
	text-align: center;
}

#columna_central {
	float: left;
	width: 450px;
	border: 0;
	text-align: center;
}

#columna_derecha {
	float: left;
	width: 160px;
	border: 0;
	text-align: center;
}

/**************************/
/**** ESTILOS DE CAJAS ****/
/**************************/
.tabla_oferta_destacado {
	width: 430px;
	height: 250px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #989999;
	background: #ECEEF0;
}

.tabla_ofertas {
	width: 430px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #989999;
	background: #ECEEF0;
}

.tabla_destacados {
	width: 160px;
	/*height: 380px;*/
	margin-right: 10px;
	border: 0;
	/*border: 1px solid #C9C9C9;*/
	background: #C9C9C9;
	text-align: center;
}

.destacados_arriba {
	width: 160px;
	border: 0;
	border-bottom: 1px solid #C9C9C9;
	background: #FFFFFF;
	background-image: url("./iconos/marco_peque_arriba.gif");
}

.destacados_abajo {
	width: 160px;
	border: 0;
	background: #FFFFFF;
	background-image: url("./iconos/marco_peque_abajo.gif");
}

.tabla_principal {
	width: 600px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #989999;
	background: #ECEEF0;
}

tabla_principal_ofertas {
        width: 600px;
        margin-left: 10px;
        margin-right: 10px;
        border: 1px solid #989999;
        background: #ECEEF0;
}

.info {
        margin-right: 10px;
        padding-right: 10px;
}

.tabla_categoria {
	width: 100%;
	/*border-top: 2px solid #EEE9E5;*/
	border-top: 2px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.fila_par {
	background: #EEE9E5;
}

.fila_impar {
	background: #FFFFFF;
}

/***************************/
/**** ESTILOS DE TEXTOS ****/
/***************************/
.titulo_producto {
	height: 25px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E50B19;
}

.titulo_oferta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url("./iconos/titulo.gif");
}

.descripcion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.precio_oferta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E50B19;
}

.precio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.titulo {
	height: 25px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url("./iconos/titulo.gif");
	/*background: #C2B7AF;*/
}

.encabezado {
        height: 22px;
        line-height: 22px;
        padding-left: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #917D6F;
        border-bottom: 2px solid #999999;
}

.subtitulo {
	height: 22px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #917D6F;
}

.subtitulo_fondo {
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #917D6F;
	/*background-image: url("./iconos/b2.gif");*/
	background: #C9C9C9;
}

.destacado {
	border: 2px solid #C9C9C9;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	/*background: #EEE9E5;*/
	background: #FFFFFF;
}

.destacado_tit {
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #C9C9C9;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.texto_leyenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}




.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Estilo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #927A62;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #927A62;
	display: inline;
}
.Estilo4 {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Estilo5 {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo6 {
	color: #917D6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.Estilo8 {
	color: #7f6d5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.Estilo8:hover {
	text-decoration: underline;
	color: #7f6d5a;
}
.Estilo8:link {
	text-decoration: none;
	color: #7f6d5a;
}
.Estilo8:visited {
	color: #7f6d5a;
}
.Estilo7 {
	color: #FF0000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.Estilo10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Red;
}
.Estilo11 {
	color: #7f6d5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.Estilo12 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Estilo13 {
	color:Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Estilo14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.Estilo15 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:red;
}
.Estilo15:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:red;
}
.Estilo15:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:red;
}
.Estilo16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color:Black;
}

/************************************/
/* ESTILOS PARA LIBRERIA FORMULARIO */
.OBLIGATORIO {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #000000;
        background-color: #EEEEFF;
        border: 1px solid #663366;
}

.ACTIVO {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #000000;
        background-color: #FFFFFF;
        border: 1px solid #663366;
}

.INACTIVO {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #000000;
        background-color: #E2E2E2;
        border: 1px solid #663366;
}

.SINPERMISO {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #000000;
        background-color: #FFFFFF;
        border: 1px solid #663366;
}

.BOTON {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: Black;
    background-color: #F2F2F2;
    border: 1px solid #000000; /* #f8f8f8 */
    font-weight: bold;
}

.titulo_form {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: #0287CC;
    color: #FFFFFF;
}

.titulo_galeria {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.enlace {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
}

.enlace_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.texto {
        padding-left: 1em;
        font-family: Arial;
        font-size: 10px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
}
/* FIN ESTILOS PARA LIBRERIA FORMULARIO */
/****************************************/
