/* CATEGORIAS */
#Categorias {
	border:1px solid #47B5D6;
	text-align: left;
	float: left;
	width: 100%;
	}
	
	#Categorias .eswNomCat {
		font-size: 15px;
		padding: 5px 0px;
		}
		
		#Categorias .eswNomCat a {
			text-decoration: none;
			}
			
			#Categorias .eswNomCat a:hover {
				font-size: 16px;
				}

		
	#Categorias #CategoriasBottom {}
		
	#Categorias .eswCataCate {
		margin-bottom: 10px;
		}
		
		
		#Categorias #eswProdNombre,
		#Categorias .eswCataCate .eswCatLink,
		#Categorias .eswCataCate .eswFotoCat,
		#Categorias .eswCataCate .eswCatDesc {
			display: none;
			}

/* PRODUCTOS */
#Productos {
	float: left;
	width: 100%;
	}
	
#eswProdNombre {
	display: none;
	}
	
	.eswDest {
		background:url("/images/EST_Recomendacion.png") no-repeat scroll 0 0 transparent;
		height:40px;
		position:absolute;
		right:20px;
		top:2px;
		width:35px;
		}
		
		.eswDest span {
			display: none;
			visibility: hidden;
			}


#Productos .eswProdDest {
	float: left;
	padding: 5px 5px 15px;
	margin: 15px 0px;
	text-align: center;
	background: transparent url(/images/EST_BordeInfDer.png) scroll no-repeat bottom right;
	position: relative;
	}
	
	#Productos .eswProdDest .eswProdBefore {}
		
	#Productos .eswProdDest .eswProdAfter {}
	
	#Productos .eswProdDest h2,
	#Productos .eswProdDest .eswProdDesc,
	#Productos .eswProdDest .eswProdPrecio,
	#Productos .eswProdDest .eswProdStock,
	#Productos .eswProdDest .eswProdLink,
	#Productos .eswProdDest .eswProdLinkCompra {
		float: right;
		margin-right: 85px;
		text-align: justify;
		width: 400px;
		}
		
	#Productos .eswProdDest h2 {
		margin-top: 5px;
		}
		
		#Productos .eswProdDest h2 a {}
		
	#Productos .eswProdDest .eswProdFoto {
		border-left: 4px solid #47b5d6;
		float: left;
		text-align: center;
		width: 190px;
		}
		
		#Productos .eswProdDest .eswProdFoto img {}
	
	#Productos .eswProdDest .eswProdDesc {}
	
	#Productos .eswProdDest .eswProdPrecio {
		font-size: 20px;
		color: red;
		}
	
	#Productos .eswProdDest .eswProdStock {
		font-size: 10px;
		margin-top: 10px;
		}
	
	#Productos .eswProdDest .eswProdLink {
		display: none;
		font-size: 16px;
		margin-top: 20px;
		}
		
		#Productos .eswProdDest .eswProdLink a {}
	
	#Productos .eswProdDest .eswProdLinkCompra {
		display: none;
		}
		
/* TABLA */
#CalculoIMC {
	border: 1px solid #47B5D6;
	float: left;
	width: 243px;
	}
	
#SuIMC {
	margin: 10px 0px;
	font-size: 15px;
	padding: 10px 0px;
	background-color: #333;
	color: #FFF;
	}
	
#CalculoIMC input {
	margin-bottom: 10px;
	text-align: right;
	}
	
#ResultadoIMC {
	
	}
table {
		width: 100%;
		font-size: 12px;
		border-collapse: collapse;
		border: 1px solid #47B5D6;
		border-bottom: none;
		border-left: none;
		border-right: none;
		background-color: #FFF;
		text-align: justify;
		}
		
		table caption {
			margin: 5px 0px;
			}
		
		tr {
	
			}
			
			tr td {
				padding: 5px;
				border: none;
				border-top: 4px double #47B5D6;
			 	}
			 	
			 	tr td p {
			 		margin: 0px;
			 		}
		
			tr:first-child { 
				/* background-color: white; */
				}
			
				tr > td:first-child { 
					width: 110px !important;
					font-weight: bold;
					text-align: left;
					}
					
				/* COLOR DE FILAS */
				tr:nth-child(even) {
					background-color: #F7F7F7 !important;
					}
					
				tr:nth-child(odd) {
					background-color: #D5EAF4 !important;
					}
				/* COLOR DE FILAS */

