
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#999999;
 color: white;
 text-align:center;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 80%;
 }

#outer {
 text-align:left;
 width:80%;
 margin-left:10%;
 margin-right:10%;
 margin-top:40px;
 margin-bottom:40px;
 border:2px solid #555e68;
 }

#centered {
text-align:center;
}

#hdr {
 text-align:right;
 padding-right: 40px;
 padding-top: 10px;
 height:85px;
 font-size: 5em;
 background: #3399ff url('cabecera.png') no-repeat scroll right; 
 }

#bar {
 height:40px;
 font-family: courier;
 background: #3399ff url(borde.png) repeat-x;
 }

#bodyblock {
 position:relative;
 background:#555e68; 
 width:100%;
 min-height:500px;
 height:auto !important;
 height:500px;
 margin-left:0%;
 margin-right:0%;
 }

#l-col {
 float:left;
 width:180px;
 }

#cont {
 padding-left:180px;
 padding-right:20px;
 text-align:justify;
 }

#ftr {
 padding:10px;
 font-size: 100%;
 background: #3399ff url(borde2.png) repeat-x;
 }