.tpl_card_ct {
   display: block; }
 
.tpl_card {
   background-color: pink; }
 
.tpl_card_body_a {
   padding: 10px;
   height: 150px; }
.tpl_card_body_a a, .tpl_card_body_a a:link, .tpl_card_body_a a:visited, .tpl_card_body_a a:hover, .tpl_card_body_a a:focus {
    border: solid 1px black;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: yellow; }
 
.cont {
    display: block;

    border-radius: 100%; }
.cont a {
    border-radius: 100%;background-color: orange;
    font-size: 150px; }
 
.CardVencimientos a {
 	color: white; }
.CardVencimientos a .well {
    text-align: center;
    border-radius: 10px;
    background-color: #b30000; }

.CardPagos a {
    color: white; }
.CardPagos a .well {
    text-align: center;
    border-radius: 10px;
    background-color: #004d00; }

.CardCreditos a {
    color: white; }
.CardCreditos a .well {
    text-align: center;
    border-radius: 10px;
    background-color: #000099; }

.CardClientes a {
    color: white; }
.CardClientes a .well {
	text-align: center;
	border-radius: 10px;
	background-color: #cc8400; }

.CardInformes a {
	color: white; }
.CardInformes a .well {
    text-align: center;
    border-radius: 10px;
    background-color: #007f80; }

.CardCalculadora a {
	color: white; }
.CardCalculadora a .well {
    text-align: center;
    border-radius: 10px;
    background-color: #4d004d; }


.card-content {
	margin-bottom: 30px;
 	margin-top: 30px; }