/* CSS Document */

/* Fondo tablas menus */
.colorBlanco { BACKGROUND-COLOR: #ffffff }
.colorNaranja { BACKGROUND-COLOR: #FF9933 }

/* Letras */
.textnorm {  font-family: Tahoma, Arial; font-size: 12px; color: #000000; text-decoration: none}
.textpeke {  font-family: Tahoma, Arial; font-size: 11px; color: #000000; text-decoration: none}
.textnaranja {  font-family: Tahoma, Arial; font-size: 12px; color: #FF3300; text-decoration: none}




.titulo {  font-family: Tahoma, Arial; font-size: 20px; color: #000066; text-decoration: none}
.textnegro {  font-family: Tahoma, Arial; font-size: 12px; color: #000000; text-decoration: none}
.textenano {  font-family: Tahoma, Arial; font-size: 10px; color: #FFFFFF; text-decoration: none}
.textblanco {  font-family: Tahoma, Arial; font-size: 12px; color: #FFFFFF; text-decoration: none}
.textcelda {  font-family: Tahoma, Arial; font-size: 10px; color: #333333; text-decoration: none}



/* Enlaces */
a.enlace:link {  font-family: Tahoma, Arial; font-size: 11px; color: #000000; text-decoration: none}
a.enlace:visited {  font-family: Tahoma, Arial; font-size: 11px; color: #000000; text-decoration: none}
a.enlace:active {  font-family: Tahoma, Arial; font-size: 11px; color: #000000; text-decoration: none}
a.enlace:hover {  font-family: Tahoma, Arial; font-size: 11px; color: #ff6633; text-decoration: underline}

/* Enlaces */
a.enl:link {  font-family: Tahoma, Arial; font-size: 12px; color: #666666; text-decoration: none}
a.enl:visited {  font-family: Tahoma, Arial; font-size: 12px; color: #666666; text-decoration: none}
a.enl:active {  font-family: Tahoma, Arial; font-size:12px; color: #666666; text-decoration: none}
a.enl:hover {  font-family: Tahoma, Arial; font-size: 12px; color: #666666; text-decoration: underline}

.tablaEs {
    width: 100%;
    text-align: left;
    vertical-align: top;
	background-color: #CCCC66;
    border-top: 1px solid #9999CC;
    border-left: 0px solid #CCCC66;
    border-right: 0px solid #CCCC66;
    border-bottom: 1px solid #9999CC;
}

.tabla {
    width: 600;
    height: 800;
    align: center;
    border: 1;
    border-color #000000;
}

.tablaZ {
    width: 60%;
    text-align: left;
    vertical-align: top;
    border-top: 0px solid #999999;
    border-left: 0px solid #999999;
    border-right: 0px solid #999999;
    border-bottom: 0px solid #999999;
}

.celda {
    text-align: center;
    vertical-align: top;
    background-color: #CCCC66;
    border-bottom: 2px;
}

.celdaofertas {
    text-align: left;
    vertical-align: top;
    background-color: #CCCC66;
    border-bottom: 0px;
}

.celdanovedad {
    text-align: left;
    vertical-align: top;
    background-color: #CCCC66;
    border-bottom: 2px;
}

.celdacabeza {
    text-align: center;
    vertical-align: top;
    background-color: #996633;
    border-bottom: 2px;
}

.boton{
    font-size:11px;
    font-family: Verdana,Helvetica;
	font-weight: normal;
    background:#ffcc66;
    width:80px;
    height:19px;
	cursor:hand;
	border: 1px solid #999999;
	text-decoration: none;
}

