﻿/*aplica para Default.aspx y Default.asp 
Version en funcionamiento : Default.asp
*/

#colB
{
    padding:20px;
    width:685px;
    background-color:#dedede;
    border-top:solid 3px #EB1C22;
    font-size:11px;
    color:#4a4a4a;
}

#colC
{
    display:none;
}

#contenedor
{
    background-color:#fff;
    padding:20px;
}

.celda, table#otrasColecciones td
{
    width:340px;
    height:25px;
    padding:2px;
}



/* para Default.asp*/

table#listacolecciones1 a{
	line-height:2.4em;
}
table#listacolecciones1 table td{
	/* las celdas que tienene las series*/
	padding:2px;
	border:solid 0px #000000;
}
.txtmini{
	font-size:10px;
}
table#listacolecciones1 td.txtmini a{
	line-height:1.7em;
}