@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	min-width:1000px;
}

#loading { display:none; position:fixed; left:0; top:0; width:100%; height:100%;
       background-image:url("../img/blanco.png"); }

#fondo{
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
}

.pagado > td { background-color: green;}

header{
	background-image: linear-gradient(bottom,#08298A,#084B8A);
	background-image: -webkit-linear-gradient(bottom,#08298A,#084B8A);
	background-image: -moz-linear-gradient(bottom,#08298A,#084B8A);
	background-image: -o-linear-gradient(bottom,#08298A,#084B8A);
	background-image: -ms-linear-gradient(bottom,#08298A,#084B8A);
	width:100%;
	height:50px;
	color:#FFF;
}

header table tr td b{
	font-size:30px;
	margin-left:20px;
}

header table tr td label{
	margin-left:20px;
}

header table tr td a{
	margin-left:10px;
	text-decoration:none;
	color:#E0E0E0;
}
.metpag{
	text-align: center;
	margin-top: 50%;
}
#links{

}
.metpag a{
	text-decoration: none;
	color:#00004C;
	margin-top: 20px;
	font-size: 24px;
}
#logologin{
	margin-top: 30px;
}
.logoa{
	width:35%;
	height:35%;
	margin: 0 auto;
}
#logoright{
	
	
	height:75px;
	float: right;
}
#logoleft{
	
	
	height:60px;
	float: left;
}
section{
	margin:auto;
	margin-top:50px;
	width:1000px;
	padding:20px;
	border-radius:5px;
	box-shadow:2px 2px 10px #6F6F6F;
}
section table tr td input{
	width:90%;
	height:35px;
	outline:none;
	font-size:14px;
}
.tbl-registro tr td{
	padding-right:10px;
	padding-bottom:10px;
	text-align:center;
}
#nuevaAsistencia{
	text-align: center;
}

.login{
	width:300px;
	height:auto;
	padding:10px;
	background-color:#1B44AF;
	margin:auto;
	margin-top:20px;
	box-shadow:2px 2px 10px #484848;
	font-size:14px;
}
.login h2{
	color:#FFF;
}
.login label{
	color:#FFF;
}
.login input, select:not(.nostyle){
	width:60%;
	height:25px;
	outline:none;
}
.login button{
	width:30%;
	height:25px;
	cursor:pointer;
	background-color:#FFF;
	border:1px solid #515151;
	font-weight:bold;
}
.login button:hover{
	background-color:#00004C;
	color:#FFF;
}
.error{
	background-color:#D50909;
	color:#FFF;
	padding:5px;
}

#person{
	width:100%;
}
#titulo{
	text-align: center;
	font-family: Open Sans;
	color: #084B8A;
}
.tablaConvenio{
	background-color:#B5C7DC;
	font-size:1em;
	color:#084B8A;
}
.tablaConvenio a{
	color: #084B8A;
	font-size:1em;
}
.infoImportanteB{
	background-color:#ff8800;
	color:black;
	font-size:1.5em;
}
.infoImportante{
	background-color:#084B8A;
	color:white;
	font-size:1.5em;
}
.radios{
	height: 1.5em;

}

@media (max-width: 600px)  {
	.registros{
		overflow-x: auto;
	}
	.modal-dialog {
		width: 85%;
		margin: 30px auto;
		font-size:1em;
	}
	body{
		margin:0px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		min-width:100%;
	}
	label {
		display: inline-block;
		margin-bottom: 0;
		font-weight: 700;
		font-size: 1em;
	}
	header {
		background-image: linear-gradient(bottom,#08298A,#084B8A);
		background-image: -webkit-linear-gradient(bottom,#08298A,#084B8A);
		background-image: -moz-linear-gradient(bottom,#08298A,#084B8A);
		background-image: -o-linear-gradient(bottom,#08298A,#084B8A);
		background-image: -ms-linear-gradient(bottom,#08298A,#084B8A);
		width: 100%;
		height: 4em;
		color: #FFF;
	}
	nav.navbar .navbar-brand img.logo {
		width: 8em;
	}
	.fa {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 1em;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	nav.navbar.bootsnav {
		margin-bottom: 0;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		background-color: #fff;
		border: none;
		border-bottom: solid 1px #e0e0e0;
		z-index: 9;
		padding-bottom: 0.5em;
	}
	.headerClass table{
		/*margin:1em 0;*/
	}
	header table tr td b {
		font-size: 1em;
		margin-left: 20px;
	}
	section{
		width:100%;
	}
	/* .desktop{
		display:none;
	} */
}