/* Layout Stylesheet */ 

body {
 margin:10px;
 background:#FFFFFF;
 color: #333333;
 text-align:center;
 padding:0;
 scrollbar-face-color:#FF0000;
 scrollbar-shadow-color:#3300FF;
 scrollbar-highlight-color:#3399FF;
 scrollbar-3dlight-color: #CCFFFF;
 scrollbar-darkshadow-color:#000000;
 scrollbar-track-color:#FFFFFF;
 scrollbar-arrow-color:#FFFFFF;
 }

#outer {
	text-align:left;
	width:650px;
	border:solid black;
	border-width:1px 1px 1px 1px;
	margin: auto;
 }

#hdr {
 height:60px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
	position:relative;
	color: #333333;
	width:640px;
	background-color: #F2F2F2;
 }

#l-col {
	float:left;
	color: #333333;
	width:145px;
	vertical-align: top;
	background-color: #DCE994;
	position: relative;
 }

#cont {
	width:495px;
	background:#ffffff;
	color: #333333;
	text-align:left;
	position: relative;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
#peu {
	text-align:center;
	width:650px;
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	height: 10px;
}
#barra {
	width:100%;
	height:100%;
	border:0 #000000 solid;
	text-align: left;
	padding: 2px;
	dir:ltr;
	lang:es;
	overflow: auto;
  }
