/**
* Estilod para mostrar productos.
* Color primario #EB3D12
* Color secundario: #139622
*/

/*Entilos Generales*/
#productosCuracretoComponent
	{
	}

#productosCuracretoComponent .descripcionGeneral
	{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	}

.columnaInformativa
	{
	float: right;
	margin-left: 20px;
	padding-bottom: 5px;
	text-align: center;
	}

#productosCuracretoComponent .enlacesReferentes
	{
	margin-top: 20px;
	}

#productosCuracretoComponent .enlacesReferentes a
	{
	margin-top: 10px;
	}

#productosCuracretoComponent .informacionComplementaria
	{
	text-align: justify;
	margin-top: 15px;
	}

#productosCuracretoComponent .listaZone
	{
	}
	

#productosCuracretoComponent .itemLista
	{
	margin-top: 15px;
	margin-bottom: 20px;
	}

#productosCuracretoComponent .itemLista th
	{
	width: 100px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
	}

#productosCuracretoComponent .itemLista th a
	{
	display: block;
	width: 100px;
	text-align:center;
	text-decoration: none;
	}

#productosCuracretoComponent .itemLista td
	{
	width: 420px;
	vertical-align: middle;
	text-align: justify;
	}



#productosCuracretoComponent .itemLista .contenidoItem
	{
	padding-left: 10px;
	}

#productosCuracretoComponent .itemLista .descripcionCorta
	{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: justify;
	}

#productosCuracretoComponent .itemLista .leerMas
	{
	font-size: 11px;
	text-align: right;
	}

#productosCuracretoComponent .itemLista .leerMas a
	{
	color: #139622;
	}


/*Super Categorias*/
#productosCuracretoSuperCategoria
	{
	}

#productosCuracretoComponent a.enlaceCategoria
	{
	font-weight: bold;
	text-decoration: none;
	}

#productosCuracretoComponent a.enlaceCategoria:hover
	{
	text-decoration: underline;
	}


/*Categorias*/
#productosCuracretoCategoria
	{
	}

#productosCuracretoCategoria .listaSubcategoriasZone
	{
	}

#productosCuracretoCategoria h2, #productosCuracretoMarca h2
	{
	margin-top: 40px !important;
	font-size: 18px !important;
	font-weight: normal !important;
	color: #139622 !important;
	}



#productosCuracretoComponent a.enlaceProducto
	{
	font-weight: bold;
	text-decoration: none;
	}

#productosCuracretoComponent a.enlaceProducto:hover
	{
	text-decoration: underline;
	}

/*Productos*/
#productosCuracretoProducto
	{
	}

#productosCuracretoProducto .descripcionCorta
	{
	padding-top: 20px;
	font-size: 11px;
	text-align: justify;
	}

#productosCuracretoProducto .datoProducto
	{
	text-align:justify;
	
	padding-top: 10px;
	padding-bottom: 10px;
	}

#productosCuracretoProducto .datoProducto .dato
	{
	color: #139622;
	}

#productosCuracretoProducto .datoPrecauciones 
	{
	color: red;
	}

ul.listaDatos, #productosCuracretoProducto descripcionGeneral ul
	{
	margin-top: 0px;
	margin-bottom: 0px;
	}

ul.listaDatos li, #productosCuracretoProducto descripcionGeneral li
	{
	padding-top: 5px;
	padding-bottom: 5px;
	}

#productosCuracretoProducto .marcaProducto
	{
	margin-top: 20px;
	}

#productosCuracretoProducto .tablaZone
	{
	padding-top: 10px;
	padding-bottom: 10px;
	}

#productosCuracretoProducto .tablaZone table
	{
	border: 1px solid #000000;
	}

#productosCuracretoProducto .tablaZone th
	{
	text-align: center;
	font-size: 11px;
	border: 1px solid #000000;
	white-space: nowrap;
	padding: 3px;	

	font-weight: normal;
	
	color: #FFFFFF;
	background-color: #139622;

	}

#productosCuracretoProducto .tablaZone td
	{
	text-align: center;
	font-size: 11px;
	border: 1px solid #000000;
	white-space: nowrap;
	padding: 3px;
	background-color: #EFEFEF;
	}

#productosCuracretoProducto .tablaZone th.tableTitle
	{
	background-color: #EB3D12;
	font-weight: bold;
	}


/*Marcas*/
#productosCuracretoMarca
	{
	}

/*Sistemas*/
#productosCuracretoSistema
	{
	}

#productosCuracretoSistema .itemLista
	{
	clear: both;
	}

/*Subsistemas*/
#productosCuracretoSubsistema
	{
	}

.productosDeSistema
	{
	margin-top: 20px;
	margin-bottom: 5px;
	}

.productosDeSistema a
	{
	display: block;

	font-size: 12px;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	
	background-image: url(../images/productos-menu/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
		
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
		
	color: #000000;
	}

.productosDeSistema a:hover
	{
	background-image: url(../images/productos-menu/bullet-hover.png) !important;
	}

/*Formulario de Contacto para productos*/
#contactoProductosZone
	{
	clear: both;
	position: relative;

	margin-bottom: 15px;

	/*Cache*/
	background-image: url(../images/contacto-productos/email.png);
	background-repeat: no-repeat;
	background-position: 700px 600px;
	
	}

#contactoProductosZone .telefonos
	{
	position: absolute;
	right: 0px;
	top: 10px;
	width: 200px;
	z-index: 1;

	white-space: nowrap;
	
	background-image: url(../images/contacto-productos/telefono.png);
	background-repeat: no-repeat;
	background-position: center top;
	
	text-align: center;
	
	padding-top: 120px;

	font-size: 12px;
	line-height: 170%;
	}


#contactoProductosZone .contactoTitulo
	{
	color: #EB3D12;
	font-weight: bold;
	padding-bottom: 14px;
	}

#contactoProductosZone .centerFormulario
	{
	background-image: url(../images/mas-informacion.jpg);
	background-repeat: no-repeat;
	background-position: left 60px;
	}


#contactoProductosZone form
	{
	width: 310px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-left: 30px;
	}

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

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

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

#contactoProductosZone textarea
	{
	width: 290px;
	}

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

#contactoProductosZone .mailSended
	{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #EB3D12;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/contacto-productos/email.png);
	background-repeat: no-repeat;
	background-position: right center;
	
	padding-right: 150px;
	}

#productosCuracretoSubsistema #contactoProductosZone
	{
	margin-top: 50px !important;
	}
