/* Body. */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	

}

h1{
	font-size: 14px;
	}
h2{
	font-size: 13px;
	margin-bottom: 5px;
	}
/* Links. */

a {
    font-weight: normal;
    text-decoration: none;
    color:black;
}

a:hover {
    text-decoration: underline;
}

/* Window. */

#window {
    background-color: #fff;
    padding: 7px;
    width: 100%;
}

/* Page title. */

#header {
    /*background-color: #097099;*/
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    width: 99%;
}

#header img {
	border:none;
}

/* Page body. */

#pageBody { 
    margin-top: 5px;
    width: 100%;
}

/* Sidebar. */

#sidebar {
    float: left;
    width: 18%;
}

#sidebar a {
    
}

#sidebar ul {
    list-style: none;
    padding-top: 5px;
    /* Hack for correct indentation (the following three lines). */
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

#sidebar li {
    padding: 0 0 5px 5px;
}

#sidebar img {
	border:none;
}
/* Content. */

#content {
	display: inline;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom:15px;
    float: right;    
    text-align: left;
    width: 80%;
    color:black;
    font-weight: normal;
    
}
#content a {
    text-decoration: underline;
}


#content a:hover {
    text-decoration: underline;
}


#content ul {
    width:70%;
}

#content li {
    padding: 5px 5px 5px 5px;
    border: solid white 3px;
    background-color:#eeeeee;
}

#content h2 {
    	font-size: 15px;
}

#detalle{
	float: left;    
    width: 70%;
	}
#detalle h2{
	
	}	

#info{
	float: left; 
	margin-left:5px;
	padding-left:5px;   
    width: 25%;
	background-color:#eeeeee;
	    
	}

#info h2 {
    font-size: 13px;    
}
p.info {
    font-size: 16px;
}

/* Forms. */

form {
    width: 100%;
}

div.field {
    clear: both;
    padding-top: 1em;
    width: 100%;
}

div.field span.label {
    float: left;
    text-align: right;
    font-weight: bold;
    width: 49.5%;
}

div.field span.entry {
    float: right;
    text-align: left;
    width: 49.5%;
}

div.button {
    clear: both;
    padding-top: 1em;
    text-align: center;
    width: 100%;
}

input, select, textarea  {
    background-color: #f4f4f4;
}

/* General properties. */

table th, strong {
    font-weight: bold;
}

table th, td {
    font-size: 12px;
}

/* Account details. */

table.accountDetails {
   margin: 0 auto;
   border: #000 1px solid;
   text-align: left;
   width: 35%;
}

table.accountDetails th {
    width: 60%;
}

table.accountDetails td {
    width: 30%;
}

/* User's accounts. */

table.userAccounts {
   margin: 0 auto;
   text-align: center;
   width: 35%;
}

/* Account operations. */

table.accountOperations {
   margin: 0 auto;
   text-align: center;
   width: 45%; 
}

/* "Previous" and "Next" links. */

div.previousNextLinks {
    margin-left: 10%;
    width: 80%;    
    margin-bottom: 10px;
}

div.previousNextLinks span.previousLink {
    float: left;
    text-align: left;
    width: 49.5%;
}

div.previousNextLinks span.nextLink {
    float: right;
    text-align: right;
    width: 49.5%;
}

/* Error messages. */

.errorMessage {
    font-weight: bold;
    color: red;
    margin-left: 5px;
}


/* Footer. */

#footer {
    clear: both;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    border-top: #000 1px solid; 
    width: 100%;
    background-color: black;
}






