.tipWrapper {
	float: left;
	width: 748px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.tipWrapperFinal {
	float: left;
	width: 748px;
	margin-top: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.tipThumb {
	float: left;
	height: 65px;
	width: 65px;
	border: 1px dotted #030;
}
.tipContenido {
	height: 100%;
	margin-left: 8px;
	float: left;
	width: 650px;
}
.tipWrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #060;
}
.tipWrapper p {
	font-size: 0.8em;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
}
p.ingles {
	font-style: italic;
	font-size: 0.7em;
	margin-top: 5px;
	color: #999;
}
.tipWrapperFinal h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #060;
}
.tipWrapperFinal p {
	font-size: 0.8em;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
}
.tipWrapperFinal p.ingles {
	font-style: italic;
	font-size: 0.7em;
	margin-top: 5px;
	color: #666;
}

