	.main_usuario_mas{
		background-color:#F5F5F5;
		width:767px;
		}
		
	#texto_f_oscuro{
		color:#fff;}
		
	body{
		background-color: #2C5EA7;
		font-family:Arial, Helvetica, sans-serif;}



/* AQUI EMPIEZA CSS NOTICIAS*/
	#noticia_nombre{
		font-size:18px;}
		
	#noticia_contenido{
		font-size:12px;
		color:#333333;}
		
	#img_noticia2{
		border:1px solid #333;}
	
	#leer_mas{
		text-decoration:none;
		background-color:#204377;
		padding:2px;
		color:#FFFFFF;
		font-size:12px;}
		
	#leer_mas:hover{
		background-color:#2C5EA7;}
		
	#separacion_noticia{
		margin-top:10px;
		margin-bottom:10px;}
	
	#principal_slider_noticia{
		padding-top:15px;
		padding-bottom:15px;
		background-image: url(img/fondo_slider.gif);
		background-color:#204377;
		width:767px;
		color:#fff;
		font-size:20px;
}

	#principal_main_noticia{
		background-image: url(img/fondo_main.png);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#FFF;
		width:767px;
		}
/* AQUI TERMINA CSS NOTICIAS*/
	
	
/* AQUI EMPIEZA CSS INCLUDE HEADER */
	#header{
		width:767px;
		background-image:url(img/logo_fondo.png);
		background-repeat: no-repeat;
		background-color:#fff;
}
	.menu1_principal_fondo{
		background-image:url(img/fondo_menu.png);
		background-color:#254F8D;
		width:767px;
		height:43px;}
		
	#menu_principal_link{
		background-image:url(img/fondo_menu.png);
		text-decoration:none;
		display: block;
		height: 25px;
		width: 100px;
		font-size: 14px;
		text-align: center;
		vertical-align: text-bottom;
		padding-top: 13px;
		color:#FFFFFF;
		float: left;}

	#menu_principal_link:hover{
		background-image: url(img/fondo_menu_on.png);}
	
	#menu_principal_link_pulsado{
		background-image:url(img/fondo_menu_on.png);
		text-decoration:none;
		display: block;
		height: 25px;
		width: 100px;
		font-size: 14px;
		text-align: center;
		vertical-align: text-bottom;
		padding-top: 13px;
		color:#FFFFFF;
		float: left;}
	#logo_enlace{
		padding-left:9px;}
		
	#info{
		color:#FFF;
		font-size:20px;	}

	#info_mini{
		font-size:12px;
		color:#FFF;}
	.boton_enviar{
	background-color:#333333;
	color:#FFFFFF;
	border:0px;	
	}
		
/* AQUI TERMINA CSS INCLUDE HEADER */
	#principal_slider{
		height:269px;
		background-image: url(img/fondo_slider.gif);
		background-color:#204377;
		width:767px;}

	#principal_main{
	
		background-image: url(img/fondo_main.png);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#FFF;
		width:767px;}
		
	#principal_footer{
		height:61px;
		background-image: url(img/footer.png);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#FFF;
		width:767px;
		color:#204377;
		alignment-adjust:central;}

	a#link{
		text-decoration:none;
		color:#FFF;}

	a#link:hover{
		text-decoration:underline;}
		
/* USUARIO CONECTADO*/
	#usuario_conectado{
		color:#FFF;
		font-size:14px;	}
		
	#principal_slider_usuario{
		height:135px;
		background-image: url(img/fondo_slider.gif);
		background-color:#204377;
		width:767px;}

	#principal_main_usuario{
		background-image: url(img/fondo_main.png);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#FFF;
		width:767px;
		}
	
/* MAIN USUARIO CONECTADO*/
	#tabla_nombre_contador{
		background-color:#204377;
		color:#FFF;}
		
	#tabla_contador{
		Background-color:#CCC;
		color:#111;}
	
	#menu_principal_usuario{
		background-image:url(img/fondo_menu_user.png);
		text-decoration:none;
		display: block;
		height: 30px;
		width: 120px;
		font-size: 14px;
		text-align: center;
		vertical-align: text-bottom;
		padding-top: 13px;
		color:#FFFFFF;
		float: left;}

	#menu_principal_usuario:hover{
		background-image: url(img/fondo_menu_user_on.png);}
		
	#boton_link{
		background-color:#122747;
		text-decoration:none;
		color:#fff;
		padding:3px;}
		
	#boton_link:hover{
		background-color:#1C3C6A;}
		#boton_link2{
		background-color:#18345C;
		text-decoration:none;
		color:#fff;
		padding-left:3px;
		padding-right:3px;}
		
	#boton_link2:hover{
		background-color:#1C3C6A;}
	
	#info_usuario{
		text-decoration:none;
		color:#fff;
		padding:2px;}
		
	#info_usuario:hover{
		background-color:#122747;}
		


/* AQUI EMPIEZA VER MAS DATOS DE UN CONTADOR 
	#ver_mas_usuario{
		color:#fff;}
 AQUI EMPIEZA VER MAS DATOS DE UN CONTADOR */

#slider_align{
	padding-left:10px;
	padding-top:10px;	
}

.texto_oficina{
font-size:17px;
padding:2px;
color:#FFFFFF;
}

#bubble_informativo{

	padding:10px;
	border:2px dashed #116FBB;
	background-color:#CFDAEB;
	font-style:oblique;
}


/* AQUI EMPIEZA EL TOOLTIP */

		.tooltip {
			border-bottom: 1px dotted #FFFFFF; color: #FFFFFF; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
			
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 250px;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
		
/* AQUI TERMINA EL TOOLTIP*/

/* SOLICITUD DE DISTRIBUCION*/
#activoizq{
	background-color:#99CC00;
	width:50%;
	height:30px;
	float:left;}

#noactivoizq{
	background-color:#FF4F4F;
	width:50%;
	height:30px;
	float:left;}

#activoder{
	background-color:#99CC00;
	width:50%;
	height:30px;
	float:right;}
	
#noactivoder{
	background-color:#FF4F4F;
	width:50%;
	height:30px;
	float:right;}
	
#distribucionlink {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 8.5px 17px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 15px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   padding:15px;
   }
#distribucionlink:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #fff;
   }
#distribucionlink:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   


#distribucion{
	background-color:#162F54;
	text-decoration:none;
	color:#FFFFFF;
	height:100%;
	display:block;
	padding-top: 10px;
    padding-left: 5px;
}

#distribucion:hover{
	background-color:#0F2039;
	color:#FFFFFF;
}

/* COOKIES */
#overbox3 {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	display: block;
}
#infobox3 {
	margin: auto;
	position: relative;
	top: 0px;
	height: 58px;
	width: 100%;
	text-align:center;
	background-color: #eeeeee;
}
#infobox3 p {
	line-height:58px;
	font-size:12px;
	text-align:center;
}
#infobox3 p a {
	margin-right:5px;
	text-decoration: underline;
}