body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #2e2e2e;
	background-image: url(images/bg.gif);
    margin:0;
    padding:0;
    text-align: center;
}
div#print-logo {
	display: none;
}
#header img.foto {
    padding-left: 2px;
    padding-bottom: 1px;
}
#page {
    text-align: center;
    font-size: 1.1em;
	background-color: white;
    width: 754px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    margin: 7px auto 0 auto;
    padding: 7px 8px 0 8px;
}    

#rec {
    margin: 0;
    padding: 0;
    width: 752px;
    border-left: 1px solid #e6e6e0;
    border-right: 1px solid #e6e6e0;
    float:right;
}

#rectop,#recbot {
    height: 13px;
    width: 754px;
    font-size: 10px; /* ie hack? */
}
#rectop {
    margin-top: 1ex;
    background: no-repeat 0 0 url(images/rectop.gif);
    float: right;
}

#recbot {
    background: no-repeat 0 0 url(images/recbot.gif);
    clear: right;
}

#content {
    padding: 0 1em 0 1em;
    text-align: left;
}
#nav {
    height: 1.8em;
    line-height: 1.8em;
    font-size: 1em;
    color: white;
    width: 754px; 
    border-top: 3px solid white;
    padding-bottom: 2ex;
}
#nav ul {
    float: right;
    margin: 0; padding: 0;
    list-style-type: none;
}

#nav li {
    float: left;
    border-left: 1px solid white;
}

#nav a {
    text-decoration: none;
    color: white;
    background-color: #006B6B;
    padding-top: .7ex;
    padding-bottom: .7ex;
    padding-left:  1em;
    padding-right: 1em;

}

#nav a:hover {
    background: black;
}
#nav li.ln span {
    background: url(images/leftnav.gif) 0 0 no-repeat;
    background-color: #006B6B;
    padding-top: .7ex;
    padding-bottom: .7ex;
}

p {
	text-align: justify;
    line-height: 150%;
}

h2 {
    text-align: left;
    font-size: 1.4em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #006B6B;
}

h2 a {
    color: #006B6B;
}

h1 {
    text-align: left;
    font-size: 1.8em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: gray;
    padding: 0;
    padding-top: 1ex;
    margin: 0;
}

div.iconos {
    font-size: .9em;
/*    width: 754px;*/
    padding-right: 1em;
    float: right;
}

a img {
    border: none;
}

#footer {
    width: 754px;
    padding: 1ex 0 1ex 0;
}
