

body {

background: url(../images/bgpattern.png);
margin:0px;
font-family: Arial, Helvetica, sans-serif;
}

a{
	text-decoration: none;
}

h1{
	font-size: 18px;text-align: center;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	font-size: 18px;text-align: center;
	color:#AAA;
	font-family: Arial, Helvetica, sans-serif;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:14px;
	border-left:6px solid #00008b;padding-left:10px;
}

.contenido{
	max-width: 800px;
	width:100%;
	margin:auto;
}
#header{
	border-top:5px solid #00008b;
}
.box {
	width: 100%;
	position: relative;
	background: #FFF;
	border: 1px solid #dcdcdc;
	float: left;
	display: inline;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: #dcdcdc 0 0 4px 1px;
	-moz-box-shadow: #dcdcdc 0 0 4px 1px;
	box-shadow: #dcdcdc 0 0 4px 1px;
	font-family: 'ITCFranklinGothicStdDemi';
	margin: 13px 0;
	padding: 13px 0 10px;
}

.wrapperFechas{
	width:90%;
	margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}

.fechaExamen{


	margin:10px;
	font-family: arial;
	font-size: 12px;
	clear: both;
	overflow: hidden;
}
.fecha{
	border-bottom:1px dashed #CCC;
	padding:4px;
	margin:4px;
	font-size:14px;
}
.inscripcion{
	padding:4px;
	margin:4px;
}

.observaciones{ 
	color:#F00; 
	font-weight:bold;
}

.col1{
	float: left;
	width:210px;
	margin-right:20px;
}

.col2{
	float: left;
	width:250px;
}

.col3{
	float: left;
	width:150px;
}
.row{
	margin:4px;
	overflow: hidden;
	clear: both;
}
.col{
	display: block;
	float: left;
}
.col-4{
	width:33%;
	box-sizing:border-box;
}
.col-8{
	width:66%;
	box-sizing:border-box;
}
.col-12{
	width:100%;
	box-sizing:border-box;
}

.tablaMaterias td{
	padding:4px;
	font-size: 13px;
}
.tablaMaterias td:nth-child(2){
	background-color: #EEE;
}



.tablaMaterias tr:nth-child(odd) td{
	background-color: #EEE;
}
.tablaMaterias tr:nth-child(odd) td:nth-child(2){
	background-color: #DDD;
}

.tablaMaterias tr:nth-child(1) td{
	background-color: #1d2c4e !important;
	color:#FFF;
}

.linea2{
	border-bottom:1px dotted #DDD;
	margin-bottom:20px;
	margin-top:2px;
	margin-left:10px;
	width:640px;
}

.tablaMaterias strong{
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

.tablaMaterias tr.color td{
	background-color: #eed0d6 !important;
	color:#640000;
	font-weight: bold;
	position:relative;
	border-bottom:1px solid #7a2c3d;
	border-top:1px solid #7a2c3d;
	text-shadow:1px 1px 0px rgba(255,255,255,0.4);
}

@media print{
	#header{
		border:0px;
	}
	h1 img{
		display:none;
	}
	.fechaExamen{
		font-size:14px;
	}
	.box{
		border:0px;
		box-shadow:0px;
		border-radius:0px;
	}
	
	h1{
		font-weight: normal;
	}
	.contenido{
		width:100%;
	}
	.wrapperFechas{
		width:90%;
	}
	.col1{
		width:40%;
	}
	table{
		width:50%;
		page-break-inside: avoid;
	}
	.tablaMaterias td{
		font-size:15px;
	}
	.tablaMaterias tr td:first-child{
		width:80%;
	}
	
	.linea2{
		width:100%;
	}
	
}

.pasada .texto{
	text-decoration: line-through;
	color:#8b0000;
}
.consulta{
	margin-bottom:5px;
}
.consulta .extra{
	display:none;
}
.consulta {
	background-color: #EEE;
	font-size:13px;
	padding:10px;
	border-left:4px solid #00478a;
}
.consulta.pasada{
	border-left:4px solid #8b0000;
}
.consulta.pasada .extra{
	display:inline;
	font-size:11px;
	text-decoration: none !important;
}


.marcoPregunta{
	border-bottom:1px solid #EEE;
	margin-bottom:10px;
	padding-bottom:10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

input{
	box-style:border-box;
	margin:0px;
	border:0px;
	display:block;
	float:left;
	padding:1.1em;
	font-size: 1.3em;
	}


.grande{
	width:98%;
	border:1px solid #00008b;
	border-bottom:4px solid #00008b;
	margin-bottom:0.2em;
	margin:0.5%;
}
.un_tercio{
	width:32%;	
	margin:0.5%;
}
.dos_tercio{
	width:65%;	
	margin:0.5%;
}
.azul{
	color: #00008b;
	background-color:#9596ff;
}

#notificaciones div{
	width:100%;
	margin:auto;
	/*padding:3px 1em;*/
	font-size:1.2em;
}

#notificaciones div{
	background-color:#c3ffc4;
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:0px;
	width:100%;
	height: 100%;
	text-align: center;
	display: table; 
	font-size:26px;
}
#notificaciones div p {
/* display: table-cell; */  
  vertical-align: middle; 
  text-align: center; 
}


#notificaciones div.red{
	background-color:#f79a7e;
}

.teclado{
    width:60%;
    margin-left: auto;
    margin-right: auto;
}