/*
 * Hoja de estilos para sitio Crédit Uruguay 2009
 * ----------------------------------------------
 * @autor: Matías Schmid - Soho(2009)
 * @fecha: 10/03/2009
 * ----------------------------------------------
 */

/*- ------ -*/ 
/*- LISTS -*/
/*- ------ -*/

/* GREEN LIST */
.generic_green_list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #5a7b87;	
}

.generic_green_list li {
	margin-bottom: 10px;	
}

.generic_green_list a {
	text-decoration: underline;
	color: #5a7b87;	
}

.generic_green_list a:hover {
	color: #92a8b0;
}

/* BLACK LIST */
.generic_black_list {
	list-style: none;
	padding: 0;
	margin: 10px;
	font-size: 14px;
	color: #3a3a3a;	
}

.generic_black_list li {
	margin-bottom: 10px;	
}

.generic_black_list a {
	width: 100% !important;
	display: block !important;
	white-space: nowrap;
	text-decoration: underline;
	color: #3a3a3a;	
}

.generic_black_list a:hover {
	color: #3a3a3a;
}

/*- ------ -*/ 
/*- TITLES -*/
/*- ------ -*/

.dark_green_11 {
	color: #296474;
	font-size: 11px;
}

.dark_green_11 a {
	color: #296474;
	font-size: 11px;
	text-decoration: underline;
}

.dark_brown_11 {
	color: #685c5c;
	font-size: 11px;
}

.dark_brown_11 a {
	color: #296474;
	font-size: 11px;
	text-decoration: underline;
}

.green24 {
	font-size: 24px;
	color: #5a7b87;
}

.grey24 {
	font-size: 24px;
	color: #565656;
}

.grey18{
	font-size: 18px;
	color: #565656;
}

.light_green_12 {
	font-size: 12px;
	color: #658591;
}

.light_green_13 {
	font-size: 13px;
	color: #658591;
}

.common_grey_12 {
	font-size: 12px;
	color: #949D9E;
}

.light_blue_12 {
	font-size: 12px;
	color: #949D9E;
}

.light_blue_12 a {
	color: #949D9E;
}

.light_blue_12 a:hover {
	background: #CCCCCC;
	color: #333333;
}

a.destacadoRojo {
	color: #A72726;
	font-weight: bold;
}

a.destacadoRojo:hover {
	background: #CCCCCC;
}

a.destacadoRojo12 {
	color: #A72726;
	font-weight: bold;
	font-size: 12px;
}

a.destacadoRojo12:hover {
	background: #CCCCCC;
}

a.violet {
	color: #75405D;
}

a.violet:hover {
	background: #CCCCCC;
}

a.light_green_12:hover {
	background: #CCCCCC;
}



.textoDorado12 {
	color: #A57322;
	font-size: 12px;
}


/*- --------------------------------- -*/ 
/*- ITEMS LIST WITH GOLD ARROW BULLET -*/
/*- --------------------------------- -*/

.gold_arrow_list {
	list-style-image: url(../../images/icons/ic_bull_gold_arrow.png);
	padding-left: 15px;
	margin: 0;
}

.addarrow {
    list-style-image: url(../../images/icons/ic_bull_gold_arrow.png) !important;
}

/*.gold_arrow_list ul {
	list-style-image: none;
	list-style: disc;	
}*/

.gold_arrow_list ul li {
	margin-bottom: 5px;
}

.gold_arrow_list li {
	float: none !important;
	/*white-space: nowrap !important;*/
	margin-bottom: 15px;
}

.no_item_margin li {
	margin-bottom: 0;
}

.more_info_gold {
	background: url(../../images/icons/ic_bull_gold.png) no-repeat center left;
	padding-left: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #a57322;
	text-decoration: underline;
	vertical-align: top !important;
}

.more_info_gold:hover {
	background: #CCCCCC url(../../images/icons/ic_bull_gold.png) no-repeat center left;;
}

/*- ------- -*/ 
/*- GENERAL -*/
/*- ------- -*/

.textoDestacadoAzul15 {
	color: #658591;
	font-size: 15px;
	font-weight: bold;
}

.textoDestacadoAzul14 {
	color: #658591;
	font-size: 14px;
	font-weight: bold;
}
