/* DJANGO Admin styles */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('/static/fonts/opensans.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/static/fonts/opensans-bold.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/static/fonts/opensans-italic.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    src: url('/static/fonts/gotham.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    /*font-family: "Lucida Sans", "Lucida Grande",  sans-serif;*/
    font-family: "Gotham";
    color:#525759;

}

/* LINKS */

a:link, a:visited {
    color: #2D2D2D;
    text-decoration: none;
}

table tbody tr td a {
color: #2D2D2D;
font-weight: bold;
}

table tbody tr td a:hover {
color: #000 !important;
font-weight: bold;
text-decoration:underline;
}

.pme-cell-1 a:link, .pme-cell-1 a:visited, .pme-cell-0 a:link, .pme-cell-0 a:visited {
    color: #2D2D2D;
    text-decoration: none;
    font-weight: bold;

}

.pme-cell-0 a:hover, .pme-cell-1 a:hover {
        color: #000;
	text-decoration:underline;
}

table tbody tr td a:hover {
    color: #000;
	text-decoration:underline;
}

a:hover {
    color: #000;
	text-decoration:underline;
}

a img {
    border: none;
}

a.section:link, a.section:visited {
    color: white;
    text-decoration: underline;
}

/* GLOBAL DEFAULTS */

p, ol, ul, dl {
    margin: .2em 0 .8em 0;
}

p {
    padding: 0;
    line-height: 140%;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    float:left;
    text-align:left;

}

h1 {
    font-size: 18px;
    color: #666;
    padding: 0 6px 0 0;
    margin: 0 0 .2em 0;
    width: 100%;
    float:left;
}

h2 {
    font-size: 16px;
    margin: 1em 0 .5em 0;
    /*background: #FAD613;*/
    color:#525759;
}

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-size: 14px;
    margin: .8em 0 .3em 0;
    color: #666;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    margin: 1em 0 .8em 0;
    padding-bottom: 3px;
    clear:both;
}

h5 {
    font-size: 10px;
    margin: 1.5em 0 .5em 0;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul li {
    list-style-type: none;
    padding: 1px 0;
}

ul.plainlist {
    margin-left: 0 !important;
}

ul.plainlist li {
    list-style-type: none;
}

li ul {
    margin-bottom: 0;
}

li, dt, dd {
    /*font-size: 11px;*/
    line-height: 13px;
}

b {
/*float:left;*/
clear:right;
margin-bottom:2px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

blockquote {
    font-size: 11px;
    color: #777;
    margin-left: 2px;
    padding-left: 10px;
    border-left: 5px solid #ddd;
}

code, pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    background: inherit;
    color: #666;
    font-size: 11px;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
}

code strong {
    color: #930;
}

hr {
    clear: both;
    color: #eee;
    background-color: #eee;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}

/* TEXT STYLES & MODIFIERS */

.small {
    font-size: 11px;
}

.tiny {
    font-size: 10px;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 9px;
}

p.mini {
    margin-top: -3px;
}

.help, p.help {
    font-size: 10px !important;
    color: #999;
}

p img, h1 img, h2 img, h3 img, h4 img, td img {
    vertical-align: middle;
}

.quiet, a.quiet:link, a.quiet:visited {
    color: #999 !important;
    font-weight: normal !important;
}

.quiet strong {
    font-weight: bold !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.example {
    margin: 10px 0;
    padding: 5px 10px;
    background: #efefef;
}

.nowrap {
    white-space: nowrap;
}

/* TABLES */

table {
    border-collapse: collapse;
    float:left;
    clear:both !important;
	width:100%;
}

td, th {
    font-size: 11px;
    line-height: 13px;
    /*border-bottom: 1px solid #eee;*/
    /* corregido para que se vean bien las tablas*/
    /*border: 1px solid #eee;*/
    /*vertical-align: top;*/
    padding: 5px;

}

th {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

thead th, tfoot td, tr.pme-header{
    color:#85898A;
    padding: 2px 5px;
    font-size: 11px;
    background: url(/static/img/admin/nav-bg-5.gif) top left repeat-x;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

thead th:first-child,
tfoot td:first-child {
    border-left: none !important;
}

thead th.optional {
    font-weight: normal !important;
}

fieldset table {
    border-right: 1px solid #eee;
}

tr.row-label td {
    font-size: 9px;
    padding-top: 2px;
    padding-bottom: 0;
    border-bottom: none;
    color: #666;
    margin-top: -1px;
}

tr.alt {
    background: #f6f6f6;
}

.row1, .pme-row-1, #tr1 {
    background: #F5F5F6;
}

.row2, pme-row-0, #tr2 {
    background: white;
}

.row1-ot, .row2-ot {
    background: #FFFFB7;
}

/* SORTABLE TABLES */

thead th a:link, thead th a:visited {
    color: #666;
    display: block;
}

table thead th.sorted {
    background-position: bottom left !important;
}

table thead th.sorted a {
    padding-right: 13px;
}

table thead th.ascending a {
    background: url(/static/img/admin/arrow-down.gif) right .4em no-repeat; color:#525759;
}

table thead th.descending a {
    background: url(/static/img/admin/arrow-up.gif) right .4em no-repeat; color:#525759;
}

/* ORDERABLE TABLES */

table.orderable tbody tr td:hover {
    cursor: move;
}

table.orderable tbody tr td:first-child {
    padding-left: 14px;
    background-image: url(/static/img/admin/nav-bg-grabber.gif);
    background-repeat: repeat-y;
    color:#000000;
}

table.orderable-initalized .order-cell, body>tr>td.order-cell {
    display: none;
}

/* FORM DEFAULTS */

input, textarea, select, .form-row p {
    margin: 5px 5px 5px 10px;
    /*padding: 2px 3px;*/
    vertical-align: middle;
    /*font-family: "Lucida Grande", Verdana, Arial, sans-serif;*/
    font-weight: normal;
    font-size: 11px;
}

textarea {
    vertical-align: top !important;
}

input[type=text], input[type=password], textarea, select, .vTextField {
   /* border: 1px solid #85898A;*/  /* comentado para que tome el widget de sistema */
}

/* FORM BUTTONS */

.button, input[type=submit], input[type=button], .submit-row input {
	background-color: #FFCE00;
    border-radius: 5px 5px 5px 5px;
	border:0px;
    color: #5C6670;
    font-weight: bold;
    padding: 5px 15px;
   /* float: left; */
    clear:left;
}
/* hover */
.button:hover, input[type=submit]:hover, input[type=button]:hover, .submit-row input:hover {
color:#000;
box-shadow:0px 0px 1px 1px #CCCCCC;
    /*float: right;*/
}

.button:active, input[type=submit]:active, input[type=button]:active {
color:#000;
box-shadow:0px 0px 1px 1px #CCCCCC;
   /* float: right;*/
}


.button.default, input[type=submit].default, .submit-row input.default {
background-color: #FFCE00;
    border-radius: 5px 5px 5px 5px;
	border:0px;
    color: #5C6670;
    font-weight: bold;
    padding: 5px 15px;
   /* float: left; */
    clear:left;
}
/* agregado hover */
.button.default:hover, input[type=submit].default:hover, .submit-row input.default:hover {
color:#000;
box-shadow:0px 0px 1px 1px #CCCCCC;
    /*float: right;*/
}


.button.default:active, input[type=submit].default:active, .button.default:focus, input[type=submit].default:focus {
  background-color: #FFCE00;
    border-radius: 5px 5px 5px 5px;
	border:0px;
    color: #5C6670;
    font-weight: bold;
    padding: 5px 15px;
   /* float: left; */
    clear:left;
}

/* MODULES */

.module {
    border: 1px solid transparent; /* modificacion de bordes a trasparentes*/
   /* margin-bottom: 5px;*/
    background-color: #F5F5F6;
    float:left;
    width:100%;
}

fieldset.module-ot {
    border: 0px solid #ccc !important;
    margin: 0px !important;
    background-color: #CDCFD0;
    float:left;
    width:auto !important;
    padding: 0px;
    padding-top: 5px;

}

#extra-content{
/*background-color: #CDCFD0;*/
}

.module p, .module ul, .module h3, .module h4, .module dl, .module pre {
    padding-left: 10px;
    padding-right: 10px;
}

.module blockquote {
    margin-left: 12px;
}

.module ul, .module ol {
    margin-left: 1.5em;
}

.module h3 {
    margin-top: .6em;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 2px 5px 3px 5px;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    background: #7D868C;
    color: #f1f2f3;
    float:none !important;
}

.module table {
    border-collapse: collapse;
}

/* MESSAGES & ERRORS */

ul.messagelist {
    padding: 0 0 5px 0;
    margin: 0;
}

ul.messagelist li {
    font-size: 12px;
    padding: 10px 15px 10px 25px;
    margin:  10px;
    /*width: 200px;*/
    vertical-align: middle;
    /*min-height: 30px;*/
    display: inline-block;
}

ul.messagelist li.warning{
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

ul.messagelist li.error, .mensajeError {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;

    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;

    border: 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul.messagelist li.success, .mensajeBien {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border: 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


ul.messagelist li.info, .mensajeInfo {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border: 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}


.errornote {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
    border: 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    font-size: 12px;
    margin: 10px;
    padding: 10px 15px 10px 25px;
    list-style-type: none;
    /*width: 200px;*/
    vertical-align: middle;
    /*min-height: 30px;*/
    display: inline-block;
}

ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

.errorlist li {

    font-size: 10px !important;
    display: block;
    padding: 4px 4px 4px 10px;
    margin: 5px 5px 10px 20px;
    /*border: 1px solid red;*/
    color: white !important;
    /*background-image:url(/static/img/fondo_errorlist.png);*/
    background-repeat:no-repeat;
    /*agregados*/
    background-color: red;
    -moz-border-radius: 5px 5px 0px 5px;
	border-radius:5px;
    width: 330px;
    -moz-box-shadow: 0 1px 5px 0 #888888;
}

.errorlist li:before {
   /* border-color: transparent red;
    border-style: solid;
    border-width: 0 15px 10px 0;
    position:absolute;
    margin-left:314px;
    margin-top:10px;
    content: "";
    height: 5px;
    width: 5px;*/
    /*float:right;*/
    /*background-color: red;*/
}
/*
.errorlist li:after {
    border-color: transparent #EEEEEE;
    border-style: solid;
    border-width: 0 23px 17px 0;
    bottom: 0px;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    background-color: red;

}*/

.errorlist li a {
    color: white !important;
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

td ul.errorlist li {
    margin: 0 !important;
}

.errors {
    background: #ffc;
}

.errors input, .errors select {
    border: 1px solid red;
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: red;
    background: #ffc url(/static/img/admin/icon_error.png) 5px .3em no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}

/* BREADCRUMBS */

div.breadcrumbs {
    background: white url(/static/img/admin/nav-bg-reverse.gif) 0 -10px repeat-x;
    padding: 2px 8px 3px 8px;
    font-size: 11px;
    color: #999;
    border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

/* ACTION ICONS */

.addlink {
    padding-left: 12px;
    background: url(/static/img/admin/icon_addlink.gif) 0 .1em no-repeat;
}

.changelink {
    padding-left: 12px;
    background: url(/static/img/admin/icon_changelink.gif) 0 .1em no-repeat;
}

.deletelink {
    padding-left: 12px !important;
    background: url(/static/img/admin/icon_deletelink.gif) 0 .5em no-repeat !important;
}

.viewlink {
    padding-left: 12px;
    background: url(/static/img/admin/icon_viewlink.gif) 0 .25em no-repeat;
}

.cancellink {
    padding-left: 16px;
    background: url(/static/img/admin/icon_cancellink.png) -1px 0 no-repeat;
}

.confirmlink {
    padding-left: 16px;
    background: url(/static/img/admin/icon_confirmlink.png) -1px 0 no-repeat;
}

.sendlink {
    padding-left: 12px;
    background: url(/static/img/admin/icon_sendlink.gif) 0 .25em no-repeat;
}

a.deletelink:link, a.deletelink:visited {
    color: #CC3434;
}

a.deletelink:hover {
    color: #993333;
}

/* OBJECT TOOLS */

.object-tools {
    font-size: 10px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    padding-left: 0;
    float: right;
    position: relative;
    margin-top:10px;
    /*margin-top: -2.4em;
    margin-bottom: -2em;*/
    }

.form-row .object-tools {
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
    height: 2em;
    padding-left: 3.5em;
}

.object-tools li {
    display: block;
    float: left;
    /*background: url(/static/img/admin/tool-left.gif) 0 0 no-repeat;*/
    padding: 0 0 0 8px;
    margin-left: 2px;
    height: 16px;
}

.object-tools li:hover {
    /*background: url(/static/img/admin/tool-left_over.gif) 0 0 no-repeat;*/
}

.object-tools a:link, .object-tools a:visited {
    display: block;
    float: left;
    color: white;
    padding: .1em 14px .1em 8px;
    height: 14px;
    background: #999 url(/static/img/admin/tool-right.gif) 100% 0 no-repeat;
}

.object-tools a:hover, .object-tools li:hover a {
    background: #585858 url(/static/img/admin/tool-right_over.gif) 100% 0 no-repeat;
}

.object-tools a.viewsitelink, .object-tools a.golink {
    background: #999 url(/static/img/admin/tooltag-arrowright.gif) top right no-repeat;
    padding-right: 28px;
}

.object-tools a.viewsitelink:hover, .object-tools a.golink:hover {
    background: #525759 url(/static/img/admin/tooltag-arrowright_over.gif) top right no-repeat;
}

.object-tools a.addlink {
    background: #999 url(/static/img/admin/tooltag-add.gif) top right no-repeat;
    padding-right: 28px;
}

.object-tools a.addlink:hover {
    background: #525759 url(/static/img/admin/tooltag-add_over.gif) top right no-repeat;
}

/* OBJECT HISTORY */

table#change-history {
    width: 100%;
}

table#change-history tbody th {
    width: 16em;
}

/* PAGE STRUCTURE */

#container {
    position: relative;
    width: 100%;
    min-width: 760px;
    padding: 0;
    height: 100%;


}

#content {
    margin: 10px 15px;

}

#header {
    width: 100%;
}

#content-main {
    float: left;
    width: 100%; /* importante no borrar para que tome  el tama\F1o correcto el contenido */
}

#content-related {
    float: right;
    width: 18em;
    position: relative;
    margin-right: 0px;
}

#footer {
    background: url("/static/img/bsas_logo.png") no-repeat scroll 10px 3px #C3C6C8;
    bottom: -4px;
    color: #5C6670;
    font-size: 10px;
    height: 34px;
    position: fixed;
    text-align: right;
    width: 100%;

}

#footer p {
	margin-right:10px;
	    line-height: 3.2;

}

#footer a{
    color: #FFFF80;
}

/* COLUMN TYPES */

.colMS {
    margin-right: 20em !important;
}

.colSM {
    margin-left: 20em !important;
}

.colSM #content-related {
    float: left;
    margin-right: 0;
    margin-left: -19em;
}

.colSM #content-main {
    float: right;
}

.popup .colM {
    width: 95%;
}

.subcol {
    float: left;
    width: 46%;
    margin-right: 15px;
}

.dashboard #content {
    width: 500px;
}

/* HEADER */

#header {
    background: #417690;
    color: #ffc;
    overflow: hidden;
}

#header a:link, #header a:visited {
    color: white;
}

#header a:hover {
    text-decoration: underline;
}

#branding h1 {
    padding: 0 10px;
    font-size: 18px;
    margin: 8px 0;
    font-weight: normal;
    color: #f4f379;
}

#branding h2 {
    padding: 0 10px;
    font-size: 14px;
    margin: -8px 0 8px 0;
    font-weight: normal;
    color: #ffc;
}

#user-tools {
    position: fixed;
    top: 3px;
    right: 0;
    padding: 5px;
	margin: 10px;
    font-size: 10px;
    text-align: right;
	color:#7D868C;
	letter-spacing:1px;
	z-index:11
	}

	#user-tools-2 {
    position: absolute;
    top: 3px;
	left: 270px;
    padding: 5px;
	margin: 10px;
    font-size: 10px;
    text-align: right;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius:5px;
    -moz-box-shadow: 0px 1px 5px 0px #888;
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
	font-weight:bold;
	z-index:1;
}

	#user-tools-3 {
    position: absolute;
    top: 3px;
	left: 480px;
    padding: 5px;
	margin: 10px;
    font-size: 10px;
    text-align: right;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius:5px;
    -moz-box-shadow: 0px 1px 5px 0px #888;
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
	font-weight:bold;
}
#user-tools a, #user-tools a:visited  {
	background-color: #3b3b3b;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    position: relative;
    right: -7px;
    text-decoration: none;
}

#user-tools-2 a, #user-tools-2 a:visited, #user-tools-3 a, #user-tools-3 a:visited {
	background-color: #FFCE00;
    border-radius: 5px 5px 5px 5px;
    color: #FFCE00;
    font-weight: bold;
    padding: 5px 10px;
    position: relative;
    right: -7px;
}

#user-tools a:hover, #user-tools-2 a:hover {
color:#ccc;
box-shadow:0px 0px 1px 1px #CCCCCC;  }

/* SIDEBAR */

#content-related h3 {
    font-size: 12px;
    color: #666;
    margin-bottom: 3px;
}

#content-related h4 {
    font-size: 11px;
}

#content-related .module h2 {
    background: #eee url(/static/img/admin/nav-bg.gif) bottom left repeat-x;
    color: #666;
}

 /* MODULOS */


#modulos {
    float: left;
    margin-top: 45px;
    text-align: center;
    margin-left: -0.8%;
    width: 101.6%;
}

.admin-container-menu {
    float: left;
    margin-top: 10px;
    text-align: center;
	width:100%;
}

#modulos_container {
    margin-top:90px;
    margin-left:auto;
    margin-right:auto;
    /*background-color: #00FF33;*/
    width:920px;
    height:130px;
}

#modulos_x1 {
    float:left;
    margin:15px;
    background-color:#FAD613;
    background-repeat:no-repeat;
    width:120px;
    height:130px;
}

#link_modulos {
    border:3px;
    border-color:#00FF99;
}

#transparencia {
    background-image:url(/static/img/transparencia_2.png);
    background-repeat:no-repeat;
    height:800px;
    width:600px;
    z-index:10000;
    position:absolute;
    margin-left:200px;
    margin-top:-150px;

}

/* Mensajes django  ERROR AGREGADOS 1.2 */


li.message-item{
    list-style:none;
    list-style-position: inside;
    font-size:12px;
    border-bottom: 1px solid #ddd;
}


.error {
    border: 1px solid;
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
    font-size: 12px;
    margin: 10px;
    padding: 10px 15px 10px 25px;
    list-style-type: none;
    /*width: 200px;*/
    /*min-height: 30px;*/
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}


.warning {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border: 1px solid;
    font-size: 12px;
    margin: 10px;
    padding: 10px 15px 10px 25px;
    list-style-type: none;
    /*width: 200px;*/
    /*min-height: 30px;*/
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid;
    font-size: 12px;
    margin: 10px;
    padding: 10px 15px 10px 25px;
    list-style-type: none;
    /*width: 250px;*/
    /*min-height: 30px;*/
    display: inline-block;
    vertical-align: middle;
}

/* agregado de magic.css */
h2.paginator {
    background: none repeat scroll 0 0 #E6E7E8;
    border-color: #EEEEEE #DDDDDD #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #5c6670;
    margin: 2px;
    overflow: hidden;
    padding: 4px;
    width: 99%;
}

#datos_solicitud_usuario label {
    /*background-color:#F0F0F1 !important;*/
    text-align:left;
    width:300px;
    clear:both;

}

#contentwrapper{
/*: left;*/
margin:0 auto 100px auto;
width: 98.5%; /*descomentar si las cajas quedan chicas en todas las paginas*/
/*padding-right:10px;*/
position:relative;
top:89px;
}

.quitartop {
    top: 0px !important;
}

.modulosnuevos{
margin:0 auto 0 auto;
width: 100% !important;
padding: 0px !important;
}

#contentcolumn{
margin-top: 10px;
margin-left: 10px; /*Set left margin to LeftColumnWidth*/
}

#spinner{
    display:none;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('/static/img/FhHRx.gif')
                50% 50%
                no-repeat;
}

#spiffycalendar {
	width: 220px;
	height:197px;
	/*top: 100px !important;*/
	position: absolute;
	visibility: hidden;
	font-family: Verdana,  Arial, sans-serif;
}

#footer, #footer *
{
    display: none;
}

@media print
{
    #footer, #footer *
    {
        display: none;
    }

    #user-tools, #user-tools * {
        display: none;
    }

    #header_left, #header_left * {
        display: none;
    }

    #contentwrapper {
        top: 0px;
    }


}

.related-lookup {
    width: 10px;
    height: 10px;
    background-image: url(../../img/thumb.png);
}


.add-another, .related-lookup {
margin-left: 5px;
display: inline-block;
}
