@charset "utf-8";
body,td,th {
	font-size: 14px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 5px 6px;
	text-decoration: none;
	font-size: 14px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
	color: white;
	font-weight: bold;
}
.active0 {
	background-color: #faa000;
	color: white;
}


.topnav .icon {
  display: none;
}

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


nav a{
      text-decoration:none;
      color:inherit;
      font-size:14px;
      }
            
nav li{
      display:inline-block;
      width:150px;
      height:auto;
      padding:5px 10px;
      background-color:#faa000;
      border:1px solid #fff;
      text-align:center;
      color:#fff;
      position:relative;
}
            
nav li:hover{
      background-color:#000;
      color:#fff;
      }
            
nav li>ul{
      display:none;
      }

nav li:hover>ul{
      display:block;
      position:absolute;
      top:30px;
      left:0px;
}


.MENU {
	color: #FFFFFF;
	background-color: #333333;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #777;
	border-bottom-color: #777;
	border-left-color: #aaa;
	border-radius: 5px;
	}
.MENU2 {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 12px;
	font-weight: bold;
}

#login_layer {
	position: absolute;
	width: 310px;
	height: 120px;
	z-index: 1;
	background-image: url(img/layer.png);
	background-repeat: repeat;
	visibility: hidden;
}


/* CSS Document */

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


.input01 {
	height: 30px;
	width: 95%;
	border: none;
	border-bottom: 1px solid #FF0000;
	font-size: 16px;
	border-radius: 0;
	color: #EEEEEE;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #666666;
}
.input02_Fecha {
	height: 30px;
	width: 200px;
	border: none;
	border-bottom: 1px solid #FF0000;
	background: #666666;
	font-size: 16px;
	border-radius: 0;
	color: #EEEEEE;
}
.input03_Area {
	height: 200px;
	width: 95%;
	border: none;
	border-bottom: 1px solid #FF0000;
	background: #666666;
	font-size: 16px;
	border-radius: 0;
	color: #EEEEEE;
	font-family: Tahoma, Geneva, sans-serif;
}
.input04_select {
	height: 30px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #FF0000;
	background: #666666;
	font-size: 16px;
	border-radius: 0;
	color: #EEEEEE;
	font-family: Tahoma, Geneva, sans-serif;
}
.boton01 {
    height: 30px;
    width: 50%;
    border: none;
    border: 1px solid #FF0000;
    background: #333333;
    font-size: 16px;
    border-radius: 0;
    color: #EEEEEE;
	font-family: Tahoma, Geneva, sans-serif;
}
.boton02_100 {
    height: 30px;
    width: 90%;
    border: none;
    border: 1px solid #FF0000;
    background: #333333;
    font-size: 16px;
    border-radius: 0;
    color: #EEEEEE;
	font-family: Tahoma, Geneva, sans-serif;
}
.INPUT1 {
	width: 250px;
}
.INPUT2 {
	width: 300px;
	font-size: 18px;
}
.RRPP {
	font-size: 15px;
}


.text1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.login1 {
	font-size: 14px;
}
.texto1 {
	font-size: 14px;
}


.texto2 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.texto3 {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

.texto3_listado {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.texto4 {
	font-size: 13px;
}


.login2 {
	font-size: 10px;
}
.login3 {
	font-size: 12px;
	color: #F00;
}


.login_input {
	height: 30px;
	width: 300px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	border-radius: 6px;
}
.input_standar {
	height: 30px;
	width: 350px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	border-radius: 6px;
}
.input_standarArea {
	height: 200px;
	width: 450px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	border-radius: 6px;
}

.input_pass {
	height: 30px;
	width: 300px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	border-radius: 6px;
}
.input_rut {
	height: 40px;
	width: 90%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	border-radius: 6px;
}
.input_Area {
	height: 120px;
	width: 90%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	border-radius: 6px;
}

.input_rut2 {
	height: 40px;
	width: 75%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	border-radius: 6px;
}
.input_rut3 {
	height: 40px;
	width: 160px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	border-radius: 6px;
}
.input_FECHA {
	height: 30px;
	width: 250px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	border-radius: 6px;
}



.input_fecha {
	height: 30px;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	border-radius: 6px;
}
.input_numero {
	height: 30px;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	border-radius: 6px;
}





#recover_layer {
	position: absolute;
	width: 310px;
	height: 120px;
	z-index: 2;
	visibility: hidden;
}
#recover_error {
	position: absolute;
	width: 300px;
	height: 18px;
	z-index: 2;
	visibility: hidden;
}
.OFF {
	background-color: #DDDDDD;
}
.BORDE_CONT {
	border: 1px solid #CCC;
}
.rojo {
	color: #F00;
}
.verde {
	color: #0C0;
}
.amarillo {
	color: #ff0;
}
.blanco {
	color: #fff;
}

#foto {
	position: absolute;
	width: 245px;
	height: 245px;
	z-index: 1;
}
.alerta_txt {
    font-size: 14px;
    color: #000;
}
#form3 table tr td table tr .RRPP label {
	font-weight: bold;
}
.rosado {
	color: #F66;
}
.azul {
	color: #0CF;
}
.rayaarriba {
	border: 1px solid #000;
}
.TITULO {
	font-size: 16px;
	color: #FFF;
	background-color: #333;
	font-weight: bolder;
}
.big{ 
	width: 1.8em; 
	height: 1.8em; 
	font-size: 1em;
}
.CONTEO {
	height: 720px;
	width: 1280px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.BIG {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 250px;
	color: #FFF;
}
.TABLA_PUBLICO {
	background-color: rgba(51,51,51,0.8);
	border: 1px solid #666;
}
.gris {
	color: #CCC;
}
.dorado {
	color: #FFD700;
}
#links_menu a:link {
	color: #000000;
	text-decoration: none;
}
#links_menu a:visited {
	color: #000000;
	text-decoration: none;
}
#links_menu a:hover {
	color: #000000;
	text-decoration: none;
}
#links_menu a:active {
	color: #000000;
	text-decoration: none;
}

