/* prueba sincro/*
/*******************************************************************
	INFO
*******************************************************************/
	/* COLORES */ /*
		bg contenedor: fff
		bg contenido: f2f2f2
		bg menu,bg pie: f2f2f2
		texto menu: 008080
		bg datos: fafafa		
		
	*/
@import 'resset.css';

@import 'menu_hor_nuevo.css';

@import 'menu_ver_nuevo.css';

/******************************************************
   ELEMENTOS GENERALES
/*****************************************************/
h1 {
	
}

h2 {
	
}

h3 {
	color: #c00;
	margin-bottom: 10px;
	font-size: 1.2em
}

h4 {
	background: #e2e2e2;
	padding: 5px;
	margin-bottom: 10px;
}

/*******************************************************************
	CONTENEDORES
*******************************************************************/
#contenedor {
	min-width: 1260px;
}

#cabecera {
	width: 100%;
	height: 80px;
	background: #fff;
}

#contenido {
	margin-top: 2px;
	padding-top: 10px;
	width: 100%;
	min-height: 600px;
	height: auto;
	background: #f2f2f2;
}

#pie {
	padding-top: 25px;
	width: 100%;
	background: #333;
	height: 100px;
}

#pie ul.datos_pie {
	float: left;
	margin-right: 20px;
}

#pie ul.datos_pie li {
	float: left;
	margin-right: 5px;
	color: #ccc;
	font-size: 10px;
}

#pie ul.datos_pie li.th {
	font-weight: bold;
}

#pie ul.datos_pie li.td {
	
}

#pie ul.aviso,#pie ul.aviso a {
	margin-top: 25px;
	color: white;
	text-align: center;
}

#tool_bar {
	height: 30px;
	top: -5px;
	position: relative;
	z-index: 100;
	background: Lavender url(../imagenes/menu/image_drop_back.gif) repeat-x;
	padding-left: 5px;
	min-width: 800px;
}

#datos { /*margin-left:120px;*/
	float: left;
	padding: 5px;
	width: 1060px;
	min-height: 500px;
	height: auto;
	border: 1px solid #ccc;
	background: #fafafa;
	overflow: hidden;
}

.lateral {
	padding: 5px;
	background: #ffffff;
	border: #ccc 1px solid;
	overflow: hidden;
	margin-bottom: 15px;
}

#sidebar {
	margin-left: 5px;
	padding: 5px;
	float: left;
	width: 100px;
	background: #fafafa;
	border: #ccc 1px solid;
}

li#nombre_seccion {
	border: #585858 2px solid;
	padding: 2px;
	background: #A4A4A4;
	color: #585858;
	font-size: 14px;
	font-weight: bold;
}

/*************************
	COLUMNAS
*************************/
.columna_xs,.columna_s,.columna_m,.columna_l,.columna_xl,.columna_xxl,.columna_3xl,.columna_4xl
	{
	float: left;
	padding: 2px;
}

.columna_xs {
	width: 200px;
}

.columna_s {
	width: 300px;
}

.columna_m {
	width: 400px;
}

.columna_l {
	width: 450px;
}

.columna_xl {
	width: 600px;
}

.columna_xxl {
	width: 620px;
}

.columna_3xl {
	width: 800px;
}

.columna_4xl {
	width: 1050px;
}

/*************************
	VENTANAS (pop ups)
*************************/
#popup {
	position: absolute;
	top: 100px;
	left: 175px;
	z-index: 500;
	background: #dae6f7;
	color: #008080;
	background: #dae6f7 url(../imagenes/cerrar_popup.jpg) top right
		no-repeat;
}

#popup ul {
	height: 35px;
}

.popup_300,.popup_400,.popup_600,.popup_712,.popup_800 {
	border: #176877 1px solid;
}

.popup_300 {
	width: 300px;
	padding-top: 30px;
}

.popup_400 {
	width: 400px;
	padding-top: 30px;
}

.popup_600 {
	width: 600px;
	padding-top: 30px;
}

.popup_712 {
	width: 712px;
	padding-top: 30px;
}

.popup_800 {
	width: 800px;
	padding-top: 30px;
}

#popup_select {
	height: 250px;
}

#popup_input {
	height: 200px;
}

#popup_linea {
	height: 120px;
}

#popup_etiqueta {
	height: 350px;
}

#popup_etiqueta li {
	float: left;
}

#popup_movim {
	height: 250px;
}

#actualizando {
	color: red;
	width: 100px;
	height: 100px;
	background: url(../imagenes/refresh.png) 25px 30px no-repeat;
}

.aspa {
	background-color: transparent;
	width: 35px;
	height: 25px;
	margin-top: -30px;
	float: right;
}

.cuerpo_popup {
	padding: 5px 10px;
}

/*************************
	TABLAS 
*************************/ /* NO-TABLAS */
.cab_secciones {
	width: 900px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 10px;
}

.det_secciones,.det_secciones_2 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #585858;
	width: 900px;
	overflow: auto;
}

.det_secciones {
	height: 400px;
}

.det_secciones ul {
	height: 20px;
	margin-bottom: 5px;
}

.det_secciones ul:hover {
	
}

.cab_secciones li,.det_secciones  li,.det_secciones_2  li {
	float: left;
	/*margin-left:4px;*/
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
	border: #fafafa 1px solid;
}

.cab_secciones#cab_ticket {
	margin-top: 15px;
	height: 10px;
}

.cab_secciones li {
	text-align: left;
	color: #fff;
	background: #333;
	font-weight: bold;
	margin-bottom: 3px;
}

.cab_secciones#cab_ticket li {
	margin-bottom: 2px;
}

.det_secciones  li,.det_secciones_2  li {
	background: #f3f3f3;
	margin-bottom: 3px;
}

.det_secciones  a,.det_secciones  a:link,.det_secciones  a:visited {
	display: block;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #585858;
}

.det_secciones  a:hover {
	color: #fafafa;
	background: #c00;
}

#total {
	margin-top: 2px;
	padding: 5px;
	width: 800px;
	background: #fff;
	color: #008080;
}

#total p {
	
}

/***********************
	COLUMNAS TABLAS
***********************/ /* Comunes */
li.id,li.id a {
	width: 50px;
}

li.email {
	width: 200px;
}

li.telefono {
	width: 150px;
}

li.fecha {
	width: 80px;
}

/* Usuarios */
li.login {
	width: 100px;
}

li.usuario {
	width: 250px;
}

li.grupo {
	width: 150px;
}

li.concesionario {
	width: 200px;
}

/* Concesionarios */
li.c_nombre {
	width: 350px;
}

li.c_descripcion {
	width: 350px;
}

/* vehiculos */
li.v_marca {
	width: 100px;
}

li.v_modelo {
	width: 250px;
}

li.v_acabado {
	width: 350px;
}

/* cliente */
li.cliente {
	width: 300px;
}

li.cif {
	width: 100px;
}
/* rapel */
li.r_fecha {
	width: 100px;
}
li.r_importe{
	width: 100px;
}
/* Estadisticas */
li.es_concesionario {
	width: 100px;
}
li.es_provincia {
	width: 100px;
}
li.e_conces {
	width: 135px;
}
li.e_conces_ext {
	width: 400px;
	background:#666;
	color:white;
	font-weight: bold;
}

li.e_usuario {
	width: 80px;
}


li.e_modelo {
	width: 110px;
}

li.e_porc {
	width: 45px;
	text-align: right;
}

li.e_renta {
	width: 55px;
	text-align: right;
}

li.e_importe {
	width: 65px;
	text-align: right;
}
li.e_importe_cf {
	width: 100px;
	text-align: right;
}
li.ev_usuario {
	width: 200px;
}
li.ev_vehiculo {
	width: 150px;
}
li.ev_renta {
	width: 200px;
}
li.ec_cliente {
	width: 200px;
}

li.ec_bastidor {
	width: 140px;
}
li.ec_vacio {
	width: 520px;
}
li.ec_financiacion {
	width: 266px;
}
li.ec_seguros {
	width: 199px;
}
li.ec_accesorios {
	width: 132px;
}
li.ec_extracares {
	width: 199px;
}
/* costes */

li.cf_concesionario {
	width: 200px;
}
li.cf_fecha {
	width: 80px;
}
li.cf_importe {
	width: 100px;
}


/* Ventas */
li.v_vendedor {
	width: 250px;
}

li.v_concesionario {
	width: 200px;
}

li.v_bastidor {
	width: 120px;
}
li.v_fecha {
	width: 70px;
}
li.v_control {
	width: 170px;
}

/* Ventas_vo */
li.vo_vendedor {
	width: 200px;
}

li.vo_concesionario {
	width: 190px;
}

li.vo_bastidor {
	width: 120px;
}
li.vo_control {
	width: 160px;
}

li.vo_matricula {
	width: 70px;
}
li.vo_fecha {
	width: 70px;
}

/* Ivas*/
li.i_descripcion {
	width: 250px;
}

li.i_importe {
	width: 200px;
}

li.i_importe a {
	width: 200px;
	text-align: right;
}

li.i_defecto {
	width: 200px;
}

/**/
li.borrado {
	color: red;
	font-weight: bold;
}

/******************************************************
   FORMULARIOS 
/*****************************************************/
ul.formulario {
	margin-bottom: 10px;
	font-size: 11px;
	float: left;
	width: 100%;
}

ul.formulario li {
	float: left;
	display: inline;
}

ul.formulario img {
	border: #ccc 5px solid
}

ul.formulario ul.pie {
	clear: left;
	margin-top: 50px;
}

ul.formulario li.th,ul.formulario li.th_p,ul.formulario li.th_m,ul.formulario li.th_g
	{
	margin-left: 5px;
	height: 25px;
	color: #fff;
	background: #333;
	font-weight: bold;
	line-height: 25px;
	text-indent: 5px;
}

ul#det_pres {
	width: 730px;
}

input,textarea {
	padding: 2px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: #CCC solid 1px;
	background-color: #fafafa;
	color: #333;
}

input {
	height: 19px;
	line-height: 20px;
}

select {
	font-size: 11px;
	height: 25px;
}

select.verde,input.verde {
	background-color: #58FA58;
}

select.naranja,input.naranja {
	background-color: #FF981F;
}

input.boton_p,input.boton_m,input.boton_g {
	margin: 5px;
	height: 25px;
	border: none;
	background: #c00;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}

input.boton_p {
	width: 20px;
}

input.boton_m {
	width: 40px;
}

input.boton_g {
	width: 80px;
}

input.examinar {
	height: 25px;
	size: 100%;
}

.especial {
	border: none;
	width: 10px;
}

input.entrada_sp {
	width: 25px;
}

input.entrada_p,select.entrada_p {
	width: 50px;
}

input.entrada_l,select.entrada_l {
	width: 80px;
}

input.entrada_m,select.entrada_m {
	width: 150px;
}

input.entrada_g,select.entrada_g {
	width: 250px;
}

input.entrada_sg {
	width: 500px;
}

input.derecha {
	text-align: right;
}
textarea.entrada_g {
	height: 120px;
	width: 380px;
}
textarea.entrada_sg {
	height: 60px;
	width: 627px;
}

textarea.entrada_xg {
	height: 250px;
	width: 627px;
}

span.id { /* display:none; */
	font-size: 0.8em;
	background: yellow;
	color: red;
}

li.th {
	width: auto;
}

li.th_p {
	width: 50px;
}

li.th_m {
	width: 90px;
}

li.th_g {
	width: 150px;
}

span.verde {
	background: green;
	color: black;
}

/************************
	VENTAS
************************/
form#formulario_sec_ventas {
	float: left;
	margin: 0;
	padding: 0;
}

ul.formulario_ventas {
	font-size: 11px;
	width: 100%;
	margin: 7px 0;
	height: 30px;
}

ul.formulario_ventas li {
	float: left;
	display: inline;
	margin-bottom: 2px;
}

ul.formulario_ventas img {
	border: #ccc 5px solid
}

ul.formulario_ventas ul.pie {
	clear: left;
	margin-top: 50px;
}

ul.formulario_ventas li.th,ul.formulario_ventas li.th_p,ul.formulario_ventas li.th_m,ul.formulario_ventas li.th_g
	{
	margin-left: 5px;
	height: 25px;
	color: #fff;
	background: #333;
	font-weight: bold;
	line-height: 25px;
	text-indent: 5px;
}

ul.formulario_ventas li.th {
	width: auto;
}

ul.formulario_ventas li.th_p {
	width: 50px;
}

ul.formulario_ventas li.th_m {
	width: 85px;
}

ul.formulario_ventas li.th_g {
	width: 150px;
}

ul.formulario_ventas li.dh,ul.formulario_ventas li.dh_p,ul.formulario_ventas li.dh_m,ul.formulario_ventas li.dh_g,ul.formulario_ventas li.dh_esp1
	{
	margin: 0 3px;
	height: 25px;
	color: #333;
	background: #fff;
	line-height: 25px;
	text-indent: 5px;
}

ul.formulario_ventas li.dh_p {
	width: 50px;
}

ul.formulario_ventas li.dh_m {
	width: 50px;
}

ul.formulario_ventas li.dh_g {
	width: 150px;
}

ul.formulario_ventas li.dh_esp1 {
	width: 125px;
}

ul.formulario_ventas input.entrada_p {
	width: 50px;
}

ul.formulario_ventas input.entrada_l {
	width: 80px;
}

ul.formulario_ventas input.entrada_m {
	width: 100px;
}

ul.formulario_ventas input.entrada_g {
	width: 240px;
}

ul.formulario_ventas input.entrada_sg {
	width: 500px;
}

ul.formulario_ventas select.entrada_p {
	width: 50px;
}

ul.formulario_ventas select.entrada_l {
	width: 80px;
}

ul.formulario_ventas select.entrada_m {
	width: 105px;
}

ul.formulario_ventas select.entrada_g {
	width: 240px;
}

ul.formulario_ventas input.entrada_sg {
	width: 500px;
}

.detalle {
	width: 620px;
	height: auto;
	background: #FF9;
}

.detalle2 {
	width: 100%;
	height: auto;
	background: #FF9;
}

#lineas_detalle {
	border-bottom: #A4A4A4 1px solid;
	overflow: auto;
}

/************************
	LOGIN
************************/
#form_login {
	margin: 10px;
	padding: 20px;
	width: 50%;
	height: 200px;
}

.cuerpo_form_login {
	width: 250px;
	padding: 20px;
	background: #f2f2f2;
	border: 1px solid #cccccc;
}

.cuerpo_form_login h3 {
	color: #585858;
}

#form_login ul {
	margin-bottom: 10px;
}

#form_login li {
	margin-bottom: 5px;
}

/******************************************************
   MISCELANEA 
/*****************************************************/
.izda {
	float: left;
	margin: 0 10px;
}

.dcha {
	float: right;
	margin: 0 10px;
}

/* Colores -----------------------------------*/
.color_vendedor {
	background: #CCFFCC;
}  /* verde */
.color_vendedor_vo {
	background: #AFEAFF;
}  /* cyan */
.color_admin {
	background: #FFCC99;
}  /* naranja */
.color_desactivado {
	background: #ccc;
}  /* gris */
.color_admin_ventas {
	background: #99CCFF;
}  /* azul */
.color_detalle_neutro {
	background: #FFCFF9;
}  /* azul */
ul.enunciados {
	height: 15px;
	display: block;
}

ul.enunciados li {
	display: block;
	float: left;
	color: #333;
	text-indent: 5px;
	font-weight: bold;
}

ul.enunciados li.en_p {
	width: 60px;
}

ul.enunciados li.en_l {
	width: 80px;
}

ul.enunciados li.en_m {
	width: 90px;
}

ul.enunciados li.en_g {
	width: 105px;
}

ul.enunciados li.dp_opcion {
	width: 270px;
}

ul.enunciados li.dp_importe {
	width: 160px;
}

ul.enunciados li.dp_dma {
	width: 60px;
}

ul.enunciados li.dp_copmpra {
	width: 105px;
}

ul.enunciados li.dc_fecha {
	width: 100px;
}

ul.enunciados li.dc_tipo {
	width: 80px;
}

ul.enunciados li.dc_importe {
	width: 60px;
}

ul.enunciados li.dv_matricula {
	width: 80px;
}

ul.enunciados li.dv_marca {
	width: 80px;
}

ul.enunciados li.dv_modelo {
	width: 105px;
}

ul.enunciados li.dv_importe {
	width: 105px;
}

/* Foto en sidebar -----------------------------------*/
#foto_side {
	margin-top: 15px;
}

#idominiun {
	float: right;
}

div.limpia {
	clear: both;
}