/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	overflow-x: hidden;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006666;
	font-weight: bold;
}

.negrita2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.boxocre {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #C79814;
	font-weight: bold;
	padding: 5px;
}

.ocre {
	color: #C79814;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-align: justify;
}

.cotizacion {
	position: absolute;
	top: 0px;
	left: 0px;
	width:280px;
	height:130px;
	border:1px solid #808080;
	background-color:#FFFFFF;
}

.puntero {
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a.detalle {
	color: #666666;
	text-decoration: none;
}

a.detalle:hover {
	color : #7A2638;
	text-decoration : underline;
}

a.green {
	color: #006666;
	text-decoration: none;
}

a.green:hover {
	text-decoration: underline;
}
