/*  Hoja de estilos de www.eycom.com.ar */
/*	Copyright Christian Piņeiro - 2010*/
/*	Hoja de estilos para seccion PRODUCTOS */

/************************************************ Estilos de detalle de productos ******************************************/

div#centro_productos{
	width: 705px;
	height: 800px;
	float: center;
	padding:0px 0px 0px 0px;
	margin:0px;
	/*background-color: lightblue;*/
}

.producto{
	height: auto;
	width: 705px;
	margin-top:20px;
	margin-left:8px;
	/*background-color: yellow;*/
	float: left;
}

.producto  img{
	float: right;
	padding:0px;
	border: 1px;
	border-style: solid;
}
.nombre-producto{
	height: 20px;
	float: left;
	font-family:Verdana;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	border-style: none;
	padding:16px 0px 0px 10px;
	color: black;
	/*background-color: orange;*/
}
div.nombre-producto a:link {text-decoration: none; border-width: 0px; color: black;}
div.nombre-producto a:visited {text-decoration: none; border-width: 0px; color: black;}
div.nombre-producto a:hover {text-decoration: none; border-width: 0px; color: black; font-size: 16px;}
div.nombre-producto a:active {text-decoration: none; border-width: 0px; color: black;}
div.nombre-producto a:focus {text-decoration: none; border-width: 0px; color: black;}

.parrafo-articulo{
	font-family:Verdana;
	text-align:justify;
	font-size:14px;
	width:730px;
	text-indent:5em;
}
.desc-prod{
	float: left;
	font-family:Verdana;
	text-align:justify;
	font-size:14px;
	font-weight:normal;
	border-style: none;
	padding: 15px 0px 0px 20px;
	/*background-color: grey;*/
}
