/*----------------------------------
CSS & HTML MASTER: Juan Antonio Charneco
	  XHTML 1.0  CSS 2  WEB 2.0 

Si hubiera previsto las consecuencias, me hubiera hecho relojero.
EINSTEIN, Albert  
------------------------------------*/

/******************************************************************************
		HOJA DE ESTILOS ESPECIFICA PARA EL APARTADO PRODUCTOS
/******************************************************************************/

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #592578;
	width: 198px;
	margin: 30px 0 18px 100px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #592578;
	width: 298px;
	margin: 0 0 4px 100px;
}

#contenido p {
	margin: 0 100px 20px 100px;

}

#contenido div {
	background: url(../img/productos/foto.png) 0 0 no-repeat;	
	height: 238px;
	width: 274px;
	margin: 25px 90px 0 10px;
	float: right;
	display: inline;
}

#contenido div span {
	visibility: hidden;
}

