body {
	height: 100%;
	color: #4D6A80;
	background-color: #FFF;
	margin: 0;
	padding:0;
    font-family: serif;
    font-size: 10pt;
}

html { height: 100%; }

/* Patch for IExplorer */
* html #main {height:100%;} 

.input_error { color: #F00; }
/******************************* COMIENZA CSS PARA MENU, MAIN Y FOOTER *************************/
#main {
	min-height:100%;
	margin:auto;
	position:relative;
	margin:0;
}

#content {
	color: #666;
	background-color: #FFF;
	margin: 0px 13px 5px 208px;
	padding: 10px;
	padding-top: 0px;
	border:1px solid #AAA;
}

#clearheader {
	width: 100%;
	height: 15px;
	clear: both
}

#clearfooter {
	width: 100%;
	height: 80px;
	clear: both
}

#footer {
	width: 100%;
	clear: both;
	background-color: #4D6A80;
	color: #FFF;
	text-align: center;
	border-top: 1px solid #666;
	margin:0;
	left:0;
	bottom:0;
	position:absolute;
}

.menu_all {
    /* position: fixed; */
    position: absolute;
    top:15px;
    left:4px;
    width: 190px;
    font-size: 8pt;
}

a.menu:link, a.menu:visited {
    color: #484464;
    background-color: #FFF;
    display: block;
    padding: 2px;
	outline-style: none;
	border: 1px solid #000;
	border-bottom: 0;
	text-indent:10px;
	color:#000;
	padding-top:1em;
	padding-bottom:1em;
}

a.menu:hover { 
	background-color: #CFDCE6; 
    color: #000;
}

a.menu_sel:link, a.menu_sel:visited {
	background-color: #5C7F99;
	color: #FFF;
} 

a.menu_bottom:link, a.menu_bottom:visited { border-bottom: 1px solid #000; }
 
/******************************* TERMINA CSS PARA MENU, MAIN Y FOOTER *************************/

/* Fonts */
.font_  {
    font-family: serif;
    font-size: 10pt;
	color: #4D6A80;
}

#title {
	text-align:right;
	color: #666;
	font-weight:bold;
	letter-spacing: 2px;
	font-size: 15pt;
}

.indented {
    margin-left: 1em;
    margin-right: 1em;
}

.align {
    margin-left: 1em;
    margin-right: 1em;
    text-align: justify;
}

h1 {
    text-align: center;
    font-size: 15pt;
    color: #003399;
}

h2 {
    text-align: center;
    font-size: 13pt;
	color: #4D6A80;
}

h3 {
    text-align: center;
    font-size: 10pt;
    font-weight: normal;
	color: #000;
}

p
{
    margin-left: 1em;
    margin-right: 1em;
    text-align: justify;
	color: #666;
}  

tr.menu { background-color: #FF0; }

caption { color: #4D6A80; padding:0; font-weight: bold; font-size: 12pt;}

.tb_h
{
    background-color: #A3C2D9;
    color: #222;
    text-align: center;
}

.tb_r
{
    background-color: #A3C2D9;
	color: #666;
    text-align: left;
}

.tb_r2 { 
	background-color: #FFF;
	color: #000;
    text-align: left;
}

.tb_r3
{
    background-color: #639999;
    color: #E6E6E6;
}

.tb_r4
{
    background-color: #CEE2F2;
    color: #000;
}

  
/***************************** COMIENZAN LIGAS *************************/
a:link, a:visited { color: #4d6a80; text-decoration : none; outline-style: none; }
a:hover { text-decoration: none; }

a.con_linea { text-decoration: underline; }

a.con_linea1 { color: #4D6A80; }
a.con_linea1:link, a.con_linea1:visited { text-decoration: none; }
a.con_linea1:hover { text-decoration: underline; }

a.con_linea2 { color: #FFF; }
a.con_linea2:link, a.con_linea2:visited { text-decoration: none; }
a.con_linea2:hover { text-decoration: underline; }
/***************************** TERMINAN LIGAS *************************/

.titulo 
{
    color: #7C94A6;
	font-size: 2em;
	text-align: right;
	letter-spacing: 2px;
	margin-top: 10px;
}

.author { text-align: center; }

.prompt { color: #8FA3B3; }

.command { color: #FFFF00; }

.output { color: #A5D998; }

.tip { color: #F2CE79; }

.uls li { padding-bottom: 8px; }


.areatexto {
	background-color: #FFF;
	font-size: 8pt;
	color: #5C4262;
}

.boton {
	background-color: #FFF;
	border:1px solid #666;
	color: #000;
	font-size: 8pt;
	padding: 1px 3px 1px 3px;
}

.boton2 {
	border:1px solid #6090BF;
	background-color: #FFF;
	color: #466380;
	font-size: 9pt;
	padding: 2px 6px 2px 6px;
}
