﻿/* CSS Document */
html, body, form#form1, table#tdContenido, .tdMenuIzq {
    height: 100%;
}

body {
min-width: 650px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    color: #333;
}

img {
	border: 0;
}

a {
    font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
    text-decoration: none;
}

/**********************/

.tituloGestion {
    font-size: 16px;
    font-weight: bold;
}
.tituloPagina {
    font-size: 15px;
    margin-bottom: 15px;
}

.tdMenuIzq {
    vertical-align: top;
    min-width: 185px;
    width: 185px;/**/
}

/**********************/
.fecha {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

.btnSesion {
	background-color: #B70000;
	font-size: 10px;
    padding: 5px 12px;
	color: #FFF;
	text-transform:uppercase;
	line-height: 25px;
}
.btnSesion:hover {
	background-color: #8C0000;
	color: #FFF;
}

.imgBut {
	cursor: pointer;
	vertical-align: middle;
	margin-bottom: 5px;
}
/**********************/
#ulMenu {
    margin: 0;
    padding: 0;
    width: inherit;
}
#ulMenu li {
    margin:0;
    height: 25px;
    padding-left: 25px;
    line-height: 25px;
    width: 100%;
}
#ulMenu li a{
    display: block;
    font-weight: normal;
    color: #333;
}
#ulMenu .menu_off {
	clear:left;
    padding-left: 30px;
}
#ulMenu .menu_off:hover {
    border-left: 5px solid #333;
	background-color: #F5F5F5;
    padding-left: 25px;
}
#ulMenu .menu_on {
    border-left: 5px solid #61BF1A;
}
#ulMenu .menu_on a {
    font-weight: bold;
    color: #333;
}


/**********************/
.tabla_login {
	border:  1px solid #DDD;
	background-color: #F5F5F5;
}
.divBuscador {
	border:  1px solid #DDD;
	background-color: #F5F5F5;
	margin-bottom:10px;
}
.Version {
	color: #706E7C;
	font-weight: normal;
	font-size: 10px;
}
/**********************/

.divSeleccion {
    float: left;
    border:  1px solid #DDD;
    margin-right: 20px;
}
.divSeleccion img {
    width: 40px;
    float: left;
    margin-right: 20px;
}
.divSeleccion a {
    padding: 10px 20px 30px 20px;
    font-size: 14px;
    display: block;
	background-color: #FFF;
}
.divSeleccion a:hover {
	background-color: #F5F5F5;
}


.negrita {
	font-weight: bold;
}
.boton {
    border: 0;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0 0 5px;
    padding: 5px 12px;
    cursor: pointer;
	text-transform:uppercase;
	background-color: #666;
}

.boton:hover {
    background-color: #333;
}

.botonElim {
	background-color: #B70000;
}

.botonElim:hover {
	background-color: #8C0000;
	color: #FFF;
}

a.boton, a.boton:hover {
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}

.botonVolver {
    background-color: #0174DF;
}

.botonVolver:hover {
        background-color: #0080FF;
}

/**********************
 *    Formularios     *
/**********************/
ul {
	list-style-type: none; /*margin:0 auto 30px auto; 	border: solid 1px #999999;*/
	padding: 10px;
	margin: 0;
}

li {
	display: block;
	margin: 4px 0;
	padding: 4px 5px 2px 5px;
	position: relative;
}

.txtForm {
    float: left;
    margin-bottom: 10px;
    min-width: 180px;
    color: #999;
}
.txtForm span {
    font-weight: bold;
    color: #333;
}
.divBusca {
    float: left;
    padding: 0 40px 15px 0;
    white-space: nowrap;
}
.divBusca  label {
    display: block;
}

/* Pestañas */
.pestanas {
    padding-bottom: 4px;
    border-bottom: 1px solid #DDD;
}
.pestana {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 5px 15px;
    background-color: #FFF;
    white-space:nowrap;
}

.pestanaSel {
    padding-top: 7px;
}

.pestanaNoSel {
    background-color: #D3D3D3;
}

.divPestana {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 0 10px 20px 10px;
    background-color: #FFF;
    min-height: 150px;
    text-align: left;
}

.dvApartado 
{	
	margin-bottom:5px;
	padding: 20px 0 4px 2px;	
	color: #000;
	border-bottom: solid 2px #000;
	clear:both;
}

.dvApartado div {
    font-size: 13px;
}

.apartado 
{
	font-weight: bold;
	line-height:20px;
	color: #000;		
}

.apartadoBtns {
	margin-top:15px;
}

.tdPdf 
{
    text-align: right;
}

.error_login {
	float: right;
	margin-top: 5px;
	color: red;
	font-weight: bold;
}

.campoForm {
	float:left;
	margin-bottom:10px;
	margin-right: 40px;
}
.btnsApartado {
   float: right;
   text-align:right;
}
.btnsApartado a.boton {
    padding: 6.5px 12px;
    display: block;
}
.iconsHome {
    margin: 30px 0;
}
.iconsHome div{
    float: left;
    margin: 0 20px 50px 0;
}
.iconsHome div a{
    display: block;
    width: 150px;
    height: 64px;
    padding-left: 70px;
}
.iconsHome div.default_Clientes{
	background: url("../img/default_world.png") no-repeat left top;
}
.iconsHome div.default_Contactos{
	background: url("../img/default_messenger.png") no-repeat left top;
}
.iconsHome div.default_Presupuestos{
	background: url("../img/default_list.png") no-repeat left top;
}
.iconsHome div.default_Facturas{
	background: url("../img/default_money_bag.png") no-repeat left top;
}
.iconsHome div.default_Mantenimientos{
	background: url("../img/default_hammer.png") no-repeat left top;
}
.iconsHome div.default_Horas{
	background: url("../img/default_clock.png") no-repeat left top;
}
.iconsHome div:hover{
    background-position: left bottom;
}

.ocultar {
	display:none;
}

/* Noticia */
.titular {
	width: 450px;
}

.img_noticia {
	float:left;
	height: 80px;
	width: 107px;
}

.botones {
    /*border: 1px solid #000;*/
    clear: both;
    /*margin: 0 auto;*/
    padding-top:10px;
    overflow: hidden;
    text-align:center;
    width:400px;
}