
#aplicacion{
	font-size:17px;
	padding-top:10px;
	padding-right: 20px;
}
#retrieved-data{
	width:90%;
	margin:10px auto;
}
#formulario{
	border:solid 1px #ccc;
	width:80%;
	margin:0 auto 0px auto;
	padding:15px 10px;
	border-radius: 6px;
}
@media print {
	header, footer, aside, form{
        display: none;
    }
	.myGrid{
		font-size:11px;
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		width: 99%;
	}
	.myGrid tr th{
		background-color: #fff;
		color:#333;
		text-align: center;
	}
	.myGrid tr td{
		text-align: justify;
		font-size:11px;
	}
}
.myGrid{
	font-size:11px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	width: 99%;
}
.myGrid tr th{
	background-color: #336699;
	color:#fff;
	text-align: center;
}
.myGrid tr td{
	text-align: justify;
	font-size:11px;
}
.myGrid tr td a{
	border:solid 1px #bbb;
	padding:3px 7px;
	border-radius: 4px;
	text-decoration: none;
}
.myGrid tr td a:hover{
	background-color: #336699;
	color:#fff;
	text-decoration: none;
}
.myContent{
	min-height: 450px;
	background-color:#fff;
	display:block;
	border:solid 1px #ddd;
	border-radius: 6px;
	max-width:95%;
}
.etiqueta
{
	font-weight:bold;
	font-size:0.8em;
	color:#033;
	padding:5px 15px;
	border:solid 1px #bbb;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	margin-left:1px;
	margin-bottom:0px;
	background-color: #f5f5f5;
}
.etiquetaL
{
	font-weight:bold;
	font-size:0.8em;
	color:#033;
}
.etiquetas
{
	font-weight:normal;
	font-size:0.8em;
	padding:5px 15px;
	text-align: right;
	margin-left:1px;
	margin-bottom:0px;
	background-color: #d4d4d4;
	color:#444;
}

.page-nav{
	margin: 10px 0 0 0;
	padding: 0px;
	font-size:13px;
}

.page-nav a{
	padding: 4px;
	text-decoration: none;
	color: #000;
	text-decoration: underline;
	margin-left:2px;
}

.page-nav a:hover{
	border: thin solid #444;
	background-color: #66F;
	color: #fff;
}
/*this is the style for selected page number*/
.page_link{
	padding: 4px;
	color:#fff;
	background-color: #333;
	border: thin solid #444;    
	border-radius: 50%; 
}
.calendario
{
	background:url(../../images/calendar_date.png) center no-repeat #3c3f3f;
	width:24px;
	height:24px;
}
.info{
	position: absolute;
	top:60px;
	right:100px;
	width: 300px;
	border:solid 1px #ddd;
	border-radius: 6px;
}
.google{
	position: absolute;
	top:5px;
	right:10px;
	width: 180px;
}
.google img{
	width:160px;
}
.logo{
	position: absolute;
	top:60px;
	left:100px;
	width: 270px;
}
.email{
	position: absolute;
	top:10px;
	left:10px;
	width: 50px;
}

.logoMenu{
	position: absolute;
	top:20px;
	left:20px;
	width: 190px;
}
.logoIndex{
	position: absolute;
	top:10px;
	left:48%;
	width: 130px;
}
.nombreLogo{
	position: fixed;
	top:15px;
	left:10px;
	width: 200px;
}

.fondoModulo{
	width:50%;
	margin-top:50px;
}
.myMasthead{
	background-image: url('../img/fondoMedical.jpg');
	background-position: center top;
	background-color: #444;
}
.botonesMain{
	margin-top:150px;
	border:solid 1px #999;
	padding:15px 50px !important;
	box-shadow:8px 12px 20px #333;
}
.bt2{
	box-shadow:8px 12px 20px #333;
}
.logoLogin{
	width:150px;
}
@media only screen and (max-width: 600px) {
	.logoLogin{
		width:100px;
		margin-top: 0px;
	}
	.myMasthead{
		background-image: url('../img/fondoMedicalMobile.jpg');
		background-position: right top;
		background-color: #444;
		padding-bottom: 250px;
	}
	.botonesMain{
		margin-top:180px;
		border:solid 1px #999;
		padding:10px 50px !important;
		font-size:0.8em;
		background-color: #dfeffd;
	}	
	.bt2{
		box-shadow:8px 12px 20px #333;
		margin-top:10px;
	}
	.info{
		position: absolute;
		top:10px;
		right:10px;
		width:180px;
	}
	.logo{
		position: absolute;
		top:10px;
		left:10px;
		width:180px;
	}
	.nombreLogo{
		display:none;
	}
		.logoMenu{
		position: absolute;
		top:10px;
		left:10px;
		width:100px;
	}
	.fondoModulo{
		width:99%;
	}
	.logoIndex{
		top:10px;
		left:-10px;
		width: 80px;
	}
	.google{
		position: absolute;
		top:20px;
		right:20px;
		width: 140px;
	}
	.google img{
		width:120px;
	}
}
.warningmess
{
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	background:url(../images/themes/dynamics/warning.png) left no-repeat;
	width:600px;
	font-size:10px;
/*	height:30px; */
	display:block;
	border: solid #FFCC00 2px;
	margin: 0 auto 0 auto;
	padding: auto 0 auto 0;
	background-color:#FFFF99;
}
.warningmess p
{
	margin-left:35px;
	text-align:center;
}
.okmess
{
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	background:url(../images/themes/dynamics/siverif.png) left no-repeat;
	width:600px;
	font-size:10px;
/*	height:30px;*/
	display:block;
	border: solid #009933 4px;
	margin: 0 auto 0 auto;
	padding: auto 0 auto 0;
	background-color:#99FF66;
}
.okmess p
{
	margin-left:35px;
	text-align:center;
}


.errormess
{
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	background:url(../images/themes/dynamics/notice-alert.png) left no-repeat;
	width:600px;
	font-size:10px;
/*	height:30px;*/
	display:block;
	border: solid #CC3366 2px;
	margin: 0px auto 0 auto;
	/*padding: auto 0 auto 0;*/
	background-color:#FFD7FF;
}
.errormess p
{
	margin-left:35px;
	text-align:center;
	padding:5px;
}
.usuario{
	color:#444;
	font-size:16px;
}
.usuario span{
	font-weight: normal;
	font-style: italic;
}
.curriculo{
	border:solid 1px #36F;
	border-radius:6px;
	padding:5px 20px;
}
.curriculo span{
	font-weight: bold;
}
.features-boxed {
	color: #313437;
	background-color: #fff;
}

.features-boxed p {
	color: #7d8285;
}

.features-boxed h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

@media (max-width:767px) {
	.features-boxed h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px;
	}
}

.features-boxed .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}

.features-boxed .intro p {
	margin-bottom: 0;
}

.features-boxed .features {
	padding: 50px 0;
}

.features-boxed .item {
	text-align: center;
}
.features-boxed .item a:hover {
	text-decoration:none;
}
.features-boxed .item .box {
	text-align: center;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px;
	border:solid 1px #bbb;
	border-radius: 8px;
}

.features-boxed .item .icon {
	font-size: 60px;
	color: #5b7c98;
	margin-top: 20px;
	margin-bottom: 35px;
}

.features-boxed .item .name {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 0;
	color: #2e2a2a;
	padding-top:10px;
	border-top:solid 1px #bbb;
}

.features-boxed .item .description {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.popover {
	box-shadow: 0px 7px 14px -8px #333;
}
.popover-header {
	color: #4b4ba8;
	font-size:0.9em;
}
.popover-body {
    font-size: 11px;
}
.aPop{
	color:#444;
}
.aPop:hover{
	text-decoration:none;
}
.aPop i{
	font-size:30px;
	color:#2c4ec0;
}
.menu-left,
.menu-left a,
.menu-left input[type=button]{
	font-weight:normal
}
.tooltipi{
	display: inline;
	position: relative;
}
		
	.tooltipi:hover:after{
		background: rgba(220,40,31,.8);
		border-radius: 5px;
		bottom: 40px;
		color: #fff;
		content: attr(title);
		left: 50%;
		padding: 5px 15px;
		position: absolute;
		z-index: 98;
        width: 460px;
        font-size:0.75em;
        font-weight: normal;
	}
	
	.tooltipi:hover:before{
		border: solid;
		border-color: #333 transparent;
		border-width: 6px 6px 0 6px;
		bottom: 30px;
		content: "";
		left: -5%;
		position: absolute;
		z-index: 99;
	}
	.cardH .card-footer,
	.cardH .card-body{
		background-color: #fff !important;
	}
	.cardH .card-title{
		color:#444;
		text-align: center;
		font-weight: normal;
		text-transform: capitalize !important;
	}
	.cardH .card-text{
		color:#777;
		font-size:0.8em;
	}
	.cardH a:hover{
		border:solid 1px #999;
		text-decoration: none;
	}
	.cardH a img:hover{
		filter:grayscale(100%);
	}
	.menuImg a img:hover{
		
		filter:grayscale(1);
	}
