a {text-decoration:none !important}
body {
    background: #000 url(fondo.gif) repeat-y top center;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px; color:#FFFFFF}

/* Header section */
#header {
    width: 865px;
    min-height: 0px;
    height: 0px;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 12px;}

#header h1 {
    margin: 0;
    padding-top: 0px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

#header h1 a, #header h1 a:hover {
    color: #000;
    text-decoration: none;}

#header p {
    font-size: smaller;
    color: #000;
    margin: 0px;}
/* End Header */

/* Container */
#container {
    background: transparent;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: left;
    width: 760px;
    font-size: 12px;}

html>body #container{
    width: 760px;}
/* End Container */

/* Footer */
#footer {
    letter-spacing: 1px;
    border-top: none;
    margin-top: 0px;
    color: #eeeeee;
    padding: 10px; padding-bottom:10px}

#footer a, #footer a:hover{
    text-decoration: none; color:#eeeeee}

#footer p {
    font-size: 11px;
    margin: 0 0 5px 0;}
/* End Footer */


/**
 * Layout 3: Right bar
 */
#main_3 {
    width: 500px;
    max-width: 500px;
    min-width: 500px;
    float: left;
    margin-right: 5px;margin-left: 5px}

#main_3 p {padding-top:10px; padding-bottom:10px; margin:0}

#bar2_3 {
    float: left;
    width: 230px;
    max-width: 230px;margin-left: 0px;margin-right: 5px}

#bar1_3 {
    width: 0;
    display: none;}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

pre {
    width: 100%;
    overflow: auto;}

.light-color        { color: #729fcf; }
.medium-color       { color: #3465a4; }
.dark-color         { color: #3465a4; }
.light-background   { background-color: #729fcf; color: #3465a4; }
.medium-background  { background-color: #3465a4; color: #fff; }
.dark-background    { background-color: #3465a4; color: #fff; }
.accent-color       { color: #cee14b; }
.accent-background  { background-color: #cee14b; color: #9db029; }

#main-section {
    /*width: 90%;
    padding: 10px;
    padding-top: 20px; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;}

a {
    color: #ffffff; font-weight:bold}

a:hover {
    color: #ff9900;}

h1, h2, h3, h4 {
    color: #ff9900;}

h1 a, h2 a, h3 a, h4 a{
    color: #ff9900;
    text-decoration: none;}

h1 { font-size: 14px;   }
h2 { font-size: 13px;  }
h3 { font-size: 13px; text-align:center; margin:5px}
h4 { font-size: 12px; }

hr {
    display: none;}

.strong-color {
    background: #007AAE;
    color: #fff; padding: 4px;
    font-weight: bold;}

/* Menus */
.menu {
    padding: 0;
    margin: 2px;
    margin-top: 0;}

.menu li {
    list-style: none;
    margin: 0;}

.menu a {
    width: 99.99%;
    /* extend the sensible area to the maximum with IE5 */
    display: block;}
/* End Menus */

/* Begin forms */
input, button, textarea, select {
    background-color: #fff;
    color: #000;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 12px;}

button, input[type="button"], input[type="submit"]  {
    background-color: #ff9900;
    color: #000;
    border: 1px solid #ff6600;
    border-top: 1px solid #ff6600;
    border-left: 1px solid #ff6600;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;}

button:hover, input[type="button"]:hover, input[type="submit"]:hover  {
    background-color: #ff6600;
    color: #fff;}

button:active, input[type="button"]:active, input[type="submit"]:active {
    background-color: #ff9900;
    color: #fff;
    border: 1px solid #ff6600;}

select {
    cursor: pointer;}

input[type="text"], input[type="password"], textarea {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    padding: 0px;}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus  {
    color: #000;
    background-color: #fff;
    border: 1px solid #3465a4;}

textarea {
    width: inherit;}

.widetable {
    width: 100%;}

table.tableform .button {
    text-align: center;}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    font-size: small;}

legend {
    background-color: white;
    font-weight: bold;
    font-size: 110%;
    padding: 4px;
    padding-left: .5em;
    padding-right: .5em;}

label {
    font-weight: bold;
    cursor: pointer;}

fieldset td {
    padding: 1px;}

fieldset br {
    display : none;}

fieldset label {
    display: block;
    font-size: 100%;}

div.oneline label, div.oneline_no_width label {
    margin: 0;
    margin-right: .6em;
    display: block;
    text-align: right;
    float: left;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;}

div.oneline label {
    width: 15em;}

div.oneline_no_width label {
    text-align: left;}

div.checkbox label {
    margin: 0;
    display: block;
    width: 13em;
    text-align: right;}

div.checkbox .el {
    margin-left: 13em;}

div.checkbox .el label, div.checkbox_el label {
    font-weight: normal;
    display: block;
    margin: 0;
    text-align: left;}

div.radiobox label {
    display: inline;}

div.radiobox input {
    vertical-align: middle;}

div hr {
    border-color: black;}

div.buttons {
    clear: both;
    padding-top: 10px;
    padding-right: 11px;
    float: right;}

fieldset div {
    clear: left;
    padding: 0 1em;
    padding-bottom: 6px;}

fieldset div strong {
    font-size: 100%}

fieldset div span.form-error {
    display: block;
    color: #F00;
    font-weight: bold;
    letter-spacing: 1px;}

fieldset div span.comment {
    display: none;}

fieldset div:hover span.comment {
    font-size: 95%;
    color: #c96;
    background-color: #faf0e6;
    /*  \*/
    margin-left: 3em;
    /*  */
    padding: .2em .5em .3em;
    border: 1px solid #c96;
    display: block;
    position: absolute;
    z-index: 100;
    float: right;
    -moz-border-radius: 4px;}
* html fieldset div span.comment {
    font-size: 95%;
    color: #c96;
    margin-left: 3em;
    padding: .3em;
    border-left: 1px solid #c96;
    display: block;}

div#requiredNote {
    font-size: 100%;
    letter-spacing: 0.5px;
    /* clear: both; */
    margin-top: 10px;}

label.mandat, span.mandat {
    color: #930;
    font-weight: bold;}

label.mandat:after, span.mandat:after {
    content: "*";}

.removed {
    display: none !important;}

input[type="checkbox"], select {
    -moz-border-top-colors: #babdb6 transparent;
    -moz-border-left-colors: #babdb6 transparent;
    -moz-border-bottom-colors: #d3d7cf transparent;
    -moz-border-right-colors: #d3d7cf transparent;
    -moz-border-radius: 1px;
    padding: 1px;
    font-family: Arial, sans-serif;
    font-size: small;}

input[type="checkbox"]:focus {
    -moz-border-top-colors: #3465a4 transparent;
    -moz-border-left-colors: #3465a4 transparent;
    -moz-border-bottom-colors: #3465a4 transparent;
    -moz-border-right-colors: #3465a4 transparent;}

.form_comment {
    font-size: x-small;}
/* End forms */

.terminal {
    margin-top: 15px;
    padding: 15px;
    font-size: small;
    font-family: "Courier New", Courier;
    background: #000;
    border: solid 1px #d3d7cf;
    line-height: 110%;
    color: white;
    width: 90%;}

.code, .xml , .script {
    margin: 16px;
    padding: 16px;
    font-size: small;
    font-family: "Courier New", Courier;
    background: #fff;
    border: solid 1px #d3d7cf;
    line-height: 100%;
    color: #000dbd;
    width: 90%;}

.keyword {
    color: #00a20b;}

.comment {
    color:red;}

.literal {
    color: purple;}

.term-box {
    background-color: #fafafa;
    color: #3465a4;
    border: 1px solid #9db029;
    padding: 10px;
    font-size: 12px;
    width: 95%;}

table {
    text-align: left;}

.tableform {
    width: 100%;}

.tableform td {
    display: table-cell;
    vertical-align: top;}

img {
    border: 0;}

/* Debug */
#debug-table {
    background-color: white;
    color: black;
    font-size: x-small;}

#debug-table pre {
    font-size: small;}

pre.var_dump {
    line-height:1.8em;}

pre.var_dump span.type {
    color:#006600;
    background:transparent;}

pre.var_dump span.value {
    padding:2px; color:#339900;
    background:#F0F0F0;
    border: 1px dashed #CCCCCC;}
/* End Debug */

a.negro {color:#000000; font-size:11px; text-decoration:none}
a.negro:hover {color:#000000; font-size:11px; text-decoration:none}
a.blanco {color:#ffffff; font-size:12px; text-decoration:none}
a.blanco:hover {color:#ffffff; font-size:12px; text-decoration:none}
negro {color:#000000; font-size:12px;}