/**
 * Estilos para el catalogo de productos.
 *
 * Color primario #8B137D
 * Color secundario #460A3F
 */


#catalogoComponenet
	{
	}

/*Lista de Productos*/
#catalogoComponenet .listaProductos
	{
	clear: both;
	padding-top: 10px;
	}

#catalogoComponenet .productosRow 
	{
	padding-bottom: 60px;
	}

#catalogoComponenet .productosRow td
	{
	vertical-align: top;
	text-align: left;
	width: 200px;
	
	}

#catalogoComponenet .productosRow td center
	{
	padding-left: 10px;
	padding-right: 10px;
	}


#catalogoComponenet .productosRow .titleProducto
	{
	width: 180px;
	height: 35px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	}

#catalogoComponenet .productosRow .titleProducto a
	{
	text-decoration: none;
	}

#catalogoComponenet .productosRow .titleProducto a:hover
	{
	text-decoration: underline;
	}


#catalogoComponenet .productosRow a:visited
	{
	color: #460A3F;
	}

#catalogoComponenet .productosRow .imagen
	{
	width: 140px;
	height: 120px;

	margin-top: 10px;
	
	background-repeat: no-repeat;
	background-position: center center;	
	}

#catalogoComponenet .productosRow .imagen a
	{
	display: block;
	width: 140px;
	height: 120px;
	background-image: url(../images/void.png);
	background-repeat: no-repeat;
	background-position: center center;	
	}

#catalogoComponenet .productosRow .descripcionProducto
	{
	width: 180px;
	height: 40px;

	margin-top: 10px;
		
	overflow: hidden;
	text-align: justify;
	font-size: 11px;
	}


#catalogoComponenet .productosRow .leerMas
	{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 12px;
	line-height: normal;
	}

#catalogoComponenet .productosRow .leerMas a
	{
	background-image: url(../images/more-bullet.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 17px;
	}

#catalogoComponenet .productosRow .leerMas a:visited
	{
	background-position: left -47px;
	}


/*Lista de Modelos*/
#catalogoComponenet .listaModelos
	{
	padding-top: 30px;
	}

#catalogoComponenet .listaModelos .itemLista
	{
	clear: both;
	}

#catalogoComponenet .listaModelos .itemLista .imagen
	{
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;	
	}

#catalogoComponenet .listaModelos .itemLista .imagen a
	{
	display: block;
	width: 120px;
	height: 120px;
	background-image: url(../images/void.png);
	background-repeat: no-repeat;
	background-position: center center;	
	}

#catalogoComponenet .listaModelos .itemLista .datosModelo
	{
	float: right;
	width: 470px;
	}

#catalogoComponenet .listaModelos .itemLista .titleModelo
	{
	text-align: left;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	}

#catalogoComponenet .listaModelos .itemLista .titleModelo a
	{
	font-size: 14px;
	font-weight: bold;
	}


#catalogoComponenet .listaModelos .itemLista .titleModelo a:visited
	{
	color: #460A3F;
	}

#catalogoComponenet .listaModelos .categoriasModelo
	{
	width: 100%;
	}


#catalogoComponenet .listaModelos .categoriasModelo td
	{
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	}

#catalogoComponenet .listaModelos .categoriasModelo a
	{
	color: #000000;

	background-image: url(../images/catalogo/categorias-modelo-bullet.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;	
	padding-left: 15px;
	}

#catalogoComponenet .listaModelos .categoriasModelo a:visited
	{
	color: #460A3F;
	
	background-position: 5px -14px;
	}




#catalogoComponenet .listaModelos .itemLista .clear
	{
	clear: both;
	height: 30px;
	}

/*Paginado*/
#catalogoComponenet .pagination
	{
	text-align: center;
	}

#catalogoComponenet .pagination .paginationTitle
	{
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #8B137D;
	}

#catalogoComponenet .pagination a,  .pagination span
	{
	padding-left: 10px;
	padding-right: 10px;
	}

#catalogoComponenet .pagination a:visited
	{
	color: #460A3F;
	}


/*Categorias*/
#categoriaCatalogo
	{
	}

#categoriaCatalogo .descripcionCategoria
	{
	margin-top: 15px;
	}


/*Imagenes Flotantes*/
#categoriaCatalogo .floatImage120
	{
	float: right;
	width: 120px;
	height: 120px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: center center;	
	}

#categoriaCatalogo .floatImage140
	{
	float: right;
	width: 120px;
	height: 140px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: center center;	
	}


/*Productos*/
#productoCatalogo
	{
	}

#productoCatalogo .columnaProducto
	{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	}

#productoCatalogo .imagenProducto
	{
	background-repeat: no-repeat;
	background-position: center center;
	}

#productoCatalogo .imagenProducto a, #productoCatalogo .imagenProducto div
	{
	display: block;
	background-image: url(../images/void.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	}

#productoCatalogo .columnaProducto .verMasImagenes
	{
	margin-top: 20px;
	}

#productoCatalogo .columnaProducto .marcaProducto
	{
	margin-top: 20px;
	text-align: center;
	}


#productoCatalogo .columnaProducto .verMasImagenes td a
	{
	display: block;
	width: 66px;
	height: 50px;
	border: 2px solid #8B137D !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;	
	}

#productoCatalogo .columnaProducto .verMasImagenes td a.centerImage
	{
	margin-left: 5px;
	margin-right: 5px;
	}


#productoCatalogo .columnaProducto .verMasImagenes th a
	{
	display: block;
	width: 36px;
	height: 50px;
	background-image: url(../images/catalogo/ver-mas-imagenes.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
	}

#productoCatalogo .columnaProducto .verMasImagenes th a.centerImage
	{
	margin-left: 10px !important;
	}

#productoCatalogo .descripcionProducto
	{
	margin-top: 20px;
	text-align: justify;
	}

#productoCatalogo .datoProducto
	{
	margin-top: 20px;
	text-align: justify;
	}

#productoCatalogo .etiquetaDato
	{
	color: #8B137D;
	}

#productoCatalogo .datoProducto ul
	{
	margin-top: 3px;
	margin-bottom: 0px;
	
	margin-left: 100px;
	}

#productoCatalogo .datoProducto li
	{
	padding-top: 3px;
	padding-bottom: 3px;
	}

#productoCatalogo .datoProducto .space
	{
	font-size: 1px;
	height: 15px;
	}

#productoCatalogo .modelosProducto a
	{
	color: #000000;
	}


#productoCatalogo .modelosProducto a:visited
	{
	color: #460A3F;
	}


/*Contacto Productos*/
#contactoProductosZone
	{
	margin-top: 40px;
	position: relative;
	height: 350px;
	}

#contactoProductosZone .contactoProductosZoneCenter
	{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 590px;
	height: 350px;
	
	z-index: 20;
	}


#contactoProductosZone form
	{
	width: 335px;
	position: relative;
	text-align: left;

	/*Cache*/
	background-image: url(../images/catalogo/mail-sended.png);
	background-repeat: no-repeat;
	background-position: 500px 600px;
	}

#contactoProductosZone .contactoTitulo
	{
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding-bottom: 15px;
	}

#contactoProductosZone .formDecoration
	{
	position: absolute;
	top: 10px;
	left: 200px;
	width: 120px;
	height: 140px;
	z-index: 5;
	}

#contactoProductosZone .formDecoration div
	{
	position: relative;
	width: 120px;
	height: 140px;
	}

#contactoProductosZone .formDecoration div div
	{
	position: absolute;
	width: 120px;
	height: 140px;
	background-image: url(../images/catalogo/contacto-producto.png);
	background-repeat: no-repeat;
	background-position: center center;
	}


#contactoProductosZone label
	{
	font-weight: bold;
	color: #8B137D;
	font-size: 12px;
	}

#contactoProductosZone input, #contactoProductosZone textarea, #contactoProductosZone select
	{
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #8B137D;
	font-size: 12px;
	width: 170px;
	}

#contactoProductosZone .campo
	{
	padding-bottom: 7px;
	}

#contactoProductosZone textarea
	{
	width: 325px;
	}

#contactoProductosZone button
	{
	border: 1px solid #000000;
	background-color: #8B137D;
	color: #FFFFFF;
	font-weight: bold;
	width: 100px;
	height: 30px;
	font-size: 12px;
	cursor: pointer;
	}

#contactoProductosZone .mailSended
	{
	position: absolute;
	top: 0px;
	left: 128px;
	width: 335px;
	z-index: 20;
	}

#contactoProductosZone .mailSended div
	{
	font-size: 11px;

	padding-top: 30px;
	padding-bottom: 30px;
	color: #8B137D;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/catalogo/mail-sended.png);
	background-repeat: no-repeat;
	background-position: 230px center;
	
	padding-right: 150px;
	}


/*VirtualBox de Galeria*/
#virtualMain
	{
	border: 2px solid #8B137D;
	}

#virtualMain iframe
	{
	width: 400px;
	height: 362px;
	overflow: hidden;
	}


