/*
par_main is on main page only (index.html)
use one CSS for all pages, made sections for each if they need a specific thing
no media requested
*/
/*Items*/
body{
      background-color: #c3cfe9;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
p{
      font-size: larger;
      color: blue;
}
a{
      color: #ce9034;
}
img{
      margin-left: 30%;
      margin-right: 30%;
}
table{
      border: solid #71a7c7bb;
      margin-left: 5%;
      margin-right: 5%;
}
tr, th, td{
      text-align: left;
      background-color: #c3cfe9;
      border: groove #ffffff;
}
ul, ol{
      text-align: left;
      border-style: groove;
      border-width: .4em;
      border-radius: 2em;
      border-color: #71a7c7bb;
}
/*classes*/
.rounded_box1{
      border-style: groove;
      border-width: .4em;
      border-radius: 2em;
      border-color: #71a7c7bb;
      margin-left: 19%;
      margin-right: 19%;
}
.par_main{
      text-align: center;
}
.language{
      text-align: center;
      font-size: xx-large;
      color: #ce9034;
}
.page_head{
      background-image: url("factilea.jpg");
      background-repeat: repeat-x;
      text-align: center;
      font-size: xxx-large;
      color: #209cc5;
      text-decoration: underline;
      text-underline-position: auto;
}
.par_CV{
      text-align: center;
      color: #000000
}
.header{
      background-image: url("factilea.jpg");
      background-repeat: repeat-x;
      z-index: 10;
}
.header_text{
      text-align: center;
      text-justify: auto;
      color: #209cc5;
      font-size: xx-large;
      z-index: 11;
}
.table_heder{
      text-align: center;
      text-justify: auto;
      color: #209cc5;
      font-size: xx-large;
}
.table2{
      margin-left: 20%;
      margin-right: 20%;
}
.table_referance {
      margin-left: 25%;
      margin-right: 25%;
}
.table_link{
      color: #7a5113;
}
.ul1{
      list-style-type: circle;
      margin-left: 35%;
      margin-right: 35%;
      text-indent: 5%;
}
.ol1{
    list-style-type: lower-roman;
    margin-left: 35%;
    margin-right: 35%;  
}
.ol2{
      list-style-type: lower-roman;
      margin-left: 30%;
      margin-right: 30%;
}
.olli{
      padding: 1em;
}