body{  
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif, "HelveticaNeue", "Helvetica Neue", Helvetica;	
    /*font-family: Arial;*/
    font-size: 15px;    
  }
    
header{ 
    width: 99.8%;
    min-width: 1000px;
    background: #ffffff;    
    /*border: 1px solid #ff6600;*/
}

#hdr_section{
    padding-left: 10px;
    display: inline-block;
}

main{
    width: 99.8%;
    min-width: 1000px;
    min-height: 700px;
    display: block;    
    border: 1px solid #000000;
    background-image: url("graphics/back.png");
}

article{      
    width: 98%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #ffffff;
}

footer{
    width: 99.8%;
    min-width: 1000px;
    min-height: 150px;
    display: block;    
    background: #000000;
    color: #c5c4c4;
}

#ftr_section{
    width: 30%;
    vertical-align: top;
    padding-left: 20px;
    display: inline-block;
}

/****************************************** Menu *******************************************/
  #menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  /* items del menu */
  /*#menu ul li {*/
    /*#background-color:#2e518b;*/
    /*#background-color:#ff6600;*/
  /*}*/
  
  /* enlaces del menu */
  #menu ul a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
    font-family: Arial, sans-serif, "HelveticaNeue", "Helvetica Neue", Helvetica;
    letter-spacing: 1px;
  }
  
  /* items del menu */
  #menu ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
  }
  
  /* efecto al pasar el ratÃ³n por los items del menu */
  #menu ul li:hover {
    color:#ffffff;
    background:#ff6600;
    border: 0;
    border-radius: 5px;
  }
  
  /* menu desplegable */
  #menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #eeeeee;
    padding: 0;
    box-shadow: 2px 2px 4px #000000; 
  }
  
  /* items del menu desplegable */
  #menu ul ul li {
    float: none;
    width: 150px
  }
  
  /* enlaces de los items del menu desplegable */
  #menu ul ul a {
    line-height: 100%;
    padding: 10px 15px;
  }
  
  /* items del menu desplegable al pasar el ratÃ³n */
  #menu ul li:hover > ul {
    display: block;
  }
    
  /* submenu desplegable */
  #menu ul ul ul {
    display: none;
    position: absolute;
    top: 0%;
    left: 150px;
    background: #eeeeee;
    padding: 0;
    box-shadow: 2px 2px 4px #000000;
  }
  
  /* items del submenu desplegable */
  #menu ul ul ul li {
    float: none;
    width: 150px
  }
  
  /* enlaces de los items del menu desplegable */
  #menu ul ul ul a {
    line-height: 100%;
    padding: 10px 15px;
  }
  
  /* items del menu desplegable al pasar el ratón */
  #menu ul ul li:hover > ul {
    display: block;
  }
/****************************************** Menu *******************************************/

#cuadro{ 
  width: 99.8%; 
  min-width: 1000px; 
  padding-top: 15px; 
  padding-bottom: 15px; 
  text-align: center;
}

#sub_cuadro{  
  padding-left: 10px; 
  padding-right: 10px; 
  padding-top: 5px; 
  padding-bottom: 5px; 
  text-align: center; 
  display: inline-block; 
  border: 1px solid #ff6600;
}

/**************************************** Submenu ******************************************/
#submnu{
  width: 99.8%;
  min-width: 1000px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

#sub_section{
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  display: inline-block;  
}
/**************************************** Submenu ******************************************/

/********************************* Section **********************************/

section{
  width: 98%;
  margin-top: 1%;  
  margin-bottom: 1%;
  margin-left: auto;
  margin-right: auto;
  min-height: 690px;
  display: block;
  background: #ffffff;
  border: 3px solid #bfbfbf;
  border-style: ridge;
}

#lft_section{    
  width: 13%;
  padding: 5px;
  margin-top: 5px;
  margin-left: 5px;
  float: left;    
  display: block;
  /*border: 1px solid #ff6600;*/
}

#lft_item{
  margin-top: 10px;
  padding-left: 10px;  
  padding-top: 5px;
  padding-bottom: 5px;  
  text-align: left;
  background: #ffffff;
  border: 1px solid #dfdfdf;
}

#rgt_section{
  width: 84%;
  margin-top: 5px;
  margin-left: 5px;
  float: left;    
  display: block;
  /*border: 1px solid #ff6600;*/
}

#wtoprow{  
  display: block;
}

#wtitle{
  width: 95%;  
  /*display:inline-block;*/
  float: left;
  height: 20px;
  background: #ff6600;
  color: #ffffff; 
  font-weight: bold;
  padding-left: 3px;   
}

#wclose a{
  width: 4.6%;
  /*display:inline-block;*/
  float: left;
  height: 20px;
  background: #bfbfbf;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;  
}

#wclose a:hover{
  width: 4.7%;
  /*display:inline-block;*/
  float: left;
  height: 20px;
  background: #e53359;
  color: #000000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
/********************************* Section **********************************/

/*************************************** Documents ****************************************/

#list{
  width:98%; 
  min-height: 500px;
  margin-left:auto; 
  margin-right:auto; 
  display: block;
  border: 1px solid #dfdfdf;
}

#tle_list{
  text-align:center;
}

#row_list{
  padding-left: 5px; 
  padding-right: 5px; 
  padding-top: 15px; 
  padding-bottom: 15px; 
  text-align: justify; 
  border: 1px solid #dfdfdf;
}

/*************************************** Documents ****************************************/


/*************************************** Documents ****************************************/
#document{
    padding: 3px;
}
 
#doc_dof{
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
}
 
#doc_topic{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
}
 
#doc_paragraph{
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial;
    font-size: 15px;
    text-align: justify;
}

#doc_indent{
   padding-left: 10px;
   padding-right: 10px;
   font-family: Arial;
   font-size: 15px;
   text-align: justify;
   text-indent: 50px;
}  

#doc_indent2{
   padding-left: 10px;
   padding-right: 10px;
   font-family: Arial;
   font-size: 15px;
   text-align: justify;
   text-indent: 70px;
}  

#doc_img{
  width: 95%;
  display:block;
  margin-left:auto;
  margin-right:auto;
  border: 1px solid #ff6600;
}

#doc_fig{
   padding-left: 10px;
   padding-right: 10px;
   font-family: Arial;
   font-size: 15px;
   text-align: justify;
   font-weight: bold;
   color: #000000;
}  

#doc_foot{
   padding-left: 10px;
   padding-right: 10px;
   font-family: Arial;
   font-size: 15px;
   text-align: justify;
   font-style: italic;
   text-align: right;
   font-weight: bold;
   color: #567A2F;
}  

#doc_note{
 padding-left: 10px;
 padding-right: 10px;
 font-family: Arial;
 font-size: 15px;
 text-align: justify;
 color: #ee3030;
}
 
#doc_title{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#doc_center{
  font-family: Arial;
  font-size: 15px;
  text-align: center;
}
 
#doc_square{   
    width: 94%;
    margin: auto;   
    padding: 5px;   
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #000000;
}

/****************************************** Table *****************************************/
#doc_table{
  margin: auto;
  width: 95%;
  border: 1px solid #000000;
  border-collapse: collapse;  
}

#doc_th{  
  border: 1px solid #dddddd;  
  background-color: #f7f7f7;
}

#doc_td{  
  border: 1px solid #dddddd;
}
/*************************************** Documents ****************************************/

/**************************************** Web Table ***************************************/
#web_table{
  margin: auto;
  width: 98%;
  border: 1px solid #000000;
  border-collapse: collapse;
}

#web_th{
  padding: 5px;  
  border: 1px solid #dddddd;  
  background-color: #f7f7f7;
}

#web_td{  
  padding: 5px;
  border: 1px solid #dddddd;
}
/**************************************** Web Table ***************************************/

/******************************************* TIGIE ****************************************/

#tigie-global{
   border: 1px solid #000000;    
}

#tigie-title{
   text-align:center;
   /*#background-color:#f7f7f7;*/
}

#tigie-table{
   width: 100%;
   display: table;
}    

#tigie-table-body{
   display: table-row-group;
}

.tigie-table-row{
   display: table-row;
}

.table-body-title{
   display: table-cell;
   border: 1px solid #dddddd;
   background-color:#f7f7f7;
   padding: 3px;
   vertical-align: top;
   text-align:center;
}

.table-body-cell{
  display: table-cell;    
  border: 1px solid #dddddd;
  padding: 3px;
  vertical-align: top;    
}    
#tigie-details{    
   border: 1px solid #dddddd;
   /*#padding: 3px;*/
}
#tigie-summary{
   margin-left: 3px;
   margin-top: 3px;
   margin-bottom: 3px;
   background-color:#f7f7f7;
}
/******************************************* TIGIE ****************************************/

/*************************************** Anchor ******************************************/
  a {
    text-decoration: none;
    color: #000000;
  }
  
  a:hover{    
    text-decoration: none;
    color: #ff6600;
  }
  
  a:visited, a:link, a:active{    
      text-decoration: none;
  }
/*************************************** Anchor ******************************************/

/**************************************** Button *****************************************/
  #button,
  .button {
    /*-webkit-appearance: none;*/
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 5px;		
    background: #ff6600;
    color: #ffffff !important;
    font-weight: 500;
    /*#font-weight: bold;*/
    outline: 0;
    /*#font-size: 1em;*/
    font-size: 15px;
    padding: 0.65em 1.5em 0.65em 1.5em;
    text-align: center;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    box-shadow: 2px 2px 4px #000000;
  }
  
  #button:hover,
  .button:hover {
    background: #e53359;
  }
  
  #button:active,
  .button:active {   
    box-shadow: 0px 0px 0px #000000;
    background: #e53359;    
  }
/**************************************** Button *****************************************/

/**************************************** Login ******************************************/
#login{
  width: 350px;
  height: 450px;  
  margin-top: 15%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: auto;
  background: #fbfbfb;
  /*opacity: 0.5;*/
  border: 3px solid #ff6600;
  border-style: ridge;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #000000;
}
/**************************************** Login ******************************************/

/**************************************** Forms ******************************************/
form label {
  /*#display: block;*/
  /*#color: #252122;*/
  color: #000000;
  /*#font-weight: 400;*/
  font-size: 15px;
  margin: 0 0 0.5em 0;
}

form input[type=text],
form input[type=email],
form input[type=password],
form select,
form textarea{
   /*-webkit-appearance: none;*/
   border: 0;
   padding: 0.4em 0.5em;
   font-size: 15px; 
   border-radius: 3px;		
   border: solid 1px #000000;
   background: #ffffff;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus{
   box-shadow: inset 0px 0px 1px 1px #ff6600;
   outline: none !important;
   border: solid 1px #ff0000;
   background: #fffccc;
}

form textarea {
   height: 15em;
}

form ::-webkit-input-placeholder {
   color: #555 !important;
}

form :-moz-placeholder {
   color: #555 !important;
}

form ::-moz-placeholder {
   color: #555 !important;
}

form :-ms-input-placeholder {
   color: #555 !important;
}

form ::-moz-focus-inner {
   border: 0;
}
/**************************************** Forms ******************************************/


/**************************************** Borrar una vez migrada la base de datos ******************************************/

#doc-global{
  border: 1px solid #000000;    
}

#doc-title{
  text-align:center;
}

#doc-table{
  width: 100%;
  margin: auto;
  display: table;
}    
#doc-table-body{
  display: table-row-group;
}
.doc-table-row{
  display: table-row;
}
.doc-body-title{
  display: table-cell;
  border: 1px solid #dddddd;
  background-color:#f7f7f7;
  padding: 3px;
  vertical-align: top;
  text-align:center;
}
.doc-body-cell{
  display: table-cell;    
  border: 1px solid #dddddd;
  padding: 3px;
  vertical-align: top;    
}  

/***************************************************************************************************************************/

#htm-global{
  border: 1px solid #000000;    
}

#htm-title{
  text-align:center;
  
}

#htm-table{
  width: 100%;
  margin: auto;
  display: table;
}   

#htm-table-body{
  display: table-row-group;
}
.htm-table-row{
  display: table-row;
}
.htm-body-title{
  display: table-cell;
  border: 1px solid #dddddd;
  background-color:#f7f7f7;
  padding: 3px;
  vertical-align: top;
  text-align:center;
} 
.htm-body-cell{
  display: table-cell;    
  border: 1px solid #dddddd;
  padding: 3px;
  vertical-align: top;    
}  
  
/**************************************** Borrar una vez migrada la base de datos ******************************************/

