@charset "UTF-8";
/* CSS Document */



/*::::::::::::::::::::::::::
Cliente:  Borda Krieger & Asociados
Version: 0.2
Realizado por: Ángeles Borda
*/


hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #ffff;
}
hr {
    /* box-sizing: content-box; */
    /* height: 0; */
    /* overflow: visible; */
}
*, *::before, *::after {
    box-sizing: border-box;
}

hr {
    display: block;
    unicode-bidi: isolate;
    
    border-width: 1px;
}
/*dl{
	padding-top:0px;
}

dl dt{
	font-size: 16px;
font-weight:bold;
 list-style-type: none;
 line-height:50px;
 margin-left: 20px;
}
dl dd::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
/*  color: blue; /* Change the color */
  /*font-weight: bold; /* If you want it to be bold */
/*  display: inline-block; /* Needed to add space between the bullet and the text */
/*  width: 1em; /* Also needed for space (tweak if needed) */
  
/* margin-left: 15px; /* Also needed for space (tweak if needed) */

/*}

dl dd{
  font-size: 12px;
   padding-right: 10px;
    padding-left: 20px;
}

*/

ol {
  word-break: normal;
  margin: 0;
  padding: 0;
   font-size: 12px;
   padding-top: 20px;
   padding-right: 10px;
}
ol li{
	margin-left: 30px;
	line-height:30px;
	list-style-position: inside;
 padding-right:30px;
}

div h2{
	margin-left: 30px;
	line-height:15px;
	list-style-position: inside;
  padding-top: 30px;
}

ol.sangria{
list-style-type:lower-alpha;
 padding-right: 10px;

}
div a{
color:black;	
}

ul.content_list.bullet2 {
  padding-top: 20px;
   font-size: 12px;
    padding-right: 10px;
}


ul.content_list.bullet2 li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: blue; /* Change the color */
  /*font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  
/* margin-left: 15px; /* Also needed for space (tweak if needed) */

}

ul.content_list.bullet2 li{
  font-size: 12px;
   padding-right: 30px;
    padding-left: 20px;
}

#content .left_column {
    /* background-color: #4376d6; */
    background-color: #598aa1;
    width: 800px;
    text-align: justify;
    float: center;
    margin-left: 70px;
    border-bottom: 12px;
    border-left: 12px;
    border-right: 12px;
    border-top: 12px;
    border-color: black;
    border-style: double;
    height: 880px;
  

}
.tabcontent {
  background-color: white;
  height: 800px;
  
}


#links_elements{
    margin-top: -890px;
    padding-left: 25px;
   
    margin-left: 0%;
    
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
   
    
}
ul li{
  margin-left: 5px;
  line-height:25px;
  list-style-position: inside;
  

}
/*tocar tambien en el media-width*/
.tab button{
  width:30%;
}