@charset "utf-8";

.listaProductos{
	position: relative;
	float: left;
	width: 80%;
	overflow:auto;
	margin:0 auto;
}

.listaProductos p{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.producto{
	width: 260px;
	float: left;
	margin: 5px;
	padding: 5px;
	height: 147px;	
    border: 5px ridge #6666cc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.fotoproducto{
	float: left;
	height: 120px;
	width:120px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.textoproducto{
	float: left;
	height: 120px;
	width: 100px;
	padding: 0 0 0 10px;
}

.adminproducto{
	float: left;
	text-align: center;
	width:100%;
	padding: 10px 0 0;
}

