@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txt12 {font-family: Helvetica; 
		font-size: 12px; 
		font-weight: bold; }
.txt14 {
		font-family: Helvetica;
		font-size: 14px;
		font-weight: bold;
}
.txt11 {font-family: Helvetica; 
		font-size: 11px; 
		font-weight: bold; 
}
.txt10 {font-family: Helvetica; 
		font-size: 9px; 
		font-weight: normal; 
}
.txtRed {
		font-family: Helvetica;
		font-size: 11px;
		color: #E02634;
}

.txtwhite2 {
		font-family: Helvetica;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
}

.txtwhite3 {
		font-family: Helvetica;
		font-size: 16px;
		color: #ffffff;
		font-weight: bold;
}

.txtwhite4 {
		font-family: Helvetica;
		font-size: 16px;
		color: #ffffff;
		font-weight: normal;
	
}
.cotiza1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
.cotiza3 {
	color: #4268AA;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.cotizapop {
	color: #4268AA;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.cotiza4 {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {
	color: #597AB3;
}
a:visited {
	color: #597AB3;
}
a:active {
	color: #597AB3;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.opinion1 {
	font-size: 12px}
	
.opinion2 {
	font-size: 10px
}

.opinion3 {
	font-size: 13px; 
	font-weight: bold; 
	}
.opinino4 {
	font-size: 10px;
	color: #999999;
}

.opinion5 {
	font-size: 16px; 
	font-weight: bold; 
	color: #ffffff;
}



/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images_opinion/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/images_opinion/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/images_opinion/SavedStar.png);
}

