* {
margin: 0;
padding: 0;
}

body {
background: #333 url("imagenes/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
}

#header {
width: 960px;
height: 249px;
background: #000 url("imagenes/header.jpg") no-repeat;
position: absolute;
top: 0;
left: 0;
background-position: top right;
}

#wrapper {
width: 960px;
min-height: 600px;
height: 1360px;
background: #73614F url("imagenes/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
position: relative;
margin: 0 auto;
margin-top: 5px;
text-align: justify;
color:#FFFFFF;
}

h2 {
width: 140px;
height: 30px;
background-color: #333;
margin: 250px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h2:first-letter {
color: #FF0000;
text-decoration: underline;
}

h1 {
width: 799px;
height: 30px;
background-color: #352F28;
margin: 250px 0 0 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-right: 10px;
text-align: right;
color: #fff;
cursor: default;
}

#nav {
list-style: none;
position: absolute;
z-index: 2;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
height: 249px;
position: absolute;
top: 0;
left: 0;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #473C30;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
font-weight:bolder;
}


#nav li a:hover {
background-color: #73614F;
color:#000000;
font-weight:bolder;
}

#current a {
background-image: url("imagenes/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}


#sidebar {
width: 132px;
background-color: #000000;
float: left;
left: -151px;
position: relative;
left: -151px;
color:#FFFFFF;
border-top: 1px solid #fff;
font: normal 9px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

a {
text-decoration: underline;
color: #FFFFFF;
}

a:hover {
text-decoration: none;
color: #FFFFFF;
font-weight:bolder;
}

img {
border: none;
}

/*a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}*/



#content {
position: absolute;
top: 292px;
left: 175px;
right:15px;
}

p {
margin-bottom: 20px;
}

/*p:first-line {
font-weight: bold;
}*/
#pie{
/*width:760px;
height:50px;*/
margin-left:auto;
text-align:center;
color:#FFFFFF;
}

.fecha {
width: 140px;
height: 30px;
background-color: #352F28;
margin: 246px 1px 1px 0;
float: left;
padding-top:4px;
font-size:9px;
padding-left: 10px;
color: #fff;
cursor: default;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}
.titulo{
background-color:#FFFFFF;
padding-left: 10px;
font-weight:bold;
color:#463C30;
width:400px;
}
