
body {
background-color: #999999;
font-family: Arial;
font-size: 12px;
}
div.site_container {
width: 892px;
margin: 0 auto;
}
div.site_navigation_body {
width: 892px;
height: 150px;
background-image: url('https://s3.amazonaws.com/abeisgreat/hqic/nav_bg.png');
}
div.site_body {
width: 800px;
padding: 0px 45px 0px 45px;
min-height: 300px;
background-color: white;
border-color: #cccccc;
border-width: 0px 1px 0px 1px;
border-style: solid;
}
div.site_navigation_tab {
width: 80px;
height: 39px;
float: left;
margin-top: 73px;
margin-right: 5px;
}
div.site_footer {
width: 892px;
height: 41px;
background-image: url('https://s3.amazonaws.com/abeisgreat/hqic/footer_bg.png');
}
img {
border: none;
}

/** El genero **/

div.article {
width: 700px;
margin: 0 auto;
}

div.article-header {
height: 34px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #999999;
font-weight: bold;
font-family: Sawasdee, Arial;
padding: 0px 5px 0px 5px;
}

div.article-title {
float: left;
font-size: 20px;
}

div.article-author {
float: right;
font-size: 12px;
padding-top: 15px;
}

div.article-body {
font-family:  Arial;
padding: 5px;
font-size: 12px;
}

a.copy_link {
color: #666666;
text-decoration: underline;
}

a.copy_link_hidden {
color: #666666;
text-decoration: none;
}

a.copy_link_hidden:hover {
color: #666666;
text-decoration: none;
}

a {
color: black;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: black;
font-weight: bold;
text-decoration: underline;
}

h2 {margin: 0px;}


