
/*tema longitud blanco del cuadro de onformación :
1er blanco es el tabcontent solo
para ver los demas ir al index de publicaciones de la persona.

*/

div a{
color:black;/*#354346*/ 
}
/* Style the tab content*/

.tabcontent {/*es el 1er blanco de las solapas, luego se mantienen por el index*/
  background-color: white;
  height: 1000px;
  
}


.tabcontent p {
  text-align: justify;
  
  height: 300px;
  margin-top: 20px;
  
  padding-left: 250px;
  padding-right: 25px;

}

 .tabcontent h3{
  padding-left: 250px;
  padding-top: 20px;
  padding-right: 20px;

}
.tab{

background-color: rgba(200, 200, 210, 1);
}
/* Style the buttons inside the tab */
.tab button {
 
transition: 0.1s;
  background-color: inherit;

  color: black;
  border: none;
  outline: none;
  font-size: 17px;
  cursor: pointer;

  padding: 15px 9px;
  width: 20%;
  


}

/* Change background color of buttons on hover */
.tab button:hover {
 background-color: #007bff;/*rgba(153, 217, 234, 0.5);*/
 background-color: rgba(250, 250, 250, 0.6);
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: rgba(255, 255, 255, 1);/*#007bff;*/
}


.right_column {
    width: 170px;
    margin-left: 950px;
   
   
}

#links_elements{
    margin-top: -1050px;
    padding-left: 25px;
    width: 280px;
    margin-left: 0%;
    border-bottom: 12px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: rgba(245, 245, 220, 1);
    font-size: 14px;

     padding-bottom: 35px;
}


#sidebar li.page_element_info a {line-height:24px;display:block; font-weight:normal; font-size:15px; text-decoration:none;padding-top:15px; /* font-family:Helvetica, Arial, Sans-serif; */}
#sidebar li.page_element_info a:hover {line-height:24px;display:block; font-weight:normal; font-size:15px; text-decoration:none; color:#506266; font-weight: bold;}
#sidebar li.page_element_info .centrarTexto{margin-left:15px;color:#4376d6;/*margin-top: -5px; padding-bottom: 3px;*/color:#f0f0f0;color:#506266;}/*color:#9f0000;color:#506266;color:#4376d6;*/



/*************************/

@media (max-width: 1160px) {


div.tabcontent {/*es el 1er blanco de las solapas, luego se mantienen por el index*/
  background-color: white;
  height: 1122px;
  
}

 
body{
line-height: 1.4;

}
   
   .tab button {
 
transition: 0.1s;
  background-color: inherit;

  color: black;
  border: none;
  outline: none;
  font-size: 17px;
  cursor: pointer;

  padding: 15px 9px;
  width: 24%;
  


}

#links_elements{
    margin-top: -1200px;
    padding-left: 25px;
    width: 280px;
    margin-left: -250px;
    border-bottom: 12px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: rgba(245, 245, 220, 1);
    font-size: 14px;

     padding-bottom: 35px;

     
}

.right_column {
    width:10px;
    margin-left: 990px;
   
   
}


}