@charset "utf-8";

.overlay_planes {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay_planes:target {
    visibility: visible;
    opacity: 1;
}
#popupBody_planes{
    width: 80%;
	height:90%;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background: #FFF;
    position: relative;
    transition: all 5s ease-in-out;
    margin: auto;    
}
#cerrar_planes{
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #F00;
}




.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
#popupBody{
    width: 46%;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background: #FFF;
    position: relative;
    transition: all 5s ease-in-out;
    margin: 20% auto;    
}
#cerrar{
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #F00;
}



.caja_H1 {
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight: 500;
height:45px;
width:350px;
color: #000;
background: #F3F3F3;
margin: 0 0 14px;
overflow: hidden;
padding: 4px;
-webkit-border-radius: 18px;
border-radius: 20px;
border: 1px solid #666666;
}
.caja_SEL_H1 {
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-weight: 500;
height:35px;
width:200px;
color: #000;
background: #F3F3F3;
margin: 0 0 14px;
overflow: hidden;
padding: 4px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #666666;
}

.check_H1 {
font-family: 'Roboto', sans-serif;
height:35px;
width:50px;
color: #000;
background: #F3F3F3;
}



.boton_personalizado{
    font-family: 'Roboto', sans-serif;
	text-decoration: none;
    padding: 10px;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    background-color: #3BB0A9;
    border-radius: 2px;
    border: 2px solid #3BB0A9;
  }
  .boton_personalizado:hover{
    color: #3BB0A9;
    background-color: #ffffff;
  }
  

.boton_plan{
    font-family: 'Roboto', sans-serif;
	text-decoration: none;
    padding: 8px;
    font-weight: 120;
    font-size: 12px;
    color: #ffffff;
    background-color: #F1BA19;
    border-radius: 8px;
    border: 2px solid #F1BA19;
  }
  .boton_plan:hover{
    color: #F1BA19;
    background-color: #ffffff;
  }
 


.boton_menu{
    font-family: 'Roboto', sans-serif;
	text-decoration: none;
    padding: 8px;
    font-weight: 160;
    font-size: 13px;
    color: #ffffff;
    background-color: #165A67;
    border-radius: 4px;
    border: 2px solid #165A67;
  }
  .boton_menu:hover{
    color: #165A67;
    background-color: #ffffff;
  }
  
  .boton_menuINC{
    font-family: 'Roboto', sans-serif;
	text-decoration: none;
    padding: 8px;
    font-weight: 160;
    font-size: 13px;
    color: #CCC;
    background-color: #E4E4E4;
    border-radius: 4px;
    border: 2px solid #E4E4E4;
  }
  .boton_menuINC:hover{
    color: #CCC;
    background-color: #E4E4E4;
  }
  
  .mas_informacion{
    font-family: 'Roboto', sans-serif;
	text-decoration: none;
    padding: 8px;
    font-weight: 220;
    font-size: 16px;
    color: #ffffff;
    background-color: #4FA4FF;
    border-radius: 0px;
    border: 2px solid #4FA4FF;
  }
  .mas_informacion:hover{
    color: #4FA4FF;
    background-color: #ffffff;
  }
  
  .boton_secundario{
    font-family: 'Roboto', sans-serif;
	text-decoration: none;
    padding: 18px;
    font-weight: 200;
    font-size: 12px;
    color: #ffffff;
    background-color: #0650A0;
    border-radius: 0px;
    border: 2px solid #0650A0;
  }
  .boton_secundario:hover{
    color: #0650A0;
    background-color: #ffffff;
  }
  
  


 .titulo_H2 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 26.4px;
	font-weight: 500;
	font-variant: normal;
	color: #C60;
}

.titulo_H1 {
	font-family: 'Roboto', sans-serif;
	text-align:center;
	font-size: 19px;
	font-style: normal;
	line-height: 26.4px;
	font-weight: 600;
	font-variant: normal;
	color: #155869;
}
 .titulo_reporte {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 26.4px;
	font-weight: 400;
	font-variant: normal;
	color: #039;
}
 .H3 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 26.4px;
	font-weight: 400;
	font-variant: normal;
	color: #000;
}
 .H4 {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #000;
	font-size-adjust:inherit;
}


.titulo_H11 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 26.4px;
	font-weight: 600;
	font-variant: normal;
	color: #C60;
}

.titulo_H3 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 21.4px;
	font-weight: 460;
	font-variant: normal;
	color: #C60;
}








 div {
      transition:;
    }

    #content-box{
      width:400px;
      background:#ccc;
      padding:20px;
      border:10px solid black;
      box-sizing: content-box;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      float:left;
      margin-right: 20px;
    }

    #border-box {
      width:400px;
      background:#ccc;
      padding:20px;
      border:10px solid black;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      float:left;
    }


  
  .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../nw/imagenes/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
