/*------------------------------ 01-BODY ------------------------------*/
body {
/*background-color: #B0B0B0; /*Nuevo color FONDO*/
background-color: #6E6F88; /*Nuevo color*/
/*background-image: url(diseno/mejora3.png);*/
font-size:9px;
font-weight: bold; /*Negrita*/
color:#D5D4DC;
font-variant:small-caps;

/*
      scrollbar-arrow-color:#FFFFFF;
      scrollbar-3dlight-color:#FFFFFF;
      scrollbar-highlight-color: #6685CA;
      scrollbar-face-color: #6685CA;
      scrollbar-shadow-color: #6685CA;
      scrollbar-darkshadow-color:#000000;
      scrollbar-track-color:#E5E5E5;
      scrollbar-base-color: #000;

overflow:auto;
	scrollbar-face-color: #ff9900;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ff9900;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color:#ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: ff9900;
	color: #CCCCCC;*/
}

/*------------------------------ 02-TABLE ------------------------------*/
table { 
/*font: 60% Verdana, "New York", Arial, Helvetica, sans-serif;*/
color: #FFFFFF;
background: #eee url(../images/menu.png) bottom right no-repeat;
background-color: #6E6F88; /*Nuevo color CELDA*/
text-align: left;
}

/*------------------------------ 03-TH ------------------------------*/
th{
background-image: url(../images/16m.png);
background-repeat:repeat;
background-position:center;
background-color:#2E3192;
border-color:#FFFF00;
font-family:Verdana,sans-serif;
font-size:10px; 
}
/*------------------------------ 04-TD ------------------------------*/
td {	/*	Celda	*/
/*background-color: #6E6F88; /*Nuevo color CELDA*/
/*	background-color: #B0B0B0; /*Nuevo color*/
font-family:Verdana,sans-serif;
font-size:10px; 
/*border-style:groove ; */ /*Suprime todos los bordes*/
/*border-bottom-color:white;border-bottom-width:1px;
border-top-width:1px;border-top-color:white; 
border-left-width:1px;border-left-color:white; 
border-right-width:1px;border-right-color:white; */
color: #FFFFFF;/*#3366CC;*/
font-weight: bold; /*Negrita*/
}

/*------------------------------ 05-HR ------------------------------*/
hr {
width: 100%;
color: #B0B0B0;
height: 3px;
}

/*------------------------------ 06-LEGEND ------------------------------*/
legend{ 
    background-color:#B0B0B0; 
    font-size:12pt;
	font-family: Courier New;
	font-weight:bolder; /*Negrita*/
/*	font-weight:bolder;*/
    border-style:double;	/*Inverso a border-width*/ 
    border-color:#B0B0B0; 
 /*   border-width:1px; */	
 	color: #2E3192;/*#3366CC;*/
}

/*------------------------------ 07-FIELDSET ------------------------------*/
fieldset{	/*	Cuadro	*/
/*    border-color:#B0B0B0; */
/*	border-width:3px; */
/*position: absolute;*/
width: 97,9%;
}

/*------------------------------ 08-INPUT ------------------------------*/
    input {
	text-decoration: none;	
	color: #FFFFFF;	/*color texto*/
	font-weight: bold; /*Negrita*/
/*	background-image: url(../images/mejora1.png);
    background-position:center;
*/	
	background-color: #9A9A9A;/*fondo*/
	border: 1px solid #FFFFFF;/*#CC1C24;*/
	border-width: 1px 1px 1px 1px;
    }

    input:hover {
	text-decoration: none;
	color: #FFFFFF;/*#3366CC;*/
	font-weight: bold; /*Negrita*/
	/*	background-image: url(../images/16m.png);
    background-repeat: no-repeat;
    	background-position:left;*/
	background-color: #9A9A9A;
/*	display: block;*/
/*	text-align: center;*/
	border: 1px solid #CC1C24;/*#ACCFE8;*/
	border-width: 1px 1px 1px 1px;
/*	padding:1px 1px 1px 15px;*/
    }

/*------------------------------ 09-SELECT ------------------------------*/
    select {
	text-decoration: none;	
	color: #FFFFFF;	/*color texto*/
	font-weight: bold; /*Negrita*/
/*	background-image: url(../images/mejora1.png);
    background-position:center;
*/	
	background-color: #9A9A9A;/*fondo*/
	border: 1px solid #FFFFFF;/*#CC1C24;*/
	border-width: 1px 1px 1px 1px;
    }

    select:hover {
	text-decoration: none;
	color: #FFFFFF;/*#3366CC;*/
	font-weight: bold; /*Negrita*/
	/*	background-image: url(../images/16m.png);
    background-repeat: no-repeat;
    	background-position:left;*/
	background-color: #9A9A9A;
/*	display: block;*/
/*	text-align: center;*/
	border: 1px solid #CC1C24;/*#ACCFE8;*/
	border-width: 1px 1px 1px 1px;
/*	padding:1px 1px 1px 15px;*/
    }
/*------------------------------ 10-TEXTAREA ------------------------------*/
    textarea {
	text-decoration: none;	
	color: #FFFFFF;	/*color texto*/
	font-weight: bold; /*Negrita*/
/*	background-image: url(../images/mejora1.png);
    background-position:center;
*/	
	background-color: #9A9A9A;/*fondo*/
	border: 1px solid #FFFFFF;/*#CC1C24;*/
	border-width: 1px 1px 1px 1px;
    }

    textarea:hover {
	text-decoration: none;
	color: #FFFFFF;/*#3366CC;*/
	font-weight: bold; /*Negrita*/
	/*	background-image: url(../images/16m.png);
    background-repeat: no-repeat;
    	background-position:left;*/
	background-color: #9A9A9A;
/*	display: block;*/
/*	text-align: center;*/
	border: 1px solid #CC1C24;/*#ACCFE8;*/
	border-width: 1px 1px 1px 1px;
/*	padding:1px 1px 1px 15px;*/
    }

    a {
	text-decoration: none;	
	color: #2E3192;/*#3366CC;*/
	font-weight: bold; /*Negrita*/
    }

    a:hover {
	text-decoration: none;
	color: #CC1C24;	/*color texto*/
	font-weight: bold; /*Negrita*/
    }
	
/*------------------------------ 11-CLASS ------------------------------*/
    .boton {
	text-decoration: none;	
	color: #FFFFFF;
	font-family:Verdana,sans-serif;
	font-size:11px; 

		font-weight: bold; /*Negrita*/
	background-image: url(../images/16m.png);
    background-position:center;
	
/*	background-color: #F0F7FC;/*fondo*/
	border: 1px solid #CC1C24;
	border-width: 1px 1px 1px 1px;
	width:6.5em;
	height:1.8em;
    }
    .boton:hover {
	text-decoration: none;
	color: #FFFFFF;/*#3366CC;*/
	font-weight: bold; /*Negrita*/
	/*	background-image: url(../images/16m.png);
    background-repeat: no-repeat;
    	background-position:left;*/
	/*background-color: #DBEBF6;*/
/*	display: block;*/
/*	text-align: center;*/
	border: 1px solid #FFFFFF;/*#ACCFE8;*/
	border-width: 1px 1px 1px 1px;
/*	padding:1px 1px 1px 15px;*/
	width:6.5em;
	height:1.8em;
	}
	
	
#Menu{ 
position: absolute; 
z-index: 2;
width:120px;

border:2px solid white;
/*background-color:Silver;	/*color fondo*/
font-family:Verdana;
font-size:10px;
color:#FFFFFF;
cursor:default;

visibility:hidden;


padding-right:15px;
	background-image: url(../images/menu.png);
    background-position:center;
}

.filtro{
/*	background-image: url(../images/16m4.jpg);
	background-repeat:repeat;
    background-position:center;*/
/*background-color:#CC1C24;*/
background-color:#8F8F8F;
background-image:none;
}

body, td, th, input {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

h1{
font-size:48px;
/*font-family:"Courier New", Courier, monospace;*/
font-family:Georgia, "Times New Roman", Times, serif;
}

/*	FUNCIONES TAMAŅO	*/
.fecha{
width:100px;
background-color:#FFFF00
}

.servicio{
width:100px;
}

/*	FUNCIONES SERVICIO	*/
.servicio_espera{
background-color:#F8CA02;/*#FFFF00;*/
/*color:blue;*/
}
.servicio_realizado{
background-color:#E06A3C;/*#FF0000;*/
}
.servicio_finalizado{
background-color:#6F934B;/*#006600;*/
}
.servicio_cancelado{
background-color:#625080;/*#CCCCCC;*/
}

.destacado{
background-color:#4188BC;/*#F8CA02;/*#FFFF00;*/
/*color:blue;*/
}

.Estilo1 {
font-size:12px;
color: #2E3192;}

.Estilo2 {
/*color: #00FF00;*/
color: #FFFF00;
font-style:oblique;
}

    .nuevo {
	text-decoration: none;	
	color: #FFFFFF;
	font-family:Verdana,sans-serif;
	font-size:11px; 

		font-weight: bold; /*Negrita*/
	background-image: url(../images/16m.png);
    background-position:center;
	
/*	background-color: #F0F7FC;/*fondo*/
	border: 1px solid #FFFF00;
	border-width: 1px 1px 1px 1px;
	width:6.5em;
	height:1.8em;
    }
    .nuevo:hover {
	text-decoration: none;
	color: #FFFFFF;/*#3366CC;*/
	font-weight: bold; /*Negrita*/
	/*	background-image: url(../images/16m.png);
    background-repeat: no-repeat;
    	background-position:left;*/
	/*background-color: #DBEBF6;*/
/*	display: block;*/
/*	text-align: center;*/
	border: 1px solid #FFFFFF;/*#ACCFE8;*/
	border-width: 1px 1px 1px 1px;
/*	padding:1px 1px 1px 15px;*/
	width:6.5em;
	height:1.8em;
	}

