body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 9px;
	text-align: center;
	background-color: #CAD0D2;
}
a {
	color: #001D68;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form {
	margin: 0px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d85402;
	margin:0px;		
}
h1 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d85402;
	margin:0px;
	text-decoration: none;			
}
h1 a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d85402;
	margin:0px;
	text-decoration: underline;			
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin:0px;		
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008fe9;
	margin:0px;			
}
h3 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008fe9;
	margin:0px;
	text-decoration:underline;			
}
h3 a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c84b00;
	margin:0px;
	text-decoration:underline;			
}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;			
}

/* DISEŅO DE LA PAGINA */

#cabecera {
	align: center;
	overflow:hidden;
	background-image:url(../images/cabecera_fondo.jpg);
	text-align:left;
	background-repeat:  repeat-x;
	background-position: left top;
}
#cuerpo {
	align: center;
	width: 1024;
	overflow:hidden;
	text-align:left;
}
.separacion_ext {
	background-image: url(../images/separacion_ext.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.separacion_int {
	background-image: url(../images/separacion_int.gif);
	background-repeat: repeat-x;
	background-position: center center;
}



/* PESTAŅAS */

.tablaPestanas {
	margin-left: 5px;
	margin-right: 10px;
}
.pestana {
	height:19px;
	background-color: #E6E6E6;
	font-size: 11px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	vertical-align:bottom;
	padding: 0px 5px 2px 5px;
}
.pestana a {
	background-color: #E6E6E6;
	font-style:italic;
	text-decoration:none;
	color: #666666;
}
.pestana a:hover {
	background-color: #E6E6E6;
	font-style:italic;
	text-decoration:none;
	color: #D55500;
}
.pestanaSel {
	height:19px;
	background-color: #FFC600;
	font-size: 11px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #D55500;
	vertical-align:bottom;
	padding: 0px 10px 2px 10px;
	white-space:nowrap;
}
.pestanaSel a {
	background-color: #FFC600;
	font-style:italic;
	text-decoration:none;
	color: #D55500;
}
.pestanaSel a:hover {
	background-color: #FFC600;
	font-style:italic;
	text-decoration:none;
	color: #663300;
}
.pestanaSelBlanco {
	height:17px;
	background-color: #FFC600;
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	font-family:"Trebuchet MS", Verdana;
	color: #D55500;
	vertical-align:bottom;
	padding: 0px 10px 2px 10px;
}





/* MARCOS DE LAS CAJAS*/

#marcoIzqSup {
	background-image:url(../images/marco_izq_sup.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 6px;
}
#lineaHorizontalSup {
	background-image:url(../images/marco_sup.gif);
	background-repeat:repeat-x;
}
#marcoDerSup {
	background-image:url(../images/marco_der_sup.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 6px;
}
#lateralIzq {
	background-image:url(../images/marco_izq.gif); 
	background-repeat:repeat-y;
	width:7px;
}
#lateralDer {
	background-image:url(../images/marco_der.gif);
	background-repeat:repeat-y;
	width:7px;
}
#marcoIzqInf {
	background-image:url(../images/marco_izq_inf.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 5px;
}
#lineaHorizontalInf {
	background-image:url(../images/marco_inf.gif);
	background-repeat:repeat-x;
}
#marcoDerInf {
	background-image:url(../images/marco_der_inf.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 5px;
}
#marcoIzqInfSombra {
	background-image:url(../images/marco_izq_inf_som.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 11px;
}
#lineaHorizontalInfSombra {
	background-image:url(../images/marco_inf_som.gif);
	background-repeat:repeat-x;
}
#marcoDerInfSombra {
	background-image:url(../images/marco_der_inf_som.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 11px;
}




/* TEXTO */
.txtGrisOscuro, .txtGrisOscuro a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10px;
}
.txtGrisOscuro a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10px;
	text-decoration:none;
}
.txtGris, .txtGris a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px;
}
.txtGris a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px;
	text-decoration:none;
}

.txtMarron, .txtMarron a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E47F00;
	font-size: 10px;
}
.txtMarron a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E47F00;
	font-size: 10px;
	text-decoration:none;
}

.txtAzul, .txtAzul a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#008fe9;
	font-size: 10px;
}
.txtAzul a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#008fe9;
	font-size: 10px;
	text-decoration:none;
}
.tituloAzul {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#008fe9;
	font-size: 12px;
	font-weight:bold;
}
#preWhois{
	font-family: "Lucida Console", Courier, monospace;
	color:#333;
	font-size: 10px;
	font-weight:normal;	
}
#preWhoisNegativo{
	font-family: "Lucida Console", Courier, monospace;
	color:#FF0000;
	font-size: 10px;
	font-weight:normal;	
}
#divWhois{
	margin-top: 5px;
	width: 325px; 
	height: 124px; 
	color: #000; 
	overflow: auto;
	SCROLLBAR-FACE-COLOR:#c0cfdd; 
	SCROLLBAR-HIGHLIGHT-COLOR: #c0cfdd; 
	SCROLLBAR-SHADOW-COLOR: #6699cc; 
	SCROLLBAR-3DLIGHT-COLOR: #6699cc;
	SCROLLBAR-ARROW-COLOR: #6699cc; 
	SCROLLBAR-TRACK-COLOR: #e3e3e3; 
	SCROLLBAR-DARKSHADOW-COLOR: #c0cfdd;
	
}

#preHeaders{
	font-family: "Lucida Console", Courier, monospace;
	color:#333;
	font-size: 10px;
	font-weight:normal;	
}
#preHeadersNegativo{
	font-family: "Lucida Console", Courier, monospace;
	color:#FF0000;
	font-size: 10px;
	font-weight:normal;	
}
#divHeaders{
	width: 290px; 
	height: 300px; 
	color: #000; 
	overflow: auto;
	SCROLLBAR-FACE-COLOR:#c0cfdd; 
	SCROLLBAR-HIGHLIGHT-COLOR: #c0cfdd; 
	SCROLLBAR-SHADOW-COLOR: #6699cc; 
	SCROLLBAR-3DLIGHT-COLOR: #6699cc;
	SCROLLBAR-ARROW-COLOR: #6699cc; 
	SCROLLBAR-TRACK-COLOR: #e3e3e3; 
	SCROLLBAR-DARKSHADOW-COLOR: #c0cfdd;
	
}



/*CALENDARIO*/
.tituloBlanco {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
}
.celdaDia{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 9px;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.celdaDiaMal{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 9px;
	font-weight:bold;
	background-color:#990000;
	text-align:center;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.celdaDiaVisitas, .celdaDiaVisitas a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 9px;
	font-weight:bold;
	background-color:#006633;
	text-align:center;
	text-decoration:none;
	/*border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;*/
}

.celdaFinDia{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 9px;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
}
.celdaFinDiaMal{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 9px;
	background-color:#990000;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.celdaFinDiaVisitas, .celdaFinDiaVisitas a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 9px;
	font-weight:bold;
	background-color:#006633;
	text-align:center;
	text-decoration:none;

	/*font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 9px;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	*/
}
.celdaDiaHoy{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#00FF33;	
	font-size: 9px;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.celdaDiaHoyMal{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#990000;	
	font-size: 9px;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.celdaFinDiaHoy{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#00FF33;
	font-size: 9px;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
}
.celdaFinDiaHoyMal{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#990000;
	font-size: 9px;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
}



/*ELEMENTOS DE FORMULARIO*/
select {
	border: 1px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

textarea {
	border: 1px solid #C9C9C9;
	font-family: "Lucida Console", Courier, monospace;
	font-size: 10px;
	SCROLLBAR-FACE-COLOR:#c0cfdd; 
	SCROLLBAR-HIGHLIGHT-COLOR: #c0cfdd; 
	SCROLLBAR-SHADOW-COLOR: #6699cc; 
	SCROLLBAR-3DLIGHT-COLOR: #6699cc;
	SCROLLBAR-ARROW-COLOR: #6699cc; 
	SCROLLBAR-TRACK-COLOR: #e3e3e3; 
	SCROLLBAR-DARKSHADOW-COLOR: #c0cfdd;
}

.campo {
	border: 1px solid #66CCFF;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.campo2 {
	border: 1px solid #C9C9C9;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.lista {
	border: 1px solid #66CCFF;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.areatexto {
	border: 1px solid #66CCFF;
	width: 300px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.scrollcapa {
	
	SCROLLBAR-FACE-COLOR:#c0cfdd; 
	SCROLLBAR-HIGHLIGHT-COLOR: #c0cfdd; 
	SCROLLBAR-SHADOW-COLOR: #6699cc; 
	SCROLLBAR-3DLIGHT-COLOR: #6699cc;
	SCROLLBAR-ARROW-COLOR: #6699cc; 
	SCROLLBAR-TRACK-COLOR: #e3e3e3; 
	SCROLLBAR-DARKSHADOW-COLOR: #c0cfdd;

}
h4 {

	font-family:Verdana, Arial, Helvetica, sans-serif
	font-size: 12px;
	font-weight: bold;
	color: #008fe9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	padding: 0px;
}
.tituloNaranja {

	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#E47F00;
	font-size: 11px;
	font-weight:bold;
}
.separacion {
	background-image: url(../images/separacion_175px.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.titpackdir {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}

.titpackdirfac {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #D55500;
	padding-left: 10px;
}

.fechacontratado {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #86a8b3;
}
.fechaejecutado {

	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #e88e00;
}
.numeronaranja {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #E47F00;
}
.enlaceAzul {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#008fe9;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.enlaceAzul A{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#008fe9;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.enlaceAzul A:HOVER {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#E88E00;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}
.txtMarronOscuro {
	font-size: 10px;
	font-weight: normal;
	color: #c84b00;
}
.listadonegro {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.listadogris {

	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #919191;
}
form {
	margin: 0px;
	padding: 0px;
}
.en_caja {
	background-color: #AEAEAE;
	color: #FFFFFF;
	padding: 2px 5px;
}

.fondo_rojo {
	background-color: #880000;
}

.fondo_verde {
	background-color: #008800;
}

.fondo_amarillo {
	background-color: #888800;
}

.fondo_azul {
	background-color: #000088;
}
.error {
	background-color: #ead5d5;
}
.fondoPendientes {
	background-image: url(../images/pendientes_barra.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

