@font-face{
    font-family:"Bookman_Old_Style";
    src: url('../resources/fonts/Bookman-Old-Style.ttf') format('truetype');
}

@font-face {
    font-family: 'icomoon';
    src:url('../resources/fonts/icomoon.eot?-hbqduh');
    src:url('../resources/fonts/icomoon.eot?#iefix-hbqduh') format('embedded-opentype'),
        url('../resources/fonts/icomoon.woff?-hbqduh') format('woff'),
        url('../resources/fonts/icomoon.ttf?-hbqduh') format('truetype'),
        url('../resources/fonts/icomoon.svg?-hbqduh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Definiendo la clase para el llamado de la fuente icomoon*/
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-profile:before {
  content: "\e923";
}

.icon-users:before {
    content:"\e972";
}

.icon-newspaper:before {
    content:"\e904";
}

.icon-bullhorn:before {
    content:"\e91a";
}

.icon-book:before {
    content:"\e91f";
}

.icon-magic:before {
    content:"\e997";
}

.icon-search:before {
    content:"\e986";
}

.icon-facebook:before {
    content:"\ea8d";
}

.icon-envelop:before {
    content:"\e945";
}

.icon-mobile:before {
    content:"\e958";
}

.icon-point-right:before {
    content:"\ea04";
}

.icon-blog:before{
    content:"\e909";
}

.icon-bin:before{
    content:"\e9ac";
}

.icon-view:before{
    content:"\e9ce"; 
}

.icon-blocked:before{
    content:"\e9d1";
}

.icon-open:before{
    content:"\e930";
}

.icon-add:before{
    content:"\ea0a";
}

.icon-cancel:before{
    content:"\ea0d";
}

*{
  margin: 0px;
  padding: 0px; 
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -ms-user-select:none;
}  

html{
  font: normal 16px Bookman_Old_Style;     
}

:focus :active {
  outline:none;
}

li {
  list-style: none;
}

a{
    text-decoration: none;    
}

body{
    background-color: #F2F2F2;
}

.div_content{
    margin: 1rem;
    min-width: calc(100% - 2rem);
}

.div_page_title{
    border-bottom: gray 2px solid;
    padding-bottom: 0.5rem;
}

.a_notice_button{
   text-decoration: none;
   padding-left: 0.25rem;
   padding-right: 0.25rem;
   color:green;
}

.a_notice_button:hover{
  border-left: green 1px solid;
  border-right: green 1px solid;
}

.div_title{
    position: fixed !important;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 4.5rem;
    color:white;
    background-image: url('../resources/images/green.png');
    background-repeat: repeat;
    z-index:1000 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;    
}

.div_panel{
    position: relative;
    min-width: 65rem;
    max-width: 80%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.img_rg{
    display: block;
    min-height: calc(4.5rem - 2px);
    max-height: calc(4.5rem - 2px);
    width: 10rem;
    margin-top: 1px;
    margin-left: 1px;    
}

.div_info{
   position: absolute;
   width: calc(100% - 11rem);
   margin-left: 11rem;
   top: 0;
}

.div_menu{
    position: relative;
    width: calc(100% - 11rem);
    margin-top: -1.5rem;
    margin-left: 11rem;
}

.div_info > span{
    display: block;
    float: left;
    height: 1.5rem;
    max-width: calc(100% - 16rem - 60px);
    min-width: calc(100% - 16rem - 60px);
    line-height: 1.5rem;
    text-align: center;
    font-size: 12px;
}

.div_info > select{
    display: block;
    float: right;
    height: 1.5rem;
    width: 60px;
    line-height: 1.5rem;
    background-color: transparent;
    color:white;
    border-color: white;
}

.div_info > select option{
    background-color: green;
}

.div_info a{
    display: block;
    float: right;
    height: 1.5rem;
    max-width: 8rem;
    min-width: 8rem;
    line-height: calc(1.5rem - 1px);
    border-bottom: green 1px solid;
    color:white;
    text-align: center;
}

.div_info a:hover{
     border-bottom: greenyellow 1px solid;
}

.div_menu a{
    display: block;
    float: right;
    height: 1.5rem;
    width: 7.4rem;
    border-right: #F2F2F2 1px solid;
    line-height: 1.5rem;
    text-align: center;
    color:white;
}

.div_menu a:last-of-type{
    border-left: #F2F2F2 1px solid;
}

.div_menu a:hover{
    background-color: greenyellow; 
    color:black;
}

.div_panel a{
    font-size: 14px;
}

.div_body{
   position:relative;
   min-width: 100%;
   margin-top: calc(4.5rem + 1px);   
   height: auto;
}

.div_left{
    position:relative;
    float: left;  
    text-align: justify;
    min-width: calc(100% - 51.8rem - 8px);
    max-width: calc(100% - 51.8rem - 8px);
    min-height: calc(100vh - 4.5rem);
}

.div_copyright{
    border-top: #F2F2F2 1px solid;
    font-size: 0.8rem;
    text-align: left;
}

.div_rigth{
    position: relative;
    float: right;
    min-width: calc(51.8rem + 8px);
    max-width: calc(51.8rem + 8px);
    min-height: calc(100vh - 4.5rem);
    background-color: white;
    
}

.div_left div {
    position: relative;
    min-width: 98%;
    max-width: 96%;    
}

.div_phrases span{
    position: relative;
    display: block; 
    min-width: 100%; 
    max-width: 100%;
    color:green;    
}

.span_phrases{
   margin-top: 1rem;
}

.span_author{
    font-size: 12px;
    text-align: right;
}

.div_publicity{
   margin-top: 2rem;
   text-align: left;
   font-size: 14px;
   border-bottom: #F2F2F2 1px solid;   
}

.img_publicity{
    float:left;
    vertical-align: top;
    width: 4rem;
    height: auto;
    margin-right: 4px;
}

.contact_title{
    margin-top: 1rem;
    text-align: center;
    background-color: gray;
    color: white;
}

.div_contact div{
    font-size: 12px;
}
/************ members*****************/
.div_members{
    position: relative;    
    min-width: 100%;
    height: auto;
}

.div_member{
    position: relative;
    float: left;
    width: 200px;
    height: 150px;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #999;
}

.img_photo{
    border-radius: 5px;
    width: 200px;
    height: 150px;    
}

.div_card{
    position: relative;
    z-index: 100;
    height: 30px;
    width: 95%;
    margin-left: calc(5% - 2px);
    margin-top: -35px;
    background-color: #F2F2F2;
    border-radius: 0 0 6px 50px;
    border: #F2F2F2 1px solid;
}

.div_card_on{
    background-color: #F2F2F2;
}

.div_card_off{
    background-color: red;
}

.span_name{
    display: block;
    font-size: 14px;    
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
    margin-left: 2.5%;
    text-align: center;
}

.div_card:hover{
    background-color: greenyellow;
}

.sub_category{
    display: block;
    width: 95%;
    margin-left: 2.5%;
    text-align: center;
    color: green;    
}

.a_card{
   text-decoration: none;
   color:black;
}

/**************** member **************/
.div_member{
    margin-bottom: 1rem;
}

.div_member_photo{
    position: relative;
    min-width: 100%;
    text-align: center;
}

.div_member_section{
    clear: both;
    position: relative;
    font-size: 14px;
    min-width: 100%;
}

.div_member_title{
    position: relative;
    min-width: 100%;
    padding-left: 0.5rem;    
    background-color: #F2F2F2;
    color: black;  
    border-bottom: #F2F2F2 1px solid;
}

.div_member_subtitle{
    position: relative;
    min-width: 100%;  
    font-size: 12px;
    color:green;
}

.div_member_fields{
    position: relative;
    min-width: 100%;     
}

.div_member_item{
    position: relative;
    min-width: 100%;
    padding-left: 1rem;    
}

.div_member_frame{
    position: relative;
    min-width: 100%;  
    border-bottom: #F2F2F2 1px solid;
}

.div_member_section > .div_member_frame:last-of-type{
    border-bottom: none;
}
    
.div_tools_bar{
    position: relative;
    min-width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
/*******************************/
.div_notice{
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: #F2F2F2 1px solid; 
    min-width: 100%;
    max-width: 100%;
}

.notice_off{
   background-color: #F2F2F2;
}

.notice_on{
   background-color: white;
}

.span_frame{
    color:white;
    background-color: green;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.span_emphasis{
    color:green;
    padding-left: 0.25rem;    
}

.a_title{
    text-decoration: none;
    color:black;
    display: block;
    min-width: 100%;  
}

.a_title:hover{
    text-decoration: underline;
}

.h2_title{
    display: block;
    min-width: 100%;
}

.class_complement{
    display: block;
    min-width: 100%;    
}

.ul_references{
    display: block;
    margin-top: 0.5rem;
    min-width: 100%;   
}

.ul_references li{
    display: block;
    position: relative;
    min-width: 100%;    
    font-size: 12px;
    line-height: 12px;
}

.div_paragraph{
    display: block;
    position: relative;
    text-align: justify;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.div_photo{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-width: 100%;
    max-width: 100%; 
}

.div_photo img{
    display: block;
    position: relative;
    min-height: 20rem;
    max-height: 20rem;
    width: auto;
}

.div_album{
    position: relative; 
    min-width: 100%;
    max-width: 100%; 
    background-color: blue;
}

.div_album img{
    display: block;
    position: relative;
    float: left;
    border: gray 1px solid;
    margin-right: 1px;
    min-height: 8rem;
    max-height: 8rem;
    min-width: auto;
    max-width: calc(25% - 3px);
}

.div_album img:hover{
    border: greenyellow 1px solid;
}

/************notices*****/

.div_notice_content{
    min-width: 100%;    
}

.sub_title{
    display: block;
    position: relative;
    color:green;
    height: 20px;
    line-height: 20px;    
    min-width: 95%;
    max-width: 95%;
    margin-bottom: 0.5rem;
}

.txt_date{
    text-align: center;
}

.txt_field{
    width: 100%;
}

.table_content{
   min-width: 100%; 
}

.table_content tr td:nth-child(1){
    width: 102px;
}

.table_content tr td:nth-child(2){
    width: 85%;
}

.table_content tr td:nth-child(3){
   width: 5%;
   text-align: center;
}

.table_content_1{
   min-width: 100%; 
}

.table_content_1 tr td:nth-child(1){
    width: 95%;
}

.table_content_1 tr td:nth-child(2){
   width: 5%;
   text-align: center;
}

.table_content_2{
   min-width: 100%;  
   max-width: 100%;
}

.table_content_2 > div{
    border: #F2F2F2 1px solid;
    margin-top: 0.25rem;
    border-radius: 0.25rem;
    min-width: 100%;  
    max-width: 100%;    
}

.list_clasification{
    width: 150px;
    padding: 2px;
}

.txt_nacionality{
   width: 150px;
   height: 20px;
}

.txt_ref{
    height: 100%;
    width: 100px;
}

.txt_field_col{
    height: 100%;
    width: calc(100% - 4px);
}

.txt_paragraph{
    width: 100%;
    height: 100px;
}

.div_file a{
   text-decoration: none;
   padding-left: 0.25rem;
   padding-right: 0.25rem;
   color:green;   
}

.div_file a:hover{
  border-left: green 1px solid;
  border-right: green 1px solid;  
}

.a_button{
    display: block;
    text-decoration: none; 
    color:green;
    border: white 1px solid; 
}

.a_button span{
    line-height: 20px;  
}

.a_button:hover{
    color:white;
    background-color: green;
    border: green 1px solid;  
    border-radius: 5px;
}

.div_tools{
    position: relative;    
    min-width: 100%;
    padding: 1rem;
}

.div_tools input{
    display: block;
    position: relative;
    width: 120px;
    line-height: 20px;
    border: green 1px solid;
    color: green;
    border-radius: 5px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    left: 50%;
    margin-left: -60px;
}

.div_tools input:hover{
    color:white;
    background-color: green;
}

.txt_fullname{
    min-width: 100%;
}

.txt_academic_title{
    width: 300px;
}

.txt_university{
     width: 250px;
}

.txt_location{
    width: 200px;
}

.txt_job_title{
    min-width: 300px;
    max-width: 300px;
}

.txt_company{
    min-width: 250px;
    max-width: 250px;
}

.txt_term{
    min-width: 200px;
    max-width: 200px;
}

.txt_field_line{
    min-width: 770px;
    max-width: 770px;
}

.txt_functions{
    min-width: 770px;
    max-width: 770px;
    height: 50px;
}

.txt_work{
    margin-left: 20px;
    min-width: 700px;
    max-width: 700px;
    height: 50px;
}

.txt_rewards{
    min-width: 100%;
}

/*****************logon*********************/
.div_logon{
    position: relative;
    min-width: 100%;
}

.div_logon > div{
    min-width: 300px;
    max-width: 300px;  
    margin-left: auto;
     margin-right: auto;    
}

.logon_title{
    display: block;
    border-bottom: #F2F2F2 1px solid;
    min-width: 100%;
    text-align: center;
}

@media (min-width:769px) and (max-width: 1199px){   
    
}

@media (max-width: 768px){ 
}

@media (max-width:480px) and (orientation:landscape){
}

@media (max-width:480px) and (orientation: portrait){  
}
