@charset 'utf-8';
/* CSS Document */
body
{
background-color:#F1F1F1;
font-size:1em;font-family: 'Georgia';
}

h1
{
    color: #9D1E11;
    font-size: 2em;
    padding: 10px 0;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.highlight h1
{
color:#FFF;
text-shadow: 1px 1px 0 #333 !important;
width:440px;
font-weight:lighter;
font-size:5em;
padding:112px 20px; 
}

h2 + p
{
    border-bottom: 1px solid #CCCCCC;
    padding: 0 40px 25px;
    text-align: justify;
}

p
{
line-height:1.3em;
}
h2,h3
{
    border-top: 1px solid #FFFFFF;
    color: #C85438;
    font-family: arial;
    font-size: 1.4em;
    font-weight: lighter;
    padding: 15px 0 10px;
    text-shadow: 1px 1px 0 #DDDDDD;
}

h3
{
border:none;
}

a, a:visited
{
color: #9D1E11;
    text-decoration: none;
    text-shadow: 1px 1px 0 #CCC;
}

a:hover
{
color:#ad2113;
text-shadow: 1px 1px 0 #FFF;
}

.text
{
text-indent:1.5em;
color: #333333;
font-size: 1em;
line-height: 1.3em;
padding: 15px;
text-align: justify;
text-shadow: 1px 1px 0 #EEEEEE;
word-spacing: 0.5em;
}

#contents
{
display:none;
padding:0 0 25px !important;
}

#loading img
{
margin:250px auto;
display:block;
}

#contents, #loading
{
min-height:750px;
background:#F1F1F1;
padding: 20px 20px 25px;
border-bottom:1px solid #CCC;
}

#botonera
{
cursor:default;
    height: 65px;
    background:#9d1e11;
    border-bottom:1px solid #AD2113;
    font-family:'Arial', sans;
    font-weight:lighter;
    text-align:right;
}

.holder960
{
width:900px;
    padding:0 30px;
    margin:0 auto;
}
a#logo
{
 float: left;
    padding: 0 !important;
}
#botonera a{line-height:65px;padding: 22px 15px;color:#D9D9D9;text-shadow:1px 1px 0 #333;font-size:19px}
.active, #botonera a:hover{color:#FFF !important;text-shadow:1px 1px 0 #000 !important;background-color:#c85438;}
.active{cursor:default;}

.highlight
{
height:300px;
background: url("../img/layout/bk-hl.jpg") no-repeat #000;
}

.separador
{
height:20px;
background-color:#9d1e11;
border-top:1px solid #ad2113;
border-bottom:1px solid #F5F5F5;
margin-bottom:25px;
}

#footer
{
background:none repeat scroll 0 0 #424141;
border-top: 1px solid #444;
text-align: center;
color: #EAEAEA;
font-size: 0.9em;
text-shadow:  1px 1px 0px #000;
padding:10px 0;
height:65px;
font-family:'Arial', sans;
}

#footer p
{
padding-top:10px;
float:right;
}

a.logoFooter
{  
    float:left;
    display:block;
}

div#listaItems:before {
    border-top: 1px solid #CCCCCC;
}

div#listaItems:after {
    border-top: 1px solid #FFFFFF;
}

div#listaItems:after, div#listaItems:before {
    content: "";
    height: 0;
    position: absolute;
    width: 900px;
}

#listaItems
{
margin:25px auto;
}

#listaItems h2:first-child
{
border-top-width:2px !important;
}


label
{
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    width: 210px;
}

label + input
{
    margin-bottom: 10px;
    width: 210px;
}

form
{
display:block;
}

#submit
{
display:block;
width:150px;
margin: 15px auto;
}

ul
{
margin:10px;
}
li
{
    list-style: square inside none;
    padding: 10px;
    text-align: justify;
}