/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 31, 2019, 1:37:40 PM
    Author     : carlosandres.mendez
*/

body{
   margin:0px;
}
#main-content{
    min-height: 70%;
}

.headerLogin{
    margin:20px;
    width:340px;
}

.seccion-logos{
    background-color: #41ADE7; width: 100%;left: 0;top: 0;
}

.menu-principal{
    padding-left: 15px;
    background-color: #204c6f;
}
.enlace-menu{
    color:white !important;
}

#layout-pie{
    width:100%; background-color: #312e2f; margin-bottom: 0px;
}

#layout-pie, #layout-pie a, #layout-pie i, .menu-principal a{
    color:white;
    text-decoration: none;
}
.ventana-box{
    
}

.panel-ventana-info > .c1{
    width:40%; height:auto;
}
.panel-ventana-info > .c2{
    width:60%; height:auto;
}
@media only screen and (min-width: 400px){
    .panel-ventana-info{
        min-width: 400px;
    }
}

@media only screen and (min-width: 600px){
    .formulario-contactenos{
        width: 600px;
        margin-bottom:10px;margin: 0 auto;margin-bottom:10px;
        border:0px;
    }
}


/* Campos Obligatorios 
   2019 carlosandres.mendez 
*/
.obligatorio::before {
  content: "*";
  color: #665;
  font-weight: bold;
  font-size: 125%;
  vertical-align: middle;
  margin-right: 3px;
}

.ui-dialog-titlebar-close span {
    display: block !important;
}