/* Elementos para la home */

#centro_home{
	width:479px;
	height:auto;
	float:left;
	background-color:#FFF;
	}
	
	#somos{
		padding-bottom:15px;
		padding-right:12px;
		padding-left:12px;
		padding-top:10px;
		width:450px;
		text-align:justify;
		}
		
	#texto_somos{
		width:469px;
		height:auto;
		display:block;
		float:left;
		}
		
	#oferta_novedades{
		width:447px;
		height:auto;
		float:left;
		padding:16px;
		}
		
	.celda{
		width:135px;
		height:auto;
		float:left;
		border:1px solid #ccc;
		margin-right:17px;
		}
		
		.celda2{
		width:135px;
		height:auto;
		float:left;
		border:1px solid #ccc;
		}
		
	
		.imagen_celda{
			width:135px;
			height:133px;
			float:left;
			}
			
		.nombre{
			width:131px;
			height:34px;
			float:left;
			border-bottom:1px solid #ccc;
			border-top:1px solid #ccc;
			font-weight:bold;
			padding-left:4px;
			padding-top:2px;
			}
			
			
			.precio{
			width:131px;
			height:34px;
			float:left;
			font-weight:bold;
			padding-left:4px;
			padding-top:2px;
			}
			
				.precio span{
				color:#F12D3B;
				}
				
				.mas_info{
				width:129px;
				height:22px;
				float:left;
				text-align:right;
				background-color:#999;
				padding-right:6px;
				padding-top:4px;
				}
				
						.mas_info a:link { 
						text-decoration: none; 
						color: #fff;
						}
						
						.mas_info a:visited { 
						text-decoration: none; 
						color: #fff;
						}
						
						.mas_info a:hover { 
						text-decoration: none;
						color: #333;
						}
						
						
						.mas_info a:active { 
						text-decoration: none;
						color: #fff;
						}
						
					#novedades_bottom{
						padding-bottom:10px;
						background-color:#000;
						float:left;
						}
		
	
	
	
		

