body {
  font-family: Verdana;
  font-size: 12px;
  margin: 0px;
  background-color: #c9d6d6;
}

a,
a:link,
a:visited,
a:active { color: #93150b; }
a:hover { font-weight: bold; }

a.link2:hover { color: #2f0505; font-weight: normal; text-decoration: none; }

div#container { 
  background: #ffffff; 
  position: relative; 
  width: 900px; 
  margin: 0 auto; 
  padding: 0; 
  clear: both; 
  z-index: 0; 
}
div#container2 { 
  background: #ffffff; 
  position: relative; 
  width: 1100px; 
  margin: 0 auto; 
  padding: 0; 
  clear: both; 
  z-index: 0; 
}
div#containerZip { 
  background: #ffffff; 
  position: relative; 
  width: 600px; 
  margin: 0 auto; 
  padding: 0; 
  clear: both; 
  z-index: 0; 
}

div#content_top { 
  position: relative; 
  padding: 20px; 
  margin: 0; 
  text-align:right;
  font-size: 28pt;
  font-family:"Trebuchet MS","sans-serif";
  font-weight: bold;
  color:#446867;
  border-bottom: 1px solid #446867;
}

div#content_top2 { 
  position: relative; 
  padding: 10px 0 5px 20px; 
  margin: 0; 
  text-align:left;
  font-size: 15pt;
  font-family:"Trebuchet MS","sans-serif";
  font-weight: bold;
  color:#446867;
  border-bottom: 1px solid #446867;
}

div#logo { 
  padding: 0; 
  position:absolute; 
  left:20px;
  top: 20px; 
  width: 120px; 
}

div#titulo { 
  padding: 20px; 
  text-align: center; 
  font-size: 15pt;
  font-family:"Trebuchet MS","sans-serif";
  font-weight: bold;
}
div#introduccion { 
  padding: 0 40px 20px 40px; 
  font-size: 14px;
  font-weight: bold;
}
div#tituloerror { 
  padding: 0 40px 20px 40px; 
  text-align: center; 
  color:#93150b;
  font-size: 14px;
  font-weight: bold;
}

div#enviar { 
  padding: 20px; 
  text-align: center; 
  font-size: 15pt;
  font-family:"Trebuchet MS","sans-serif";
  font-weight: bold;
}

table#form1 { border-collapse: collapse; border: 1px solid #000000; width: 820px; margin-left:auto; margin-right:auto; }
table#form1 th { font-weight: bold; text-align:left; padding: 5px; border: 1px solid #000000; }
table#form1 td { padding: 5px; border: 1px solid #000000; }
table#form1 td.premio1 { border: 0px solid #000000; }
table#form1 td.premio2 { border: 0px solid #000000; }
div.titPremio { font-size: 12px; font-weight: bold; }

div#contenido { 
  width: 800px; 
  margin: 0 auto; 
  padding: 20px; 
  font-size: 15pt;
  font-family:"Trebuchet MS","sans-serif";
}
div#contenido2 { 
  width: 820px; 
  margin: 0 auto; 
  padding-top: 20px; 
  text-align: justify; 
}
div#contenidoZip { 
  width: 500px; 
  margin: 0 auto; 
  padding: 20px; 
  font-size: 15pt;
  font-family:"Trebuchet MS","sans-serif";
}

div#content_premio { 
  padding: 10px 10px 5px 10px; 
  margin: 0; 
  color:#93150b;
  font-size: 14px;
}
div#content_patrocinador { 
  padding: 5px 10px 5px 10px; 
  margin: 0; 
  text-align:right;
  font-weight: bold;
  font-size: 14px;
}
div#content_evaluado { 
  padding: 5px 10px 10px 10px; 
  margin: 0; 
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #000000;
}
.numeros { text-align:right; }
div.destaca {
  margin: 20px auto; 
  padding: 5px; 
  background-color: #EEEEEE; 
  border: 1px solid #666666; 
  text-align: center;
  width: 550px;
}
div.footNav { width: 100%; height:60px; position: relative; }
div.prevPage { position: absolute; top: 20px; left: 20px; z-index: 10; }
div.homePage { position: relative; top: 20px; text-align: center; z-index: 1; }
div.nextPage { position: absolute; top: 20px; right: 20px; z-index: 10; }
div.footNote { 
  padding-top: 5px;
  padding-bottom: 20px; 
  margin: 0; 
  text-align:center;
  border-top: 1px solid #000000;
  font-size: 10px;
}
.alert {
  padding: 5px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.datos {
  font-family: Verdana;
  font-size: 12px;
	background-color: #F2EBEB;
	border-style:solid; 
	border-color:#000000; 
	border-width:1px 1px 1px 1px;
	padding:0px;
  text-align:left;
  width: 40%;
  left: 80px;
  position: absolute;
  float: left;
}
.datosT {
	background-color: #f2d8d8;
	border-style:solid; 
	border-color:#000000; 
	border-width:0px 0px 1px 0px;
	padding:5px;
}
.datosC {
	background-color: #F2EBEB;
	border-style:solid; 
	border-color:#000000; 
	border-width:0px 0px 0px 0px;
	padding:5px;
}
.datosX {
  float: right;
}
progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
   appearance: none;

  width: 300px;
  height: 22px;
  vertical-align: top;
}
progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #f44);

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}
div#miSalida {
	background-color: #446867;
  border: 0px solid #446867;
	position: fixed;
  width: 100%;
  text-align: right;
	top: 0px;
	margin: 0;
  padding: 10px 0;
	z-index: 200;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
div#miSalida a {
	color: #fff;
}
div#misAlertas {
  visibility: hidden;
	background-color: #ffffff;
  border: 3px solid #446867;
	position: fixed;
	top: 30px;
  right: 10px;
	margin: 0;
  padding: 10px;
	z-index: 200;
	color: #000;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
  -webkit-box-shadow: 5px 5px 3px #888888;
  -moz-box-shadow: 5px 5px 3px #888888;
  box-shadow: 5px 5px 3px #888888;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  border-radius: 10px; 
}
.navegacion {
  text-align: center;
  margin: 10px 0;
}
.navegacion a {
  width: 85px;
  display: inline-block;
}
.btnmenu {
  font-size: 20px;
  width: 250px;
  margin: 25px;
  -webkit-box-shadow: 4px 4px 2px #888888;
  -moz-box-shadow: 4px 4px 2px #888888;
  box-shadow: 4px 4px 2px #888888;
  height: 80px;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  border-radius: 10px;
}
.btnmenu:hover {
  background-color: #eeeeee;
}
.selectView {
  float: left;
  padding-left: 15px;
}