
body{
background-image:url(img/patter.jpg);
background-repeat:repeat;
width:750px;
height:850px;
margin:auto;
text-align:center;
}
h1, h2, h3, h4, h5, p, li, ul a{
margin:0px;
padding:0px;
}
strong{
border-bottom:dotted 1px #000;
}
a{
border-bottom:dotted 1px #5c705e;
}
#principal{
width:750px;
height:850px;
background-color:#FFFFFF;
}
#cabecera{
width:750px;
height:200px;
border-bottom:dotted 1px #5c705e;
}
#izquierda{
width:200px;
height:650px;
float:left;
border-right:dotted 1px #5c705e;
}

#izquierda h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-style:italic;
font-weight:bolder;
color:#5c705e;
text-align:left;
padding-left:55px;
padding-top:15px;
}
#izquierda ul{
list-style-type:none;
padding-left:55px;
margin:0px;
text-align:left;
}
#izquierda li{
line-height:20px;
}
#izquierda a:link, #izquierda a:visited{
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#5c705e;
text-align:left;
line-height:20px;
}

#izquierda a:hover{
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#000;
text-align:left;
line-height:20px;
}
#izquierda li.active{
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#000;
text-align:left;
line-height:20px;
}
#izquierda p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:18px;
color:#5c705e;
text-align:left;
padding:15px;
}

#centro{
width:149px;
height:650px;
margin:0px;
float:right;
border-left:dotted 1px #5c705e;
}
#centro h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-style:italic;
font-weight:bolder;
color:#5c705e;
text-align:left;
padding-left:10px;
padding-top:15px;
}
#centro img{
border:solid 1px #5c705e;
margin:10px;
padding:5px;
}

#derecha{
width:399px;
height:650px;
float:right;
}
object{
text-align:left;
float:left;
margin:0px;
padding:0px;
}
#derecha h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
font-style:italic;
font-weight:bolder;
color:#5c705e;
text-align:left;
padding:15px;
padding-bottom:0px;
}
#derecha p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:18px;
color:#5c705e;
text-align:left;
padding:15px;
}
#footer{
width:750px;
height:25px;
background-color:#000;
}
#footer p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
line-height:18px;
color:#fff;
text-align:left;
padding-top:3px;
padding-left:55px;
}