/* CSS Document */	
#tt {
	display: block;
	font-family:arial, helvetica;
	font-size: 12px;
	margin-top: 1px;
	padding: 1px;
	cursor: pointer;
}

#wrapper {
	font-family:arial, helvetica;
	font-size: 12px;
	width: 500px;
	text-align: left;
	margin: 0 auto;	
}

.information {
	background: #FFFFFF;
	font-family:arial, helvetica;
	font-size: 12px;
}

/*El estilo tt2 se utiliza para los productos en la seccion de Cemento*/
#tt2 {
	display: block;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: underline;
	font-family:arial, helvetica;
	font-size: 12px;
	margin-top: 1px;
	padding: 1px;
	font-weight: bold;	
	cursor: pointer;
}
/*Seccion Cal*/
#ttc {
	display: block;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
	font-family:arial, helvetica;
	font-size: 12px;
	margin-top: 1px;
	padding: 1px;
	font-weight: bold;	
	cursor: pointer;
}
