/**/
/********************************************************
// clases pare las tablas de sistema de archivos       */
/*****************************************/
.tabla_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #7ab17a;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
.mensaje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #268C28;
	text-align: center;
}
.tabla_borde {
	border: 1px solid #7ab17a;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 10px;
	margin: 1px;
	background-color: #FFFFFF;
}
.tabla_lista {
	border: 1px solid #7ab17a;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 10px;
	margin: 1px;
}
.boton_aceptar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #7ab17a;
	border: 1px solid #005F02;
}
.boton_eliminar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #AECAB1;
	border: 1px solid #005F02;
}

.tablaFila{ 
background-color:#FFFFFF;
}
/*****************************************************/

/* ========= Main Content Holders ========= */

body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: black;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 50%;
	background-position: center;
}

table.head,
table.foot {
    font-size: 100%;  /* make IE look normal */
    width: 100%;
    border: 0px;
}

table.middle {
    font-size: 100%;  /* make IE look normal */
    width: 100%;
    border: 0px;
}

td.content {
    width: 80%;
    vertical-align: top;
    /*padding: 1em 0.5em 0.3em 0.5em;*/
}


/* ========= Header ========= */

td.head-logo {
    background-color: #339900;
    width: 120px;
    text-align: left;
}

td.head-menu {
    background-color: #339900;
    height: 1px;
    padding-right: 0.5em;
    padding-bottom: 0.1em;
    text-align: right;
    vertical-align: bottom;
}

td.head-search {
    color: #FFFFFF;
    background-color: #006600;
    border-top: 1px solid #003300;
    border-bottom: 1px solid #003300;
    padding-right: 0.5em;
    text-align: right;
}

p.head-search {
    font-size: 80%;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

p.head-search input,
p.head-search select {
    font-size: 100%;
}

td.head-menu {
    color: #000000;
    font-weight: bold;
    font-size: 75%;
}

.menuWhite {
    color: #FFFFFF;
    font-weight: normal;
}

a:link.menuWhite,
a:hover.menuWhite,
a:visited.menuWhite {
    text-decoration: none;
    color: #FFFFFF;
}

a:link.menuBlack,
a:hover.menuBlack,
a:visited.menuBlack {
    text-decoration: none;
    color: #000000;
}


/* ========= Sidebars ========= */

td.sidebar_left {
    width: 15%;
    background-color: #F0F0F0;
	border-right: 1px dashed #ccc;
/*    vertical-align: top;
    font-size: 90%;
    padding: 1em 0.3em 0.3em 0.3em;*/
}

td.sidebar_right {
    width: 15%;
    background-color: #F0F0F0;
	border-left: 1px dashed #ccc;
/*    vertical-align: top;
    font-size: 90%;
    border-left: 1px dashed #ccc;
    padding: 1em 0.3em 0.3em 0.3em;*/
}

table.sidebar-releases {
    font-size: 100%;  /* make IE look normal */
}

ul.side_pages {
    margin-top: 0.1em;
    margin-bottom: 1.5em;
    margin-left: 1em;
    padding-left: 1em;
    list-style: url(/gifs/box-0.gif) square;
}

li.side_page {
    text-indent: -0.4em;
    white-space: nowrap;
}


/* ========= Footer ========= */

td.foot-bar {
    color: #000000;
    background-color: #339900;
    border-top: 1px solid #003300;
    border-bottom: 1px solid #003300;
    text-align: right;
    vertical-align: bottom;
    padding-right: 0.3em;
    font-weight: bold;
    font-size: 75%;
}

td.foot-copy {
    background-color: #CCCCCC;
    vertical-align: top;
    padding: 0.3em;
}

td.foot-source {
    background-color: #CCCCCC;
    vertical-align: top;
    text-align: right;
    padding: 0.3em;
}


/* ========= Forms ========= */

table.form-holder {
    background-color: #FFFFFF;
    width: auto;
}

caption.form-caption {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #339900;
    padding: 0.3em;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin-top: 0.5em;
}

/* Labels on the left side of form and table rows */
th.form-label_left {
    padding: 3px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #339900;
    width: 25%;
}

/* Labels on the top of form and table columns */
th.form-label_top,
th.form-label_top_center {
    padding: 3px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #339900;
}

td.form-input {
    padding: 3px;
    text-align: left;
    vertical-align: top;
    background-color: #e8e8e8;
}

td.form-input_center {
    padding: 3px;
    text-align: center;
    vertical-align: center;
    background-color: #e8e8e8;
}

td.form-input input, 
td.form-input_center input {
    font-size: 90%;
}

p.cell_note {
    margin-top: 0.3em;
    margin-bottom: 0.2em;
    font-weight: normal;
    font-size: 95%;
}

input {
    font-family: verdana,arial,helvetica,sans-serif;
}

textarea {
    font-family: "andale mono", "monotype.com", "courier new", monospace;
}

input.small, select.small {
    font-size: 75%;
}

textarea.small {
    font-size: 75%;
}

form {
    margin-bottom: 0;
}

submit {
    border: 0px;
}


/* === User Submission Responses === */

div.errors,
div.warnings,
div.explain,
div.success {
    margin: 4px;
    padding: 6px;
    clear: both;
    font-size: 1.1em;
    font-weight: bold;
}

div.errors {
    border: 1px dashed #660000;
    background: #fee;
    color: #660000;
}

div.warnings {
    border: 1px dashed #ff8c00;
    background: #ffa;
    color: #ff8c00;
}

div.explain {
    border: 1px dashed #000066;
    color: #000066;
}

div.success {
    border: 1px dashed #006600;
    background-color: #CCFF99;
    color: #006600;
}

div.errors ul,
div.warnings ul,
div.explain ul,
div.success ul {
    margin-top: 0em;
    margin-bottom: 0em;
}


/* ========= Other ========= */

a:link {
    color: #006600;
}

a:visited {
    color: #030;
}

a:hover {
    color: #003300;
}

th.headrow {
    text-align: left;
    border-bottom: 1px solid #000;
    white-space: nowrap;
}

th.others {
    color: #006600;
    text-align: left;
}

td.textcell {
    vertical-align: top;
    padding-left: 1.2em;
    padding-bottom: 1em;
}

td.textcell p {
    margin-top: 0em;
}

td.ulcell {
    vertical-align: top;
}

em {
    font-weight: bold;
    font-style: italic;
}

hr {
    border: 0px;
    height: 1px;
    background-color: #ccc;
}

.newsDate {
    font-size: 85%;
    font-style: italic;
    color: #66cc66;
}

.compact {
}

code, pre, tt {
    font-family: "andale mono", "monotype.com", "courier new", courier, monospace;
    font-size: 90%;
}

h1 {
    font-size: 140%;
    font-weight: bold;
    color: #006600;
    margin-top: 0em;
}

h2 {
    font-size: 125%;
    font-weight: bold;
    color: #006600;
    border-bottom: 1px solid #000;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    color: #006600;
}

h4 {
    font-size: 100%;
    font-weight: bold;
    color: #006600;
}

small {
    font-size: 85%;
}

a.small {
    font-size: 75%;
    text-decoration: none;
}

.tableTitle {
    font-weight: bold;
}

.tableExtras {
    font-size: 85%;
    color: #FFFFFF;
}

.tip {
    border: 1px solid #00c;
    color: #006;
    background: #eef;
    padding: 8px;
}

ul.spaced li {
    margin-bottom: 0.75em;
}

.indent {
    margin-left: 20px;
}

hr.greyline {
    border-top: thin solid #CCCCCC;
    margin-top: 0px;
    margin-bottom: 0px;
}

.underline {
    text-decoration: underline;
}

.accesskey {
    text-decoration: underline;
}

ul {
    margin-top: 0em;
}


/*  ESTILOS DEL MENU  */

.main {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-style: normal; font-weight: normal; text-transform: none; color: #000000; text-decoration: none; text-align: justify}
.welcome { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-style: normal; font-weight: bold; text-transform: none; color: #003366; text-decoration: none; text-align: justify }
.about { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-style: normal; font-weight: bold; text-transform: none; color: #000000; text-decoration: none; text-align: justify }
.newsheader { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-style: normal; font-weight: bold; text-transform: none; color: #FFFFFF; text-decoration: none; text-align: justify }
.news { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-style: normal; font-weight: normal; text-transform: none; color: #FFFFFF; text-decoration: none; text-align: justify }

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
  font: 12px Arial, sans-serif;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.textmenu a.textmenu:link, a.textmenu:visited, a.textmenu:active, a.textmenu:focus {
 color: #FFFFFF;
 font:12px, Arial, sans-serif;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
}
.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFFFF;
 font:12px, Arial, sans-serif;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
}

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #FFCC99;
 font: Bold 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder {
 border: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}

/* ESTILO PARA HISTORIA */
fecha_historia {
    font-size: 125%;
    font-weight: bold;
    color: #006600;
    border-bottom: 1px solid #000;
}
tablaFila0{
	background-color:#CCCCCC;
	
}
tabla_form tablaFila1{
	background-color:#FFFFFF;
	
}

