/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/06/2014, 11:17:38
    Author     : adingianna
*/

body {
    margin: 0;
    background: silver;
    font-family: Arial;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
}

table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px silver solid;
}

td, th {
    padding: 3px 6px;
}

td {
    text-align: left;
    vertical-align: top;
}

ul {
	list-style: circle;
}

a {
	color: #045FB4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
    width: 100%;
    background: white;
    margin: 0;
}

#header {
    padding: 10px;
    color: whitesmoke;
    background: #2f7097;
    margin: 0;
}
#header h1,h2,h3{
    display:inline-block;
}

#contenido {
    padding: 10px;
}

#contenido h2 {
    color: darkred;
    font-weight: bold;
}

#footer {
    background: #2f7097;
    color: white;
    padding: 10px;
}

#user_area {
    float: right;
    width: 350px; 
}

#user_area a{
    color:white;
}

#error_area {
    color: red;
}

.tbl_filter{
    border-style: none;
}

.tbl_filter td{
    border-style: none;
}

.tbl_filter label{
    float:right;
    padding-top: 4px;
}

.boton{
    margin:10px;
}

.boton a:hover{text-decoration:none;}

.boton a{text-decoration:none;}

.element-invisible { 
    position: absolute !important; 
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
    clip: rect(1px, 1px, 1px, 1px); 
}