
html, body {
    height: 100%;
    margin: 0;
}

.divCabeceraPagina {
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
}

.seccionMenu {
    display: table;
    position: fixed;
    top: 0;
    height: 80px;
    width: 100%;
    background-color: black;
}

.divLogo {
    width: 25%;
    height: 100%;
    float: left;
}

.imgLogo {
    padding: 10px;
    width: 160px;
    height: 60px;
}

.divMenu {
    width: 75%;
    height: 100%;
    text-align: left;
    vertical-align: middle;
 }

ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding-right: 10px;
    overflow: hidden;
    background-color: black;
}

li {
    float: left;
    font-family: 'Helvetica';
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #444;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

:target::before {
    content: "";
    display: block;
    height: 80px;
    margin: -80px 0 0; 
}

.seccionPrincipal {
    height: 1200px;
    width: 100%;
    display: table;
}

.divPrincipal {
    height: 100%;
    width: 100%;
    display: table-cell;
    background-image: url("imagenes/nuevofondo.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.divAdvt {
    position: absolute;
    right: 40px;
    top: 120px;
    width: 300px;
    height: 170px;
    background-image: url("imagenes/FondoAdvt.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #ffffff;
    text-align: center;
}

.divAdvtTit { 
    display: inline-block; 
    margin-top: 0px;
    width:300px;
    background: darkcyan; 
    text-align: center; 
}

.txtTitAdvt {
    font-family: 'Helvetica';
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    color: white;
}

.divAdvtTxt { 
    display: inline-block; 
    margin-top: -6px;
    width:170px;
    background: rgba(255, 255, 255, .9); 
    text-align: center; 
}

.txtAdvt {
    font-family: 'Helvetica';
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    color: black;
}

.txtAdvtX {
    font-family: 'Helvetica';
    padding: 10px;
    font-weight: 800;
    font-size: 16px;
    color: darkcyan;
}

.botonesAdvt
{
	background-color: darkcyan;
	padding: 4px;
	font-size: 14px;
	width: 170px;
	border: none;
	color: #fff;
	border-radius: 2px;
  font-family: 'Helvetica';
}

.botonesAdvt:hover
{
	background-color: crimson;
	color: white;
}

.txtPR {
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 94px;
    color: white;
}

.txtPR2 {

    font-family: 'Helvetica';
    position: absolute;
    left: 100px;
    font-weight: 600;
    font-size: 36px;
    color: white;
}

.txtPR3 {
    font-family: 'Helvetica';
    position: absolute;
    right: 100px;
    font-weight: 600;
    font-size: 36px;
    color: white;
}

.imgNav {
    width: 75px;
    height: 75px;
}

.seccionServicios {
    display: table;
    width: 100%;
    align-content: center;
    background-color: white;
}

.tablaServicios {
    width: 800px;
}

.imgServicios {
    padding: 10px;
    width: 360px;
    height: 270px;
}

.txtTituloServicios {
    font-family: 'Helvetica';
    font-weight: 500;
    font-size: 30px;
    color: black;
}

.ulServicios {
    padding-left: 10px;
    margin: 15px;
    float: none;
    list-style-type: disc;
    background-color: white;
    overflow: visible;
 }

.liServicios {
    font-family: 'Helvetica';
    font-size: 19px;
    font-weight: 400;
}

.txtServicios {
    font-family: 'Helvetica';
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    color: black;
}

.seccionEmpresa {
    width: 100%;
    background-color: indianred;
}

.tablaEmpresa {
    width: 1000px;
}

.txtTituloEmpresa {
    font-family: 'Helvetica';
    font-weight: 600;
    font-size: 30px;
    color: white;
}

.imgEmpresa {
    padding: 10px;
    width: 400px;
    height: 400px;
}

.txtEmpresa {
    font-family: 'Helvetica';
    padding: 10px;
    font-weight: 500;
    font-size: 22px;
    color: white;
}

.seccionContacto {
    display: table;
    align-content: center;
    width: 100%;
    background-color: white;
}

.tablaContacto {
    width: 800px;
}

.txtTituloContacto {
    font-family: 'Helvetica';
    font-weight: 600;
    font-size: 30px;
    color: black;
}

.imgLogoContacto {
    padding: 10px;
    height: 90px;
    width: 250px;
}

.imgContacto {
    padding: 10px;
    width: 80px;
    height: 80px;
}

.txtContacto {
    font-family: 'Helvetica';
    font-weight: 600;
    font-size: 30px;
    color: black;
}

.seccionAvlID {
    display: table;
    align-content: center;
    width: 100%;
    background-color: white;
}

.txtAvlIDHdr {
    font-family: 'Helvetica';
    padding: 10px;
    font-weight: 500;
    font-size: 22px;
    color: black;
}

.tablaAvlID {
    width: 70%;
}

.imgAvlID {
    padding: 10px;
    width: 240px;
    height: 240px;
}

.imgAvlIDFn {
    padding: 10px;
    width: 60px;
    height: 60px;
}

.txtAvlIDFnTit {
    font-family: 'Helvetica';
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.txtAvlIDFn {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 18px;
    color: black;
}

.divAvlIDForm {
    width: 80%;
    background-color:mediumturquoise;
    border-radius:15px;
    text-align: center;
    padding: 10px;
}

.txtAvlIDFormTit {
    font-family: 'Helvetica';
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.txtAvlIDForm {
    font-family: 'Helvetica';
    font-weight: 500;
    font-size: 14px;
    color: black;
  }

.tbAvlIDForm {
    border: 0;
    outline: 0;
    padding: 5px;
    border-radius: 20px;
    width: 70%;
    background-color: white;
    font-family: 'Helvetica';
    font-size: 22px;
    font-weight: 400;
    text-align:center;
    margin-bottom:10px;
}

.txtTituloLogin {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 20px;
    color: black;
}

.tbInput {
  border: 0;
  outline: 0;
  border-bottom: 1px solid black;
  width: 50%;
  background-color: lightgrey;
  font-size: 20px;
  font-weight: 400;
}

.txtError {
    font-family: 'Helvetica';
    font-weight: 600;
    font-size: 14px;
    color: red;
}

.botonesIngreso
{
    float: right;
	background-color:darkcyan;
	padding-top: 0px;
    font-family: 'Segoe UI';
	font-size: 16px;
	width: 160px;
    height: 48px;
	border: none;
	color: #fff;
	border-radius: 2px;
}

.botonesIngreso:hover {
    background-color: red;
}

.botonesOK
{
	background-color: Green;
	padding: 4px;
	font-size: 14px;
	width: 80px;
	border: none;
	color: #fff;
	border-radius: 8px;
    font-family: 'Helvetica';
}

.botonesProceso
{
	background-color: Navy;
	padding: 4px;
	font-size: 14px;
	width: 80px;
	border: none;
	color: #fff;
	border-radius: 5px;
    font-family: 'Helvetica';
}

.botonesEsc
{
	background-color:red;
	padding: 4px;
	font-size: 14px;
	width: 80px;
	border: none;
	color: #fff;
	border-radius: 8px;
    font-family: 'Helvetica';
}


.botonesEscAvl
{
	background-color:red;
	padding: 4px;
	font-size: 14px;
	width: 80px;
	height: 40px;
	border: none;
	color: #fff;
	border-radius: 8px;
    font-family: 'Helvetica';
}

.botonesEspecial
{
	background-color:darkcyan;
	padding: 4px;
	font-size: 14px;
	width: 80px;
	border: none;
	color: #fff;
	border-radius: 5px;
	font-family: 'Helvetica';
}


.botonesAviso
{
	font-size: 14px;
	width: 78px;
	border: none;
	color: #fff;
	border-radius: 2px;
	font-family: 'Helvetica';
}

.botonesAvlID
{
	background-color:darkcyan;
	padding: 4px;
	font-size: 18px;
	width: 120px;
	border: none;
	color: #fff;
	border-radius: 2px;
	font-family: 'Helvetica';
}

  .botonesAvlID:hover {
    background-color: crimson;
 }

.panelPad {
    padding: 2px;
    border-radius: 10px 0px 0px 0px;
    border: 1px solid black;
}

.panelPad2 {
    padding: 2px;
    margin-top: 4px;
    border-radius: 0px 0px 0px 10px;
    border: 1px solid black;
}

.panelPad3 {
    padding: 2px;
    margin-left: 4px;
    margin-bottom: 2px;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid black;
}