/* Listados cotizaciones
list_cot => prefijo
cab => cabeceras
click => dato enlazado
pos => dato positivo
neg => dato negativo
novar => dato sin variacion */
/* estilos de cabecera 1 */
.list1_cot1_table{
	border-collapse: collapse;
}

.list_cot1_cab_td{
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
	border-right:none;
	border-left:none;
}
.list_cot1_cab{
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}
.list_cot1_cab_background{
	background-color:#E6E6E6;
}
.list_cot1_cab_click{
	outline:none;
	text-decoration:underline;
	font-weight:bold;
	color:#666666;
}
.list_cot1_cab_no_click{
	outline:none;
	font-weight:bold;
	color:#191969;
}
.list_cot1_cab_up{
	padding-right:11px;
	background-image: url(//imagenes.bolsamania.com/orderup.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.list_cot1_cab_down{
	padding-right:11px;
	background-image: url(//imagenes.bolsamania.com/orderdown.gif);
	background-position:right;
	background-repeat:no-repeat;
}
/* estilos de lista de datos 1 */
/*
.list_cot1_td{
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:dotted 1px #cccccc;
	border-top:none;
	border-right:none;
	border-left:none;
}*/
/* ----- LS ----- */
.list_cot1_td{
	border-bottom:dotted 1px #cccccc;
	border-top:none;
	border-right:none;
	border-left:none;
}
.list_cot1_td div, .list_cot1_td a{
	padding-top: 2px;
	padding-bottom: 2px;
}
/* ----- Fin LS ----- */

.list_cot1_data_click{
	outline:none;
	color:#191969;
	text-decoration:none;
}
.list_cot1_data{
	text-decoration:none;
	background-image: none !important;
}
.list_cot1_upper_data{
	text-decoration:none;
	text-transform:uppercase;
}
.list_cot1_data_neg{
	padding-right:11px;
	text-decoration:none;
	color:#c90101;
	background-image: url(//imagenes.bolsamania.com/arrowdown.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.list_cot1_data_neg_eff{
	padding-right:11px;
	text-decoration:none;
	font-weight: bold;
	color:#FF5555;
	background-image: url(//imagenes.bolsamania.com/arrowdown.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.list_cot1_data_pos{
	padding-right:11px;
	text-decoration:none;
	color:#009901;
	background-image: url(//imagenes.bolsamania.com/arrowup.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.list_cot1_data_pos_eff{
	padding-right:11px;
	text-decoration:none;
	font-weight: bold;
	color:#55DD55;
	background-image: url(//imagenes.bolsamania.com/arrowup.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.list_cot1_data_prima_neg{
	padding-right:11px;
	text-decoration:none;
	color:#009901;
	background-image: url(//imagenes.bolsamania.com/arrowupprima.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.list_cot1_data_prima_pos{
	padding-right:11px;
	text-decoration:none;
	color:#c90101;
	background-image: url(//imagenes.bolsamania.com/arrowdownprima.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.list_cot1_data_novar{
	padding-right:11px;
	text-decoration:none;
	color:#666666;
	background-image: url(//imagenes.bolsamania.com/same.gif);
	background-position:right;
	background-repeat:no-repeat;
}
/* paginacion de cotizaciones */
.list_cot1_pag_next{
	outline:none;
	padding-top:5px;
	padding-bottom:5px;
	color:#191969;
	float:right;
	padding-right:9px;
	text-align: right;
	text-decoration:none;
	background-image: url(//imagenes.bolsamania.com/arrownext.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.list_cot1_pag_previous{
	outline:none;
	padding-top:5px;
	padding-bottom:5px;
	color:#191969;
	float:left;
	padding-left:9px;
	text-align: left;
	text-decoration:none;
	background-image: url(//imagenes.bolsamania.com/arrowprevious.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.list_cot3_td{
	border-bottom:solid 1px #cccccc;
	border-top:none;
	border-right:none;
	border-left:none;
}
.list_cot3_cab_td{
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:solid 1px #cccccc;
	border-right:none;
	border-left:none;
}
.list_cot3_cab{
	font-weight:bold;
	color:#666666;
}
.list_cot3_data{
	text-decoration:none;
	padding-right:10px;
}

.listados_nodatos{
    font-size:12px;
    border-top: solid 1px #CCCCCC;
    color:#333333;
    font-weight: bold;
    padding: 10px;
    text-align:center;
}
.divisa_letra{
    text-decoration: none;
    font-weight: bold;
}
.divisas_caja_letras{
    padding-bottom: 2px;
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
}
/*para vista grafica*/


.celda_data_pos{
	background: #009901 none repeat scroll 0% 0%;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-right:15px;
}

.celda_data_neg{
	background: #C90101 none repeat scroll 0% 0%;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-right:15px;
}

.celda_data_novar{
	background: #666 none repeat scroll 0% 0%;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-right:15px;
}

.cot1_data_neg{
	text-decoration:none;
	font-weight: bold;
	color:#c90101;
	text-align: right;
	padding-right:15px;
}
.cot1_data_pos{
	text-decoration:none;
	font-weight: bold;
	color:#009901;
	text-align: right;
	padding-right:15px;
}
.cot1_data_novar{
	text-decoration:none;
	font-weight: bold;
	color:#666666;
	text-align: right;
	padding-right:15px;
}


.list_borde_cab_td{
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.list_cot_af_italic {
	padding: 4px 0px 4px 0px; font-style: italic;
}

.list_cot_af_title {
	width: 80px; padding: 2px 8px 2px 0px;
}

.list_cot_af_button {
	padding: 4px 0px 4px 0px;
}

.list_cot2_cab{
	font-weight: bold; background-color: #1b58ab; color: #ffffff; padding: 2px;
}

.width300px{ width: 300px; }
