body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #3870ab;
}

p, ul, ol, li {
    font: 8pt Verdana;
}

div {
    border: 0px solid black;
}

h1 {
    font: bold 10pt Arial, Helvetica, geneva;
	color: #510600;
}
td{
	text-align:center;
}
h2 {
    font: bold 10pt Arial, Helvetica, geneva;
} #header {
    position: relative;
    width: 100%;
    height: 89px;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background: url("../img/top2.jpg");
    background-repeat: repeat-x;
    z-index: 2;
} #leftnavigation {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 270px;
    color: #000000;
    background: url("../img/left1.jpg");
    background-repeat: repeat-y;
} #content {
    position: fixed;
    left: 270px;
    right: 15px;
    width: auto;
    overflow: auto;
    top: 89px;
    bottom: 89px;
} #cuerpo {
    position: relative;
    width: 100%;
} #content h1, #content h2 {
    color: #cc0000;
} #footer {
    position: fixed;
    clear: both;
    width: 100%;
    height: 89px;
    top: auto;
    right: 0;
    bottom: 0;
    background: url(../img/down2.jpg);
    background-repeat: repeat-x;
} #topnav {
	margin:0;
    position: fixed;
    left: 148px;
    top: 68px;
}ul#topnav {
list-style:none;
margin:0 0 0 30px;
padding:0;
width:550px;
}

ul#topnav li {
display:inline;
font: bold 8pt Arial, Helvetica, geneva;
}

ul#topnav li a {
text-decoration:none;
padding:0 0;
width:90px;
height:18px;
background:#2b67a6;
color:#eee;
float:left;
text-align:center;
border-left:0px solid #fff;
}

ul#topnav li a:hover {
background:#CECFCA;
color:#2b67a6
}
.image{
	border: 1px solid #fff;
	margin-right: 5%;
}

