@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9CF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #039;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	clear: both;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-transform: uppercase;
}

.tabla0 {
	border: 0px solid #000;
	border-collapse: collapse;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.tabla1 {
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.tabla1 tr td {
	padding: 3px;
	font-size: 12px;
}
.tabla1 tr th {
	padding: 3px;
	background-color: #666 !important;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

header {
	color: #FFF;
	background-color: #F00;
	text-align: right;
	padding: 5px;
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0px;
	box-sizing: border-box;
	font-size: 14px;
	height: 36px;
	line-height: 30px;
}
footer {
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding: 10px;
	width: 100%;
	position: fixed;
	z-index: 100;
	bottom: 0px;
	box-sizing: border-box;
}
header a {
	border: 1px solid #FFF;
	background-color: #999;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius:6px;
}

 #verificar {
	width: 70vw;
 }
 #verificar thead tr td img {
	width: 200px;
 }
  #verificar #vacio tr td{
	font-size: 24px;
	color: #F00;
	text-align: center;
	padding: 20px;
 }

  #verificar #positivo tr td{
	  padding:5px;
 }

  #verificar #positivo tr:nth-child(2n+2) td{
	background-color: #FFC;
  }

  #verificar #positivo tr td:first-child{
	font-size: 14px;
	color: #333;
 }

  #verificar #positivo tr td:last-child{
	font-size: 14px;
	color: #000;
 }
  #verificar #positivo tr:first-child td:last-child{
	font-size: 16px;
	color: #333;
	font-weight: bold;
 }
 
#borracert {
	width: 600px;
	}
#borracert tr td {
	text-align: center;
	}
#borracert tr:first-child td {
	font-size: 24px;
	color: #F00;
	font-weight: bold;
	}
#borracert tr:nth-child(2) td {
	font-size: 16px;
	}
#borracert tr:nth-child(3) td {
	font-size: 24px;
	font-weight: bold;
	color: #00C;
	}
#borracert tr:last-child td {
	font-size: 13px;
	color: #F00;
	background-color: #EEE;
	padding-top: 5px;
	}

#listacert {
	width:80%;
}

#listacert tr:nth-child(2) td {
	text-align:center;
	background-color: #EEE;
}

#listacert tr:nth-child(2n + 3) td {
	background-color: #EEE;
}

#listacert tr:nth-child(n + 3) td:nth-child(2),
#listacert tr:nth-child(n + 3) td:nth-child(3),
#listacert tr:nth-child(n + 3) td:nth-child(4),
#listacert tr:nth-child(n + 3) td:nth-child(7),
#listacert tr:nth-child(n + 3) td:nth-child(8) {
	text-align:center;
}

#listacert tr td a{
	text-decoration: none;
	color: #090;
	text-transform: uppercase;
	font-weight: bold;
}

@media screen and (max-width:850px){


body {
	font-size: 3.5vw;
	padding-bottom: 5vw;
}

.tabla0, .tabla1 {
	margin-top: 5vw;
	margin-bottom: 5vw;
}

.tabla1 tr td {
	padding: 1vw;
	font-size: 3.5vw;
}
.tabla1 tr th {
	padding: 2vw;
	font-size: 3.5vw;
	font-weight: normal !important;
}

 #verificar {
	width: 90vw;
 }

 #verificar thead tr td img {
	width: 45vw;
 }

  #verificar #vacio tr td{
	font-size: 4vw;
	padding: 3vw;
 }

  #verificar #positivo tr td{
	  padding:1vw;
 }

  #verificar #positivo tr td:first-child{
	font-size: 3.5vw;
 }

  #verificar #positivo tr td:last-child{
	font-size: 3.5vw;
 }
  #verificar #positivo tr:first-child td:last-child{
	font-size: 3.5vw;
 }


footer {
	padding: 2vw;
}



}