body{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%; 
    max-height: 100%; 
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

h2 { font-size: 18px; letter-spacing: 3px; border-bottom: solid 2px #ABABAB; }

h3 { font-size: 18px; font-family: "Futura Md BT", Verdana, Arial; margin: 2px; letter-spacing: 1px; }
h1 { font-size: 24px; font-family: "Futura Md BT", Verdana, Arial; margin: 10px; letter-spacing: 2px; }

#Lateral{
    position: absolute;
    top: 0;
    bottom: 0; 
    left: 0;
    width: 200px; /*Width of frame div*/
    height: 100%;
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background: rgb(105, 105, 105);
    color: #ffffff;
}

#logo{ margin: 10px; text-align: right; }

#menuL ul {
	padding: 8px 0px 8px 8px;
	margin: 0;
	list-style: none;
	font-family: Verdana, Tahoma, Arial;
}		
#menuL ul li {
	line-height:32px;
	color: #ffffff;
	width: 100%;
	border-bottom: 1px dotted #ffffff;
}
#menuL ul li a {
	color: #ffffff;
	display:block;
	padding: 0 0 0 10px;
	font-size: 14px;
	text-decoration: none;
}
#menuL ul li a:hover {
	background-color: #ffffff;
	color: #3B3B3B;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: right;
	padding: 0 3px 0 0;
}


#usuario
{
    background-color: #ffffff;
    float: right;
    margin-top: 30px;
	text-align: right;
	min-width: 100px;
	padding: 5px;
	color:black;
	
    border-radius: 64px 0px 0px 66px;
    -moz-border-radius: 64px 0px 0px 66px;
    -webkit-border-radius: 64px 0px 0px 66px;
    border: 0px solid #000000;
}	
}

#usuario span
{
    background-color: #ffffff;
    color: #000000;
}

#usuario a
{
    background-color: #ffffff;
}

#Principal {
    position: fixed;
    top: 5px; 
    left: 200px; /*Set left value to WidthOfFrameDiv*/
    right: 0;
    bottom: 0;
    overflow: auto; 
    background: #fff;
}

.areaTrabajo{
    margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
    padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #Principal { /*IE6 hack*/
    height: 100%; 
    width: 100%; 
}

#login { margin-left: auto; margin-right: auto; width: 500px; background: #ffffff; border: solid 2px #ABABAB; }

/* Avisos */
.Aviso
{
    border: 1px solid #EEEEEE;
    color: #000;
    margin-bottom: 8px;
    padding: 5px;
}

.Error
{
    background: #FF9966;
}

.Success
{
    background: #33FF66;
}

.Info
{
    background: #F5F5F5;
}

.Warning
{
    background: #FFFF99;
}


.txtCtr {
	text-align: center;
}
.txtDer {
	text-align: right;
}
.txtIzq {
	text-align: left;
}

table a,
table a:link,
table a:visited {
	border:none;
}	
table {
	width:100%;
	border-top:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	margin:1em auto;
	border-collapse:collapse;
}	
tr.odd td {
	background:#f7fbff
}
tr.odd .column1	{
	background:#DCDCDC;
}	
.column1 {
	background:#f9fcfe;
}
td {
	color:#678197;
	border-bottom:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	padding:.3em 1em;
}				
th {
	font-weight:normal;
	color: #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	padding:.3em 1em;
}							
thead th {
	background: #DCDCDC;
	text-align:center;
    font-weight: bold;
    font-size: 1.2em/2em;
	color: black;
}
thead td {
	color:#678197;
	border-bottom:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	padding:.3em 1em;
    text-align: right;
}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
}	
tfoot th strong {
    font-weight: bold;
    font-size: 1.2em;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}

table.sinBordes { border: none; }
table.sinBordes td { border: none; }

.label {
	width: 150px; text-align: right; letter-spacing: 1px; font-weight: bold;
}
.label2 {
	width: 200px; text-align: right; letter-spacing: 1px; font-weight: bold;
}
.input {
	text-align: left;
}
.dato {
	text-align: left; font-weight: bold;
}

#acordeon h3 {
    border: 1px solid #DCDCDC;
    padding:.3em 1em;
    cursor: pointer;
    background: #f4f9fe;
}