table.formulario{ margin: 10px 3px; width:99%; }

table.formulario td {
	vertical-align: top;
	text-align: left;
}

table.formulario td.etiqueta{
	vertical-align: top;
	color:#3f3f3f;
	text-align: left;
	width: 125px;
}

table.formulario td.etiqueta span{
	padding: 2px 4px 2px 4px;
	width: 125px;
	display: block;
	border-bottom:1px solid #d4d4d4;
}
label.etiqueta {
		display: block;
		font-size: 10px;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 3px;
	}
	
label.error {
	background: none repeat scroll 0 0 #F6F6F6;
    color: #FF0000;
    display: inline;
    float: left;
    font-size: 10px;
    font-style: italic;
    padding-left: 10px;
    position: absolute;
}


/*
--------------------------------------------------------------------------------
What:	"Oranges in the sky" Styles(Table data design)
Who:	Krasimir Makaveev(krasi [at] makaveev [dot] com)
When:	15.09.2005(created)
--------------------------------------------------------------------------------
*/

table.adjuntos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
}

table.adjuntos caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

/*table.adjuntos a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}*/

/*table.adjuntos a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}
*/
table.adjuntos tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

/*table.adjuntos tr th a:hover {
	color: #fff;
	background: #369;
}*/

table.adjuntos thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.adjuntos tfoot tr th, table.adjuntos tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.adjuntos tfoot tr th {
	/*width: 20%;*/
}

table.adjuntos tfoot tr td {
/*	width: 80%;*/
}

table.adjuntos td, table.adjuntos th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
	/*width: 20%;*/
}

table.adjuntos tr.odd th, table.adjuntos tr.odd td {
	background: #efefef;
}


#sidebar #main-nav {
    font-family: Helvetica,Arial,sans-serif;
    margin: 0 0 0 15px;
    padding: 0;
    width: 206px;
}
#sidebar #main-nav li {
    list-style: none outside none;
    padding-bottom: 10px;
    text-align: right;
}
#sidebar #main-nav li a.nav-top-item {
    background: url("../images/bg-menu-item-green.gif") no-repeat scroll right center transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
}
#sidebar #main-nav li a.current {
    background-image: url("../images/bg-menu-item-current.gif") !important;
    color: #333333;
    font-weight: bold;
}
#sidebar #main-nav li a.current:hover {
    color: #333333;
}
#sidebar #main-nav ul {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#sidebar #main-nav ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: right;
}
#sidebar #main-nav ul li a {
    color: #AAAAAA;
    display: block;
    font-size: 13px;
    line-height: 1.1em;
    padding: 5px 15px;
}
#sidebar #main-nav ul li a:hover, #sidebar #main-nav ul li a.current, #sidebar #main-nav ul li a.current:hover {
    color: #FFFFFF;
}
#sidebar #main-nav ul li a.current {
    background: url("../images/menu-current-arrow.gif") no-repeat scroll right center transparent !important;
}

button.ui-datepicker-trigger{
	vertical-align:middle;
}


.marginTop{
	margin-top:-100px !important;
}
.marginTopOFF{
	margin-top:0 !important;
}