/*---------------------------------------------------------------------------*/
/* Etiquetas		                                                     */
/*---------------------------------------------------------------------------*/
body		{
	font-family: Verdana, Helvetica, sans-serif;
	color: #7b7b7b;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: auto;
}


body,table,tr,td,th,div { font-size: 8pt; }




a:link, a:active, a:visited, a:hover { color: #56668f; text-decoration: none; }
a:hover { color: #CC0000; }
a img { vertical-align: middle; }


a.pie_link:link, a.pie_link:active, a.pie_link:visited, a.pie_link:hover { color: #FFD900; text-decoration: none; }
a.pie_link:hover { color: #D7F78C; }


a.boton { display: block;
	background-color: #fafafa;
	padding: 2px;
	font-size: 8pt;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #ececec #ececec #ffffff;

}

a.boton_v { display: block;
	background-color: #fafafa;
	padding: 2px;
	font-size: 8pt;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #ececec #ececec #ffffff;

}

a.boton:hover, a.boton_v:hover{ display: block;
	background-color: #f5f5f5;
	border-color: #ffffff #dddddd #dddddd #ffffff;
	color: #cc0000;
}



/**** Campos de formulario ****/
form { margin: 0px; }
input	{ vertical-align: middle; }

.form { 
	border: 1px solid #cccccc;
	background-image: url('img/form_degradado.gif');
	background-repeat: repeat-x;
	background-position: top;
	padding: 1px 1px 1px 4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.form_select { font-size: 10px; border: 1px solid #cccccc; }

.form_boton {
	background-color: #e2f8a5;
	border-width: 1px;
	border-style: solid;
	border-color: #f8ffbf #acba3f #acba3f #f8ffbf;
	font-size: 10px;
	
}
.form_boton:hover { background-color: #cefc4d; border-color: #f8ffbf #acba3f #acba3f #f8ffbf; }

.titulo_left { text-align: left; font-weight: bold; }
.titulo_right { text-align: right; font-weight: bold; }





/***** listados ****/
.lista_cabecera {
	background-color: #cefc4d;
	background-image: url('img/degrad.gif');
	background-repeat: repeat-x;
	background-position: left top;
	
	padding: 2px 2px 2px 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #f8ffbf #acba3f #acba3f #f8ffbf;

	font-weight: bold;
	color: #516900;	
}

.lista_cabecera td {
	padding: 2px 2px 2px 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #f8ffbf #acba3f #acba3f #f8ffbf;

	font-weight: bold;
	color: #516900;	
}

.lista_normal { background-color: #ffffff; }

.lista_normal td {
	padding: 2px 6px 2px 6px; 
	border: 1px solid #eeeeee; 
}

.lista_activado td {
	padding: 2px 6px 2px 6px; 
	border: 1px solid #d5ef8d;
	background-color: #ebfac3;
}




/********** Menus Desplegables *************/
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  
  color: #393A96;
}

div.menuBar {
  padding: 6px 4px 6px 4px;
  white-space: nowrap;

	background-color: #f6f5ea;
	border-width: 1px;
	border-style: solid;
	border-color: #fbfbf5 #c3c1ae #c3c1ae #f8f5ef;

}

div.menuBar a.menuButton {
  color: #000000;
  cursor: default;
  margin: 0px;
  padding: 2px 10px 2px 10px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
	background-color: #f6f5ea;
	border: 1px solid #f6f5ea;
 /* /z-index: 30;*/
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  color: #007CC3;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
	background-color: #f0efe1;
	border-width: 1px;
	border-style: solid;
	border-color: #fbfbf5 #c3c1ae #c3c1ae #f8f5ef;
  color: #368158;
}

div.menu {
  left: 0px;
  	padding: 2px;
  position: absolute;
  top: 0px;
  margin-top: -2px;
  visibility: hidden;
 /* z-index: 31; */
  text-align: left;
	background-color: #f6f5ea;
	border-width: 1px;
	border-style: solid;
	border-color: #fbfbf5 #c3c1ae #c3c1ae #f8f5ef;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #b6da25;
  color: #000000;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #8EA4DE;
  border-bottom: 1px solid #283557;
  margin: 4px 2px;
}


/*---------------------------------------------------------------------------*/
/* JS POPUP_DRAG                                                             */
/*---------------------------------------------------------------------------*/		
.w_box{ float: left; position: absolute; left: 0px; top: 0px; }
.w_titulo, .w_contenido{ border-width: 1px; border-style: solid; }
.w_titulo span { float: left; }
.w_titulo img { vertical-align: middle; }
.w_titulo { white-space: nowrap;
	background-color: #b3df39;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	padding: 1px 3px 1px 6px;
	border-color: #ddfa8b #77961f #77961f #ddfa8b;
}

.w_contenido {
	z-index: 200;
	background-color: #b3df39;
	color: #000000;
	padding: 3px;
	border-color: #ddfa8b #77961f #77961f #ddfa8b;
}




/********** Estructura web *************/

.web_cabecera {
	border-width: 1px;
	border-style: solid;
	border-color: #fbfbf5 #c3c1ae #c3c1ae #f8f5ef;
}

.web_cabecera td { background-color: #FFFFFF; color: #ffffff; }


.web_contenido { padding: 0px 0px 20px 0px; }
.web_pie td {  }



/********** BOX Blancas *************/
.box_sup_izq{ background-image:url('img/box_sup_izq.gif'); width: 13px; height: 11px; }
.box_sup_der{ background-image:url('img/box_sup_der.gif'); width: 20px; height: 11px; }
.box_inf_izq{ background-image:url('img/box_inf_izq.gif'); width: 13px; height: 18px; }
.box_inf_der{ background-image:url('img/box_inf_der.gif'); width: 20px; height: 18px; }

.box_centro_sup{
	background-image:url('img/box_centro_sup.gif'); 
	background-repeat: repeat-x;
	background-position: top;
}

.box_centro_inf{
	background-image:url('img/box_centro_inf.gif'); 
	background-repeat: repeat-x;
	background-position: bottom;
}

.box_centro_der{
	background-image:url('img/box_centro_der.gif'); 
	background-repeat: repeat-y;
	background-position: right;
}

.box_centro_izq{
	background-image:url('img/box_centro_izq.gif'); 
	background-repeat: repeat-y;
	background-position: left;
}


.box_titulo { padding: 0px 0px 10px 0px; }
.box_titulo, .box_titulo td {
	color: #3c3c3c;
	font-size: 14px;
	font-weight: bold;
}


.box_in, .box_out { border-width: 1px; border-style: solid; padding: 4px;  }
.box_in	{ background-color: #ffffff; border-color: #d2d2d2 #FFFFFF #FFFFFF #d2d2d2; border-style: solid; }
.box_out	{ background-color: #f8f7f7; border-color: #FFFFFF #d2d2d2 #d2d2d2 #FFFFFF; border-style: solid; }






/* BORRAR ESTA MEIRDA LUEGO, CUANDO TODOS ESTOS ESTILOS ESTEN QUITADOS EN EL PROGRAMA */
#box{
  margin-bottom: 12px;
  text-align: left;
}


#boxtitulo, #boxtitulo td {
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: #409264;
}

#boxtitulo{
	background-color: #e2e3c6;
	padding: 2px 10px 2px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #fbfbf5 #c3c1ae #c3c1ae #f8f5ef;
	}




#boxcontenido	{
	background-color: #f6f5ea;
	padding: 4px 4px 4px 4px;
	font-size: x-small;
	text-align: left;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #fbfbf5 #c3c1ae #c3c1ae #f8f5ef;
	}


#boxin, #boxout, #boxrelieve{
	padding: 6px;
	margin: 6px 4px 6px 4px;
	border-width: 1px;
	font-size: x-small;
	text-align: left;
	color: #253B6E;
}

#boxin	{ background-color: #f9f8f2; border-color: #cac69b #FFFFFF #FFFFFF #cac69b; border-style: solid; }
#boxout	{ background-color: #F0EEE0; border-color: #FFFFFF #cac69b #cac69b #FFFFFF; border-style: solid; }
#boxrelieve	{ border-color: #dbd9c8; border-style: solid; }

.cab_centro{
	background-image:url('img/cab_fondo_cen.jpg'); 
	background-repeat: repeat-x;
	
	clear:both;
}

.cab_izq{
	background-image:url('img/cab_fondo_izq.jpg'); 
	background-repeat: no-repeat;
	background-position: top left;
	
	
}

.cab_der{
	background-image:url('img/cab_fondo_der.jpg'); 
	background-repeat: no-repeat;
	background-position: top right;
	height:156px;
}





/* a:link, a:active, a:visited, a:hover */


.menu_normal a:link, .menu_normal a:active, .menu_normal a:visited, .menu_normal a:hover {
	background-image:url('img/cab_pes_normal.gif');
	background-repeat: no-repeat;
	background-position: top middle;
	height:32px;
	width:106px;
	text-align:center;
	color:#ffffff;
	display: block;
	vertical-align: middle;
	line-height: 20px;
}



.menu_normal a:hover{
	background-image:url('img/cab_pes_over.gif');
	line-height: 30px;
}

.pagina_titulo {
	margin-left: 5px; 
	background-image:url('img/pagina_titulo.gif'); 
	background-repeat: no-repeat;
	background-position: top left;

	padding: 4px 0px 20px 75px;
	font-size: 35px;
	color: #ff9a00;
	font-weight: bold;
}

/********** BOX FRASE DEL DÍA *************/
.box1_sup_izq{ background-image:url('img/box1_sup_izq.gif'); width: 5px; height: 5px; background-repeat: no-repeat; }
.box1_sup_der{ background-image:url('img/box1_sup_der.gif'); width: 5px; height: 5px; background-repeat: no-repeat; }
.box1_inf_izq{ background-image:url('img/box1_inf_izq.gif'); width: 5px; height: 5px; background-repeat: no-repeat; }
.box1_inf_der{ background-image:url('img/box1_inf_der.gif'); width: 5px; height: 5px; background-repeat: no-repeat; }

.box1_centro_sup{
	background-image:url('img/box1_centro_sup.gif'); 
	background-repeat: repeat-x;
	background-position: top;
}

.box1_centro_inf{
	background-image:url('img/box1_centro_inf.gif'); 
	background-repeat: repeat-x;
	background-position: bottom;
}

.box1_centro_der{
	background-image:url('img/box1_centro_der.gif'); 
	background-repeat: repeat-y;
	background-position: right;
}

.box1_centro_izq{
	background-image:url('img/box1_centro_izq.gif'); 
	background-repeat: repeat-y;
	background-position: left;
}

.box3_sup_izq{ background-image:url('img/box_top_izq.gif'); height: 8px; background-repeat: no-repeat; background-position: left; }
.box3_sup_der{ background-image:url('img/box_top_der.gif');	height: 8px; background-repeat: no-repeat;  background-position: right; }
.box3_inf_izq{ background-image:url('img/box_bottom_izq.gif'); height: 14px; background-repeat: no-repeat; background-position: left;}
.box3_inf_der{ background-image:url('img/box_bottom_der.gif'); height: 14px; background-repeat: no-repeat; background-position: bottom right; }

.box3_der_top{ background-image:url('img/box_der_top.gif');	background-repeat: no-repeat;  background-position: top left; }
.box3_der_bottom{ background-image:url('img/box_der_bottom.gif');	background-repeat: no-repeat;  background-position: bottom right; }

.box3_inf_cen{
	background-image:url('img/box_bottom_repeat.gif'); 
	background-repeat: repeat-x;
	background-position: bottom;
}

.box3_der_cen{
	background-image:url('img/box_der_repeat.gif'); 
	background-repeat: repeat-y;
	background-position: top right;
}


/* -------------------- BOX 01 -------------------------------------- */

.box_01_0 {
	margin-top: 10px;
	background-color: #fbe865;
	width: expression(document.body.clientWidth < 52? "50px" : "auto");	
	min-width: 50px;
}

.box_01_contenido { 
	text-align: justify;
	padding: 16px 20px 24px 16px;
}

.box_01_1 { background-image:url('img/box_01_1.gif'); background-repeat: repeat-x; background-position: top; }
.box_01_2 { background-image:url('img/box_01_2.gif'); background-repeat: no-repeat; background-position: top right; }
.box_01_8 { background-image:url('img/box_01_8.gif'); background-repeat: no-repeat; background-position: top left; }

.box_01_5 { background-image:url('img/box_01_5.gif'); background-repeat: repeat-x; background-position: bottom; }
.box_01_4 { background-image:url('img/box_01_4.gif'); background-repeat: no-repeat; background-position: bottom right; }
.box_01_6 { background-image:url('img/box_01_6.gif'); background-repeat: no-repeat; background-position: bottom left; }

.box_01_3 { background-image:url('img/box_01_3.gif'); background-repeat: repeat-y; background-position: right; }
.box_01_7 { background-image:url('img/box_01_7.gif'); background-repeat: repeat-y; background-position: left; }



/* -------------------- BOX 03 -------------------------------------- */

.box_03_0 {
	margin-top: 10px;
	background-color: #e0ffd9;
	width: expression(document.body.clientWidth < 52? "50px" : "auto");	
	min-width: 50px;
}

.box_03_contenido { 
	text-align: justify;
	padding: 16px 14px 24px 10px;
}

.box_03_1 { background-image:url('img/box_03_1.gif'); background-repeat: repeat-x; background-position: top; }
.box_03_2 { background-image:url('img/box_03_2.gif'); background-repeat: no-repeat; background-position: top right; }
.box_03_8 { background-image:url('img/box_03_8.gif'); background-repeat: no-repeat; background-position: top left; }

.box_03_5 { background-image:url('img/box_03_5.gif'); background-repeat: repeat-x; background-position: bottom; }
.box_03_4 { background-image:url('img/box_03_4.gif'); background-repeat: no-repeat; background-position: bottom right; }
.box_03_6 { background-image:url('img/box_03_6.gif'); background-repeat: no-repeat; background-position: bottom left; }

.box_03_3 { background-image:url('img/box_03_3.gif'); background-repeat: repeat-y; background-position: right; }
.box_03_7 { background-image:url('img/box_03_7.gif'); background-repeat: repeat-y; background-position: left; }



/* -------------------- BOX 04 -------------------------------------- */

.box_04_0 {
	margin-top: 10px;
	background-color: #ffffff;
	width: expression(document.body.clientWidth < 52? "50px" : "auto");	
	min-width: 50px;
}

.box_04_contenido { 
	text-align: justify;
	padding: 8px 10px 8px 10px;
}

.box_04_1 { background-image:url('img/box_04_1.gif'); background-repeat: repeat-x; background-position: top; }
.box_04_2 { background-image:url('img/box_04_2.gif'); background-repeat: no-repeat; background-position: top right; }
.box_04_8 { background-image:url('img/box_04_8.gif'); background-repeat: no-repeat; background-position: top left; }

.box_04_5 { background-image:url('img/box_04_5.gif'); background-repeat: repeat-x; background-position: bottom; }
.box_04_4 { background-image:url('img/box_04_4.gif'); background-repeat: no-repeat; background-position: bottom right; }
.box_04_6 { background-image:url('img/box_04_6.gif'); background-repeat: no-repeat; background-position: bottom left; }

.box_04_3 { background-image:url('img/box_04_3.gif'); background-repeat: repeat-y; background-position: right; }
.box_04_7 { background-image:url('img/box_04_7.gif'); background-repeat: repeat-y; background-position: left; }


/* -------------------- MENU 01 -------------------------------------- */
.menu_01_contenido { 
	text-align: justify;
	padding: 6px 0px 18px 0px;
}


.menu_01_1 { background-image:url('img/menu_01_1.png'); background-repeat: repeat-x; background-position: top; }
.menu_01_2 { background-image:url('img/menu_01_2.png'); background-repeat: no-repeat; background-position: top right;  width: 20px; height: 66px; }
.menu_01_8 { background-image:url('img/menu_01_8.png'); background-repeat: no-repeat; background-position: top left; width: 42px; height: 66px; }

.menu_01_5 { background-image:url('img/menu_01_5.png'); background-repeat: repeat-x; background-position: bottom; }
.menu_01_4 { background-image:url('img/menu_01_4.png'); background-repeat: no-repeat; background-position: bottom right; width: 20px; height: 20px; }
.menu_01_6 { background-image:url('img/menu_01_6.png'); background-repeat: no-repeat; background-position: bottom left; width: 42px; height: 20px; }

.menu_01_3 { background-image:url('img/menu_01_3.png'); background-repeat: repeat-y; background-position: right; height: 100%; }
.menu_01_7 { background-image:url('img/menu_01_7.png'); background-repeat: repeat-y; background-position: left; height: 100%; }



/* -------------------- MENU COL IZQUIERDA VERDE -------------------------------------- */

.menu_boton_izq { text-align: center;  }

a.menu_boton_ver:link, a.menu_boton_ver:active, a.menu_boton_ver:visited   { display: block; font-size: 16px; font-weight: bold; color: #ffffff; font-family: Helvetica; }
a.menu_boton_ver:hover { color: #ff8500; }

.menu_boton_izq { background-image:url('img/menu_bt_izq.gif'); background-repeat: no-repeat; background-position: top left; height: 55px; }
.menu_boton_der { background-image:url('img/menu_bt_der.gif'); background-repeat: no-repeat; background-position: top right; height: 55px; }



/* -------------------- VISITAS CONTADOR -------------------------------------- */

.visitas_izq { text-align: center; font-weight: bold;  padding: 14px 4px 0px 0px; }

.visitas_izq { background-image:url('img/visitas_izq.gif'); background-repeat: no-repeat; background-position: top left; height: 36px; }
.visitas_der { background-image:url('img/visitas_der.gif'); background-repeat: no-repeat; background-position: top right; height: 36px; }


/* -------------------- BUSCADOR -------------------------------------- */

.buscador_izq { text-align: center; font-weight: bold;  padding: 14px 4px 0px 0px; }

.buscador_izq { background-image:url('img/buscador_izq.gif'); background-repeat: no-repeat; background-position: top left; height: 106px; }
.buscador_der { background-image:url('img/buscador_der.gif'); background-repeat: no-repeat; background-position: top right; height: 106px; }




.buscador_boton {
	border: 0px; padding: 0px; margin: 0px;
	background-color: f9ffd9;
	background-image:url('img/buscador_boton.gif'); background-repeat: no-repeat; background-position: bottom left; width: 66px; height: 24px;
}

.buscador_boton:hover {
	background-image:url('img/buscador_boton.gif'); background-repeat: no-repeat; background-position: top left; width: 66px; height: 24px;
}



/* TOOLTIP SCRIPT */
#tt { position:absolute; display:block; background-color: #666; }
#tttop {display:block; overflow:hidden }
#ttcont {display:block; padding: 10px; color:#FFF; }
#ttbot {display:block; overflow:hidden }


/*  CALENDARIO */
.calendarToday, .calendarNormal, .calendarEvento { padding: 3px; text-align: center; }
.calendarToday { font-weight: bold; color: 2d6239; border: 1px solid #2d6239; }
.calendarNormal { font-weight: normal; }
.calendarEvento { color: ffffff; background-color: #ffd800; }
