.adminnav{
	background-color: #545454 !important;
    font-size: 1.7em;
    height: 83px;
	padding-top: 8px;
}
#secondaryNav ul li > ul {
    background-color: #545454 !important;
    clear: both;
    display: none;
    margin-left: -20px;
    padding: 0 20px;
    position: absolute;
    z-index: 9999;
}
#pacientmenu{
	background-color: #d9e3eb;
	min-height: 500px;
	vertical-align: top;
}
#pacientresume{
	background-color: #d9e3eb;
	margin-top: -5px;
	vertical-align: top;
	min-height: 1090px;
}
#pacientmenu ul{
	list-style: none;
}
#pacientmenu ul li{
	padding: 20px 0;
	text-align: center;
}
#pacientmenu ul li a{
	font-size: 14px;
	color: #666666;
}
#pacientcontent{
	vertical-align: top;
	font-size: 13px;
}
.tab-pane{
	padding: 0 10px;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
.historia{
	font-size: 14px;
}
.historia span{
	font-weight: bold;
}
.division{
	margin: 10px 0 10px 0
}
.create{
	font-size: 13px;
}
.btn{
	font-size: 13px;
	margin: 0px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.search-area{
	margin-bottom: 20px;
}
.btn-default{
	color: #AAAAAA;
}
.btn-login{
	background: #00ff00 none repeat scroll 0 0;
    padding: 10px 20px;
}
.control-label{
	font-size: 16px;
    font-weight: normal;
}
p{
	font-size: 14px; 
	margin-bottom: 5px;
}
.page-break{
	display: none;
}