@charset "iso-8859-1";
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 line-height: 1.3;
 text-align:center;/*no se que fa...*/
	margin: 15px;
	height: 100%;
	padding: 0px;
	color: #000000;
	background: #eeeeee;
}

#wrapper { 
min-width: 760px;
max-width: 960px;
width: auto !important; /*IE6 hack*/
width: 960px; /*IE6 hack*/
 margin: 0 auto; /*center hack*/
text-align:left; /*center hack*/
}
#header {
 color: #333;
 width: 940px;
 float: left;
 padding: 10px;
 border: 2px solid #ccc;
 height: 100px;
 margin: 0px 0px 0px 0px;
 background: #eeeeee;
}
#navigation {
 font-size: 10px;
 float: left;
 width: 940px;
 color: #333;
 padding: 10px;
 border: 1px solid #3366ff;
 margin: 5px 0px 5px 0px;
 background: #ccddff;
 text-align:right;
}
#leftcolumn { 
 color: #333;
 border: 2px solid #3366ff;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 0px;
 width: 190px;
 float: left;
 overflow: hidden;
}
#content1 { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 0px;
 width: 500px;
 display: inline;
 overflow: hidden;
}
#content0 { 
 float: left;
 color: #333;
 border: 2px solid #ccc;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 731px;
 display: inline;
 overflow: hidden;
}
#rightcolumn0 { 
 color: #333;
 border: 0px solid #3366ff;
 background: #ccddff;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 width: 1px;
 float: left;
 overflow: hidden;
}
#rightcolumn1 { 
 color: #333;
 border: 2px solid #3366ff;
 background: #ccddff;
 margin: 0px 0px 5px 0px;
 padding: 5px;
 width: 190px;
 float: left;
 overflow: hidden;
}
#footer { 
 width: 940px;
 clear: both;
 color: #333;
 border: 1px solid #3366ff;
 background: #ccddff;
 margin: 0px 0px 5px 0px;
 padding: 10px;
}
/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
td.pill_l {
  background: url(../images/menu_cap_l.png) no-repeat;
  width:  17px;
  height: 26px;
}
td.pill_m {
  background: url(../images/menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}
td.pill_r {
  background: url(../images/menu_cap_r.png) no-repeat;
  width:  19px;
  height: 26px;
}
#pillmenu {
  white-space: nowrap;
  height: 28px;
  float: left;
}
#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
#pillmenu li {
	float: left;
	background: url(../images/menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}
#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}
#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}
.moduletable, moduletabler {
 line-height: 1.4em;
}
.moduletable h3 {
 margin-bottom: .2em;
 margin-top: .5em;
 padding: 0 10px;
 text-align: center;
 background: #ccddff;
}
.moduletabler h3 {
 margin-bottom: .2em;
 margin-top: .5em;
 padding: 0 10px;
 text-align: center;
 background: #ffffff;
}
#menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  display:block;
  line-height: 16px;
  padding: 0 10px;
  color: #000;
  text-decoration: none;
}

#titC {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #ff0000;
	background: #ffffff;
}


a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #0000FF;
}

div.top {
	height:35px; 
	background-image:url(../images/blau/lin_sup.png); 
	background-repeat: repeat-x; 
	background-color: #ffffff;
	margin:0 -1em 0 -1em;}
	
img.esquina_sup_izq { float:left; }
img.esquina_sup_der { float:right; }

div.content { 
	background-image:url(../images/blau/lin_esq.png); 
	background-repeat:repeat-y; 
	background-color: #ffffff;
	margin:0 -1em 0 -1em; }
	
div.boxcontrol { padding:0 3% 0 3%; 
	background-image:url(../images/blau/lin_dre.png); 
	background-position:right; 
	background-repeat:repeat-y; }
	
div.bottom { height:35px; 
	background-image:url(../images/blau/lin_inf.png); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	background-color: #ffffff;
	margin:0 -1em 0 -1em;}
	
img.esquina_inf_izq { float:left; }
img.esquina_inf_der { float:right; }

h1 { margin:0; border-bottom:1px dashed #996;}

p.autor { padding-right:8px; 
	border-right:1px dashed #996;
	text-align:right;
	margin:-.1em 0 0 0; }
	
/* IE 5.5 box model hack para posicionar correctamente las imagenes de esquina */
* html img.esquina_sup_izq, * html img.esquina_inf_izq  { \margin-left:-.2em;  ma\rgin-left:0; }
* html img.esquina_inf_der, * html img.esquina_sup_der { \margin-left:.2em; } 


