header img.logo {
	width: 300px;
}

.profile_main{
	border:1px solid lightblue;
	vertical-align: middle;
	margin:2px;
	margin-bottom:15px;
}
.table > tbody > tr.profile_main > td {
	vertical-align: middle;
}
.table .clicable {
	cursor: pointer;
}

.profile_name{
	font-size: large;
}

.profile_img_header {
	width:64px;
}
.profile_img{
	width:64px;
	height:64px;
	margin-right:10px;
	float:left;
}
.profile_img > img {
	width: 60px;
	height: 60px;
}

.tarjetas {
	margin-bottom: 30px;
}
.tarjetas .actual {
    padding: 5px;
    background-color: #ddd;
    font-family: monospace;
    border: 1px dashed #bbb;
}
.btn-title {
    color: #aaa;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
    font-size: 12px;
}

.home .buttons {
	text-align: center;
	margin-top: 20px;
}
.home .buttons .btn {
	margin-top: 20px;
	width: 80%;
}
.home .big-icon {
	color: #ccc;
	font-size: 50px;
}
.home div:hover .big-icon {
	color: #333;
}

 .flash.alert {
 	position: absolute;
	top: 10px;
	right: 10px;
	font-size: large;
	padding: 20px;
 }

 form.search {
 	display: inline-block;
 }

.nav-tabs > li > a {	
	padding: 10px 30px;
}
