@charset "utf-8";
/* CSS Document */
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	margin:0px;
	padding:0px;
	
	}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	padding:0px;
	margin:0px;
	
	}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00508d;
	font-weight: normal;
	text-align: justify;
	padding:0px;
	margin:0px;
	
	}

.productRelacio{
	
	  text-transform:none;
	   background-image:url(../elementos/dest_producto001.gif);
	   background-position:left bottom;
	   background-repeat:no-repeat;
       cursor:pointer;
       text-decoration:none;
       outline:none;
       margin-left:0px;
	   padding:0px;
	
}
.productRelacio:hover{
	
	
       text-transform:none;
	   background-image:url(../elementos/dest_producto002.gif);
	   background-position:left bottom;
	   background-repeat:no-repeat;
       cursor:pointer;
       text-decoration:none;
       outline:none;
       margin-left:0px;
	   padding:0px;
}


.txtDesc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6a9abe;
	font-weight: normal;
	text-align: justify;	
}
