
/* á 160
   é 130
   í 161
   ó 162
   ú 163
   ü 129
   ¿ 168
   ¡ 173 */

body {
 width: 920px;
 padding-left: 10px;
 padding-right: 20px;
 background-color: #f7eac4;
}

table {
 border-style: hidden;
}
td {
 border-style: hidden;
 vertical-align: top;
}


#notebook {
 font-size: 16pt;
 font-family: sans-serif;
 box-shadow: 2px 2px 3px 3px #888;
 background-image: url('./images/ring.gif');
 background-repeat: repeat-y;
}

#notebook_page {
 padding-top: 10px;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 margin-left: 42px;
 background-image: url('./images/quad4.gif');
 background-repeat: repeat;
}

#notebook_page_gap {
 padding-top: 40px;
}

#notebook_title {
 font-size: 16pt;
 font-family: sans-serif;
 text-decoration: underline;
 padding-top: 24px;
 padding-bottom: 20px;
}

#notebook_text {
 font-size: 12pt;
 font-family: sans-serif;
 text-align: justify;
 padding: 6px;
 vertical-align: top;
}

#notebook_text_narrow {
 width: 700px;
 font-size: 12pt;
 font-family: sans-serif;
 text-align: justify;
 padding: 6px;
 vertical-align: top;
}

#notebook_image {
 border-style:solid;
 border-width:1px;
 border-color: #cccccc;
}

#notebook_table {
 width: 800px;
 border-collapse:collapse;
 border-style: hidden;
}

#notebook_table_text {
 font-size: 12pt;
 font-family: sans-serif;
 text-align: justify;
 padding: 12px;
 vertical-align: top;
 border-style: hidden;
}

#notebook_table_image {
 width: 300px;
 table-layout: fixed;
 border-style: solid;
 border-width: 1px;
 border-color: #ccccec;
}



#double {
 line-height: 160%;
}
#para {
 font-size: 12pt;
 font-family: sans-serif;
 text-align: justify;
}
#content_list {
 font-size: 16pt;
 font-family: sans-serif;
}
#component_title {
 font-size: 16pt;
 font-family: sans-serif;
 padding-top: 24px;
}
#component_table {
 width: 800px;
 table-layout: fixed;
 border-collapse:collapse;
}
#component_text {
 font-size: 12pt;
 font-family: sans-serif;
 text-align: justify;
 padding: 6px;
 vertical-align: top;
}

#construction_step {
 font-size: 16pt;
 font-family: sans-serif;
 padding-top: 24px;
}

#cstep_box {
 width: 180px;
}


