
/*  Clases de navegaci�n */
.logoCabecera {
	float: left;
	width: 50px;
}
.menuCabecera {
	font-size: x-small;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 12pt;
}
.categoriaMenu {
	background-color: #003399;
	font-size: small;
	color: #CCCCCC;
	margin-top: 12px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	margin-right: 12px;
	margin-left: 5px;
	padding-right: 5px;
	overflow: visible;
	display: list-item;
	list-style-type: none;
}
ul,li {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	display: list-item;
}
* html ul li a {
height:1em;
}
/* Parche para IE6. Bug que añade lineas en blanco en el menu */

.serieMenu {
	text-decoration: none;
	font-size: small;
	color: #CCCCCC;
	padding-left: 12px;
	margin-left: 5px;
	padding-right: 5px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	display: list-item;
}
.serieMenu:hover,.serieMenuSeleccionada {
	background-color: #000066;
	text-decoration: none;
	font-size: small;
	color: #CCCCCC;
	margin-right: 12px;
	list-style-type: none;
	padding-left: 12px;
	margin-left: 5px;
	padding-right: 5px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
.liMenuSeleccionada {
	background-color: #000066;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 12px;
	list-style-type: none;
	display: list-item;
}

a.serieMenuSeleccionada {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.fotoDescripcion {
	text-align: center;
}
.etiquetabarracolor {
	font-size: small;
	float: left;
}
.iconosBarraColor {
	font-size: x-small;
	text-align: right;
	color: #FDFDFD;
	position: static;
	vertical-align: text-bottom;
	word-spacing: 6px;
	padding-top: 2px;
}

.listadoFotos {
	border: none #CCCCCC;
	border-collapse:collapse;
	padding-top: 5px;
}

.pieFoto {
	font-size: small;
	color: #0099CC;
        margin-top: 2px;
        margin-bottom: 15px;
}

.detalleNumeroReferencia {
	font-size: larger;
	color: #006699;
	text-align: left;
}

.detalleficha {
	font-size: x-small;
	background-color: #FFFFFF;
	left: 12px;
	top: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	width: 500px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;

}

.precio {
	font-size: x-small;
	font-style: normal;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.enlacessecciones {
	color: #0099CC;
}
/***********************************************************************************************************
* Configuracion del buscador que esta debajo del navegador del producto                                    *
************************************************************************************************************/
#PRINCIPALBUSCADOR{
        position:relative;
        padding: 12px 0px 4px 0px;
        margin-bottom:10px;
        overflow:hidden;
}
.campoBusqueda{
        float:left;
        width: 80px;
        height: 18px;
        border: 1px #CCCCCC solid;
        font-size: 12px;
        margin-left:17px;
        text-align:center;
        background-color:#000;
        color:#CCCCCC;
}
.botonBuscar{
        float:left;
        height: 18px;
        font-size: 12px;
        color:#CCCCCC;
        background-color:#000;
        border: 0px;
        cursor:pointer;
        float:left;
}



