﻿/* CSS layout */
body 
{
    min-width: 900px;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#masthead {
	background: #fff url(i/bglogo.gif) repeat-x;
    height: 100px;

}

#top_nav {
	background: url(i/bgbarratop.gif) repeat-x;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 11px;
    text-align: right;
    padding-right: 20px;

}
#top_nav a {
	color: #fff;
    font-weight: bold;
}
#botonera {
	background: #6e767e;
    height: 24px;
    border-top: 1px solid #456;
    line-height: 24px;
    border-bottom: 1px solid #456;
    color: #fff;
    
}
#botonera a.off, #botonera a.on 
{
    background: #868f98;
    width: 120px;
    margin-right: 1px;
    line-height: 24px;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
}
#botonera a.off:hover 
{
    background: #a5adb5;
}
#botonera a.on
{
    background: #998c7f;
}

/*#container {
	position: relative;
	padding-top: 2em;
	width: 100%;
}*/

#page_content {
	/*margin-right: 210px;*/
	padding: 20px 20px 20px 10px;
}

#right_col {
	width: 200px;
	background: #e9eef4;
	border-bottom: 2px solid #6c92b5;
	padding: 10px 10px 20px 10px;
	right: 0px;
	top: 0px;
}

#footer {
	padding: 2em 0;
	/*font-size: smaller;*/
	color: #666;
	text-align: center;
}

/* tipos etc */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: #fff;	
}
body, td, th
{
    font-size: 12px;
}

a {
	color: #036;	
}
a:hover{
	color: #369;
}
h1 {
	font-size: 18px;
	color: #789;

}
h2 {
	font-size: 16px;
	color: #456;
}

h3 
{
    border-bottom:1px solid #789;
}

#right_col h2 {
	border-bottom: 1px solid #6c92b5;
	padding-bottom: 2px;	
}
#right_col a {
	/*display: block;*/
	color: #3d5f7f;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 8px;
}
#right_col a:hover {
	color: #B27A6B;
}
#right_col a.grande
{
	font-size: 120%;	
}

/* tablas */

tr.filtros td {
	background: #d5dfea;
/*	background: #eae4dd;*/
	background: #fff;
	color: #567;
	font-weight: bold;
	border-bottom: 1px solid #667788;
}
tr.filtros td a {
	font-weight: bold;
}
tr.encabezado td {
	background: #e9eef4;
	color: #3c587a;
	font-weight: bold;
}
tr.alt {
	background: #f1f2f3;
}
a img {
	border: none;
}
input.btn_submit
{
    background-color: #B1A69B;
    color: #fff;
    font-weight: bold;
    font-size: x-small;
}
/* cuadros */
.topcuadro 
{
    background: #456 url(i/flecha.gif) no-repeat 4px center;
    color: #fff;
    font-weight: bold;
    padding: 4px 4px 4px 16px;   
}
.bodycuadro
{
    border: 1px solid #abc;
    padding: 4px 4px 8px 4px; 
   /* border-bottom: 3px solid #abc;*/
}
p.seccioncuadro
{
    font-weight: bold;
    color: #678;
    border-bottom: 1px dotted #89a;
}
.piecuadro
{
    text-align: right;
    background: #efefef;
    padding: 2px 12px;
    border: 1px solid #abc;
    border-width: 1px 1px 3px 1px;
}
.piecuadro a
{
    font-weight: bold;
    text-decoration: none;
}
.peq 
{
    font-size: smaller;
    color: #666;   
}
a.cliente 
{
    color: #c60;
    text-decoration: underline;
    font-weight: bold;
}
a.cliente:hover 
{
    color: #930;
    text-decoration: underline;
}
a.doc, a.doc:visited
{
    color: #369;
    font-weight: bold;
    text-decoration: none;
}
a.doc:hover
{
    text-decoration: underline;
}
a.carpeta, a.carpeta:visited
{
    color: #654;
    text-decoration: none;
    font-weight: bold;
}
a.carpeta:hover
{
    text-decoration: underline;
}

ul 
{
    padding-left: 2em;
}
li
{
    margin: 0 0 0.5em 0;
    padding: 0 0 0 4px;
    list-style-type: square;
    list-style-position: outside;
}

ul 
{
    list-style-type: square;
    margin: 0;
    
}
ul.carpetas 
{
    list-style-image: url(i/i_carpeta.gif);
}
ul.docs
{
    list-style-image: url(i/i_nuevodoc.gif);
}
ul.clientes
{
    list-style-image: url(i/i_cliente.gif);
}

input, select, textarea
{
    font-family: Verdana, Geneva, Sans-Serif;
    color: #333;    
    border-color: #ccc;
    border-width: 1px;
    font-size: 12px;    
    /*border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
*/
    border-style:solid;
}
input.btnSubmit
{
    background: #789;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    border: 1px outset #abc;
}

ul.usuarios
{
       /*list-style-image: url(i/i_usuario.gif);*/
}
ul.carpetas li, ul.clientes li, ul.docs li, ul.usuarios li
{
   /* border-bottom: 1px dashed #ccc;*/
    line-height: 16px;    
}

table.formControls
{
    border: 1px solid #456;
}
table.formControls td.header
{
    color: #fff;
    font-weight: bold;
    background: #456;
}
table.form 
{
    border: 1px solid #abc;    
}
table.form td 
{
    padding: 4px;
}
table.form tr.header td
{
    background: #456;
    color: #fff;
    font-weight: bold;
}

/* panel invisible */
.panelOculto
{
    /*text-align: center; */
    background: #efefef; 
    /*width: 350px; */
    padding: 4px 8px; 
    border: 2px solid #ccc; 
    display: none; 
    margin: 0 0 1em 0;
    
}
.panel 
{
    background: #efefef; 
    /*width: 350px; */
    padding: 4px 8px; 
    border: 2px solid #ccc;    
    margin: 0 0 1em 0;
}
img.logocliente
{
    border: 2px solid #ccc;
    padding: 3px;
}

/* TABS *****************************/

#tabs 
{
    height: 29px;
    background: #cde;  
    border: 1px solid #abc;
    border-bottom: none;
    /*border-bottom: 1px solid #ddd;*/
    padding: 2px 0 0 0; 
    min-width: 500px;    
}
#tab-set {
	margin:0;
	padding:0;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1em;
	
}
#tab-set li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-align:center;
	list-style-type: none; 
}
#tab-set a {
	display:block;
/*	
    background-image: url('/extranet/i/flechaboton.gif');
	background-position: 4px center;
	background-repeat: no-repeat;
*/
	/*color:#39648A;*/
	width: 150px;
	text-decoration:none;
	font-weight:bold;
	background-color:#eee;
	margin:0 0 0 3px;
	padding:6px 3px 7px 3px;
	border-top:1px solid #abc;
	border-left: 1px solid #abc;
	border-right: 1px solid #abc;
	border-bottom:2px solid #bcd;
	height: 13px;
}
#tab-set a:active 
{
    outline: none;
}
#tab-set a:hover 
{
    background-color: #def;
}
#tab-set a.here {
	/*color:#000000;*/
	background-color:#ffffff;
	margin:0 0 0 3px;
	border-top:1px solid #ccc;
	border-bottom:2px solid #FFFFFF !important;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#tab-set a.here:hover {
	background: #fff;
}