.cartilla
{
	height: 34px;
	width: 445px;
	border-radius:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
.cartilla .tapa
{
	margin: 2px;
	background-color: #FFF;
	padding-top: 1px;
	width: 45px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #D2D2D2;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
.cartilla span
{
	display: block;
	float: left;
	font-size: 11px;
	padding-left: 2px;
	margin: 2px;
}
.cartilla .tapa img
{
	height: 24px;
	width: 41px;
}
.cartilla .nombre
{
	width: 170px;
	font-weight: bold;
	color: #A0A0A0;
	font-size: 11px;
	padding-top:4px;
}
.cartilla .descargar
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F5F5F5;
	padding-right: 6px;
	width:90px;
	padding-top: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F5F5F5;
}
.cartilla .consultar
{
	margin-right: 2px;
	padding-top: 1px;
	width:90px;
}
.cartilla .descargar img
{
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.cartilla .consultar img
{
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.cartilla .descargar a, .cartilla .consultar a
{
	font-size: 9px;
	color: #868686;
}
.subCartilla
{
	background-color: #F0F0F0;
	height: 20px;
	width: 445px;
	border-radius:2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subCartilla a
{
	color: #A1A1A1;
}
.subCartilla .nombre
{
	font-weight: bold;
	color: #A0A0A0;
	font-size: 11px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.cartilla .descargar.interior
{
	width: 190px;
}
#t-comp-btn a
{
	font-size: 10px;
	color: #B3B1B6;
}
#t-comp-btn
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
}
.seleccionar {
	background-color: #EEE !important;
}
.cargando
{
	margin:auto;
	background-image: url(/template/accord-v2/loads/load-bar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#filtroUbicacion{
	margin-top:0px;
}
#filtroUbicacion span.item{
	margin-right:10px;
	padding:5px;
	border: 1px solid #DDD;
	display: inline-block;
	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
}
#filtroUbicacion span.item a{
	display:inline-block;
}
#filtroUbicacion span.item.seleccionada{
	color:#CCC !important;
	background-color: #DDD;
	text-shadow: #FFF 1px 1px 1px;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}