#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

#header {
	width:100%;
	height:3em;
}

#header ul {
}
#header li {
  float: left;
  width: 102px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background: url(../images/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}



html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}




/* ***********      

marcos izquierdo y derecho, wrapper en el centro 

*/

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}

#framecontentLeft, #framecontentRight{
position: absolute;
top: 0;
left: 0;
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
overflow-x:hidden;
background-color: #FFFFFF;
color: black;
}

#framecontentRight{
left: auto;
right: 0;
width: 210px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #d5ddf3;
color: black;
}

#maincontent{
position: fixed;
top: 0;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 210px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto;
background: #fff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 210px 0 200px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}



/*	Menú de la izquierda */
#menu{	
	font-size: 70%;
}

div#menu_izq {
	width: 150px;
	height: 20px;
	overflow: auto;
	border: 1px solid black;
	background-color: #f9f9f9;
}

div#menu_izq span, div#menu_izq a {
	display: block;
	padding: 0 3px;
}

div#menu_izq a:hover {
	background: #f5f5f5;
}

/*  Pie del la página principal */
#pie {
	position:absolute; bottom:0;
	font-size: 70%;

	
}

.traduccion {
	text-align: left;
	width: 90%;
	font-size: 70%;
	color: gray;
	letter-spacing: 1.5px;
	
}

.info {
	text-align: left;
	font-size: 75%;
	color: black;
	line-height:10pt;
}

