@charset "utf-8";
html { width: 100%; margin: 0px; padding:0px}
body {width: 100%; margin: 0px; padding:0px; background-color: #f1f1f1; font-family: arial; font-size: 12px; color: #666}
#contenedor { position: relative; width:98%; height: auto; z-index: 3; top: 100px; margin-right: auto; margin-left: auto; left:auto; right:auto; margin:1%; padding:0px}
header {position:fixed; width:100%; height: 80px; background:#fff; z-index:12; box-shadow: 0px 0px 5px 3px rgba(0,0,0,.3);color: #000; display: flex; justify-content: flex-end; top:0}
.caja {border: solid 1px #ccc; margin: 20px; padding: 20px; background-color: #fff; border-radius: 6px}
.cajapetita {max-width: 800px}
.columnas3 {column-count: 3; column-rule: #ccc solid 1px; column-gap : 20px}
.logoempresa {position:absolute; left: 30px; border:0px; height:auto; width:220px; float:left; margin-top:5px}
.logo {height:auto; width:100%}
.modal {display: none}
#btn-menu { display: none;}
header label { font-size: 30px; cursor: pointer; display: none;}
.menu ul { background: #fff; display: flex; list-style: none;}
.menu ul ul { display: none;}
.menu a { display: block; padding: 15px 10px; color: #000; text-decoration: none; line-height: 32px; font-weight: 700;}
.menu a:hover { background: hsl(46.06 100% 50.2%); color: #fff}
.menu a i { margin-left: 10px;}
.menu ul li:hover ul { transition: all 0.3s ease; display: block; position: absolute;}
.submenu ul li a {padding: 4px 15px 4px 15px;}
@media (max-width: 768px) {
  header label { display: block; padding-top: 16px; padding-right: 16px; transition: all 0.4s ease;}
  .menu { position: absolute; top: 64px; left: 0; width: 70%; transform: translateX(-100%); transition: all 0.3s;}
  .menu ul { flex-direction: column; display: block;}
  .menu ul li:hover ul { display: none; position: static;}
  .menu a i { position: absolute; right: 16px; line-height: 32px;}
  #btn-menu:checked ~ .menu { transform: translateX(0%);}
}
table {border: 0px solid #ccc; border-collapse: collapse; width: 100%; font-size: 12px}   
td {border: 0px solid #ccc; padding: 6px; vertical-align: top}
.nacionalidad {background-color: #aaa; color: #000}
select {border: 1px solid #ccc}
input {width: 100%; height: auto; border: 1px solid #ccc}
.activo {background-color: #95c11f !important}
.izq {width: 20%}
.borde {border-bottom: 1px solid #ccc}
.ancho32 {width:32%}
.limpiar {clear:both}
.texto10 {font-size:10px}
.texto11 {font-size:11px}
.texto12 {font-size:12px}
.texto13 {font-size:13px}
.centrado {text-align:center}
.qr {width: 100px; height: auto}
th {background-color: #f1f1f1; color: #000; font-weight: bold; text-align: left}
img {border:0px}
.derecha {text-align:right}
.izquierda {text-align:left}
.centro {text-align:center}
.letra9px {font-size:9px}
.letra11px {font-size:11px !important}
.letra12px {font-size:12px !important}
.letra14px {font-size:14px !important}
.letra16px {font-size:16px !important}
.letra18px {font-size:18px !important}
.letra24px {font-size:24px !important}
.letra22px {font-size:22px !important}
.ancho0 {width:0%}
.ancho100 {width:100%}
.ancho80 {width:80%}
.ancho98 {width:98%}
.ancho90 {width:90%}
.boton_grande { padding: 15px 30px 15px 30px}
.flotar { float: left}
.campo_formulario { width:90%; background-color: rgba(255,255,255,1); color: #444;  border: 1px #999 solid; padding: 6px; border-radius: 3px; max-width:600px}
a:link, a:visited, a:active { color: #666666; text-decoration: none; text-align: right}
a:hover { text-decoration: none; color: #1F85DE}
h1 { color: #1F85DE; font-size: 18px; margin-top: 15px; margin-bottom: 15px; font-weight: normal; font-style: normal}
h2 { color: #1F85DE; font-size: 14px; margin-top: 15px; margin-bottom: 10px; font-weight: normal; font-style: normal; text-align:left}
h3, h4,p { color: #808080; font-size: 13px; text-align: justify; line-height: 150%; margin-top: 10px; margin-bottom: 15px; font-weight: normal; font-style: normal}
h3 a { color: #62328a}
h5 { color: #666666; font-size: 11px; text-align: justify; line-height: 150%; margin-top: 0px; margin-bottom: 0px; font-weight: normal; font-style: normal; padding: 0px 0px 0px 20px}
h5 li { color: #1D211E; font-size: 10px; text-align: left; line-height: 150%; margin-top: 0px; margin-bottom: 0px; font-weight: normal; font-style: normal}
h6 { color: #373126; font-size: x-small; text-align: right; font-weight: normal; font-style: normal}
ul { color: #1F85DE; font-size: 11px; text-align: left; line-height: 150%; margin-top: 0px; margin-bottom: 0px; margin-left: 0px}
li { margin: 0px; padding: 0px; color: #1F85DE; font-size: 12px; text-align: left; line-height: 150%; white-space: normal}
.button, .button:visited, .button:active {display: inline-block; padding: 10px 20px 10px 20px; color: #666666; text-decoration: none; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor:pointer; transition: all 0.4s ease; border-radius: 4px; width: auto}
.button:active { top: 1px; color: #666666}
.cero, .cero:visited { background-color: #1F85DE; color:#ffffff !important; font-size: 13px; font-weight: bold; cursor:auto}
.uno, .uno:visited { background-color: #777; color:#ffffff !important; font-size: 13px; font-weight: bold}
.uno:hover { background-color: #1F85DE; font-size: 13px; font-weight: bold}
.dos, .dos:visited { background-color: #777; color:#ffffff !important; font-size: 13px; font-weight: bold}
.dos:hover { background-color: #DE781F; color:#ffffff; font-size: 13px; font-weight: bold}
.petit, .petit:visited { background-color: #777; color:#ffffff !important; font-size: 11px; font-weight: bold}
.petit:hover { background-color: #1F85DE; color:#ffffff; font-size: 11px; font-weight: bold}
.tres, .tres:visited { background-color: #777; color:#ffffff !important; font-size: 13px; font-weight: bold}
.tres:hover { background-color: #781FDE; font-size: 13px; font-weight: bold}
.cuatro, .cuatro:visited { background-color: #777; color:#ffffff !important; font-size: 13px; font-weight: bold}
.cuatro:hover { background-color: #1FDE78; font-size: 13px; font-weight: bold}
.verde { background-color: #95c11f !important ; color:#ffffff !important}
.cuadro{ border:#B8B8B8 1px solid; border-radius: 6px; padding:10px; background-color:#eeeeee}
.opcioncoche { float:left; width:30%; height:auto; padding: 3px 3px 20px 3px; text-align:center}
.opcioncochetexto {width:100%; margin:0; padding:0;font-size:24px; background-color:#1F85DE;  color:#ffffff}

.formulariotitulo { width: 40%; float: left; margin-top: 10px}
.formulariocampo { width: 60%; float: left; margin-top: 10px}
.formulariocampo input { width: 98%; color: #4F4F4F}
.formulariocampo textarea { width: 98%; color: #4F4F4F; padding: 2%}  
.fecha { width: 160px}
.tooltip {position: relative; background: #cc2100; padding: 5px; margin: 5px; font-size: 15px; color: #FFF}
.tooltip:before, .tooltip:after { position: absolute; content: ''; opacity: 0; transition: all 0.4s ease}
.tooltip:before { border-width: 10px 8px 0 8px; border-style: solid; border-color: #cc2100 transparent transparent transparent; top: -15px; transform: translateY(20px)}
.tooltip:after { content: attr(data-tooltip); background: #cc2100; width: 160px; height: 40px; font-size: 13px; font-weight: 300; top: -75px; left: -10px; padding: 10px; border-radius: 5px; letter-spacing: 1px; transform: translateY(20px)}
.tooltip:hover::before, .tooltip:hover::after { opacity: 1; transform: translateY(-2px)}

.campos { float: left; margin: 3px; font-size: 13px}
.modal { display: none; position: fixed; z-index: 1; padding-top: 200px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4)}
.modal-content { background-color: #fefefe; margin: auto; padding: 40px; border: 1px solid #888; width: 50%; color: #6f2121; border-radius: 30px}
.close_modal { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold}


select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-color: white; border: 1px solid #ccc; padding: 5px; border-radius: 4px; width: 100%; box-sizing: border-box; background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"%3E%3Cpath fill="black" d="M0 0l5 5 5-5H0z"/%3E%3C/svg%3E'); background-repeat: no-repeat; background-position: right 10px center; background-size: 10px; cursor: pointer; }

/* MEDIA QUERIES */
@media only screen and (min-width: 1200px) {
/*	#barritaloca { height:30px; line-height:20px}*/
}
/* Reglas para Tablets */
@media only screen and (max-width: 999px) {
#contenedor { width: 98%}
.flotar { float: none; width: 99% !important}
.campos {float: none}      
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
#contenedor { width: 98%}
.opcioncochetexto {font-size:14px}
  
}
@media only screen and (max-width: 600px) {
#contenedor { width: 90%}
.campo_formulario { width:90%}
.opcioncochetexto {font-size:14px}
}
@media only screen and (max-width: 480px) {

}