/*binforme.css
bittacora 2012*/


html {
	outline: 0 !important;
	outline: none !important;
}

body {
	min-height:127px;
	background: #fff !important;
}

.separador {
	clear:both;
}

.separador5 {
	clear:both;
	height: 5px;
}

.separador10 {
	clear:both;
	height: 10px;
}

a:focus {
	outline:none;
}

h1 {
	font-size: 20px;
	font-family: "Trebuchet MS";
	color: #2b529c;
	vertical-align:middle;
	padding-top:4px;
}

.justificado {
	text-align: justify;	
}

.ultimo{
	margin-right:0px !important;
	padding-right:0px !important;
}

/*     CABECERA      */
/*===========================================================================================================================*/

.cabecera{
	/*padding: 0 0 0 15px!important;*/
	color:#000;
	vertical-align:middle;
	min-height:167px;
	background: transparent url(../img/fondo_cabecera.jpg) no-repeat top left;
}

.cabecera .logotipo img{
	padding:0;
	margin:0;
}
.cabecera .cabecera_redes{
	margin:5px 0 0 0;
	padding:0;
	float:right;
}

.cabecera .cabecera_redes .bloque_redes{
	float:left;
	width:20px;
	height:18px;
	margin:auto;
	padding-right:15px;
}

/*     MENU      */
/*===========================================================================================================================*/
.bloque_menu{
	background: #fff url(../img/fondo_menu.png) no-repeat;
	width:214px;
	min-height:321px;
	margin-left:0px;
	float:left;
	padding-bottom:1px;
}

#menu{
	padding-top:40px;
	padding-left:15px;
}

#menu .item{
	padding:10px 0px 10px 13px;
	width:170px;
	border-bottom:1px solid #c20141;	
	clear:both;
	float:left;
	display: block;
}

#menu .item a {
	background: transparent url(../img/boton_menu.png) no-repeat; 
	display: block;  /* No modificar */
	text-decoration:none;
	padding:0px 0px 0px 20px;
	font-family: arial;
	font-weight: bold;
	color:#c20141;
	font-size: 14px;
	line-height: 20px;
	width:150px;
	height:auto;
	float:left;
}

#menu .item a:hover {
	background-position: 0px -64px;
	color:#000;
}

#menu .item a.activo{
	/*background: transparent url(../img/boton_menu.png) no-repeat; */
	/*background-position: 0px -64px;*/
	color:#000;
}



/*     SLIDER      */
/*===========================================================================================================================*/
.bloque_slide{
	margin-left:15px;
	width:735px;
	height:321px;
}

.bloque_slide .fondo_slide{
	background: url(../img/fondo_slider.png) no-repeat;
	width:735px;
	height:321px;
	position:absolute;
	z-index: 50;
}

/*     INTRODUCCIÓN      */
/*===========================================================================================================================*/
.bloque_introduccion{
	margin-left:15px;
}

.bloque_introduccion .header_introduccion{
	background: url(../img/botoncito.png) no-repeat left;	
	font-family:arial;
	color:#c20141;
	font-weight: bold;
	font-size:12px;
	margin:10px 0px 5px 10px;
	padding-left:20px;
	
}

.bloque_introduccion .linea_roja{
	height:1px;
	/*border-top: 1px solid red;*/
	width:100%;
}

.bloque_introduccion .texto_introduccion{
	color:#636363;
	font-size:12px;
	font-family:arial;
	margin:5px 0px 0px 3px;
}

/*     DESTACADOS      */
/*===========================================================================================================================*/
.bloque_destacados{
	margin-left:15px;
}

.item_destacado{
	float:left;
	width:240px;
	height:126px;
	margin-right:7px;
}

.item_destacado img{
	width:236px;
	height:104px;
	/*border:1px solid #ccc;*/
}
.item_destacado .pestania{
	position: relative;
	top:-12px;
	background: transparent url(../img/pestania_destacados.png) no-repeat bottom;
	width:236px;
	height:41px;
	z-index:10;
	text-align:center;
}

.item_destacado .pestania a{
	position: relative; 
	top:7px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	margin-top:5px;	
	font-size:11px;
}

.item_destacado .pestania a:hover{
	color: #670122;
	font-weight: bold;
	text-decoration:none;
	font-size:11px;
}

/*     CONTACTO      */
/*===========================================================================================================================*/

 /*style='height:350px;width:350px;display:block;'*/
 
 #map_canvas{
 	
	padding:0;
	height:350px;
	padding:2px;
	border:1px solid #888888;
	width:340px;
	display: block;
 }
 
.texto_loc{
	margin-top:10px;
	line-height:15px;
}

/*     PIE      */
/*===========================================================================================================================*/
.pie{
	background: transparent url(../img/fondo_pie.jpg) top no-repeat;
	width:950px;
	height:84px;	
}

.pie .texto_pie{
	margin-top:30px;
	color:#fff;
	font-family: arial;
	font-size:12px;
}

.pie .texto_pie a{
	color:#fff;
	text-decoration:none;
}

.pie .texto_pie a:hover{
	color:#fff;
	text-decoration:underline;
}


.pie .logo_proinnpack img{
	margin-top:10px;
	float:right;
	border:none;
	padding-right:15px;
}
/* CAPSLIDES  ------------------------------------------------------------------------------------------------------------------*/
.bloque_capslides{
	floaT:left;
	margin-right:12px;
}

.primer_bloque{
	margin-left:10px;
}

.ultimo_bloque{
	margin-right:0px;
}

.demo{
	padding:5px;
}

.float_left{
	float:left;
	/*margin-right:-1px;*/
}

.mi_captcha{
	floaT:left;
	margin-right:5px;
}

/* CONTENIDO---------------------------------------------------------------------------------------------------------------------------------*/
.contenido{
	min-height:413px;
	padding-left:25px;
	/*background-color: fuchsia;
	padding:10px 10px 5px 10px;
	width:760px;*/
}

 .titulo{
	font-weight:bold;
	color:#000;
	font-size:24px;
	font-family: "Trebuchet MS";
	text-align:justify;
	line-height: 30px;
	float:none;
	clear:both;
	display:block;
	margin-bottom:10px;
	margin-left:10px;
}

 .subtitulo{
	color:#787878;	
	font-family: "Trebuchet MS";
	font-weight:normal;
	font-size:14px;
	margin-bottom:10px;
	font-style: italic;
}


 .informacion {
	float:right;
	color:#3d3d3d;
	text-align: justify;
	line-height:20px;
}

 .informacion .multimedia2{
	float:right;
	width:355px;
	margin-left:25px;
}


.informacion .multimedia2 .imagen, 
 .informacion .multimedia2 .num_documentos{
	clear:both;
	display:block;
	margin-bottom:5px;
	padding-top:3px;
	width:220px;
}

.informacion .multimedia2 .imagen img{
	padding:2px;
	border:1px solid #888888;
	width:113px;
	height:164px;
}

 .informacion .multimedia2 .num_imagenes, 
 .informacion .multimedia2 .num_imagenes a,
 .informacion .multimedia2 .num_documentos{
	color:#3d3d3d;	
	font-family: "Trebuchet MS";
	font-weight:normal;
	font-size:10px;
	padding-left:5px;
}

 .informacion .multimedia2 .num_imagenes, 
 .informacion .multimedia2 .num_documentos{
	border-bottom: 1px solid #cccccc;
	padding-bottom:5px;
}
 .informacion .multimedia2 .num_imagenes a{
	text-decoration: none;
}

 .informacion .multimedia2 .num_imagenes a:hover{
	text-decoration: underline;
}

.informacion .multimedia2 .fecha{
	color:#3d3d3d;	
	font-family: "Trebuchet MS";
	font-weight:normal;
	font-size:10px;
	clear:both;
	display:block;
	margin-bottom:5px;
	padding-left:5px;
}

.informacion .multimedia2 .redes{
	border-bottom: 1px solid #cccccc;
	padding-bottom:5px;
	margin-top:5px;
	padding-left:5px;
	margin-bottom:5px;
}

 .informacion .multimedia2 .num_documentos,.informacion .multimedia2 .num_enlaces,.informacion .multimedia2 .num_videos {
	float:left;
	margin-bottom:5px;
}

 .informacion .multimedia2 .num_documentos .num_documentos_titulo,
 .informacion .multimedia2 .num_enlaces .num_enlaces_titulo,
 .informacion .multimedia2 .num_videos .num_videos_titulo{
	color:#3d3d3d;	
	font-family: "verdana";
	font-weight:normal;
	font-size:10px;
	float:left;
	margin-right:5px;
}

.informacion .multimedia2 .num_documentos .num_documentos_documentos,
.informacion .multimedia2 .num_enlaces .num_enlaces_enlaces,
.informacion .multimedia2 .num_enlaces .num_videos_enlaces{
	float:left;
}

 .informacion .multimedia2 .num_documentos .num_documentos_documentos .pdf{
	background: transparent url(../img/pdf.png) no-repeat left ; 
	width:16px;
	height:16px;
	float:left;
	margin-right:10px;
	margin-top:3px;
}

.informacion .multimedia2 .num_documentos .num_documentos_documentos .pdf a{
	width:16px;
	height:16px;
}

.informacion .multimedia2 .num_documentos .num_documentos_documentos .xls{
	background: transparent url(../img/xls.png) no-repeat left ; 
	width:16px;
	height:16px;
	float:left;
	margin-right:10px;
	margin-top:3px;
}

 .informacion .multimedia2 .num_enlaces .num_enlaces_enlaces .img_link{
	background: transparent url(../img/external.png) no-repeat left ; 
	width:270px;
	height:12px;
	float:left;
	margin-left:3px;
	margin-right:0px;
	margin-bottom:5px;
	line-height: 15px;
	padding-left:20px;
	font-size:10px;
	
}

 .informacion .multimedia2 .num_videos .num_videos_enlaces .video{
	background: transparent url(../img/video.png) no-repeat left ; 
	width:16px;
	height:16px;
	float:left;
	margin-right:10px;
	margin-top:3px;
}

 .informacion .multimedia2 .num_videos .num_videos_enlaces .video a,.informacion .multimedia2 .num_videos .num_videos_enlaces .video a:hover{
	 width:16px !important;
	 height:16px !important;
 }

 .informacion .multimedia2 .num_enlaces{
	border-bottom: 1px solid  #cccccc;
	padding-left:5px;
	width:280px;
	padding-bottom:5px;
}

 .informacion .multimedia2 .num_videos{
	border-bottom: 1px solid  #cccccc;
	padding-left:5px;
	width:280px;
	padding-bottom:5px;
}
/* HEMEROTECA 
==========*/
.buscador{
	border:1px solid #edb813;
	background-color: #fdf2d1;
	padding:10px;
	margin-bottom:15px;
	float:left;
	width:740px;
}

.buscador select {
   background-color: #fbc817;
   width: 120px;
   padding: 3px;
   border: 1px solid #000;
   height: 25px;
	font: bold 10px "Trebuchet MS";
}

.buscador .hemeroteca_input{
	background-color: #fbc817;
   width: 155px;
   padding: 3px;
   border: 1px solid #000;
   height: 18px;
	font: bold 10px "Trebuchet MS";
	
}
.buscador .errorInfo_hem{
	background: #f8dbdb;
	border-color: #e77776;
}

.boton_buscador{ 
	padding-top:0px;
	margin:0;
	cursor:pointer;
	color:#000; 
	margin-top:21px;
	background-color:#fbc817;
	text-align: center;
	font: bold 10px "Trebuchet MS";;
	border: 1px solid #000;
	height:25px;
	width:100px;
}


.buscador .titulo_buscador{
	color:#000;
	clear:both;
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}


/* pie ---------------------------------------------------------------------------------------------------------------------------------*/

.pie {
	float: left;
	margin-top: 12px;
}

.pie ul, li {
	float: left;
	list-style-image: none;
}

.links-queso {
	float: left;
}

ul{
	list-style: none;
}

.links-queso li,  .links-queso{
	margin-right: 5px;
	list-style-image: none;
}

.links-queso li a {
	color: #2b467c;
	text-decoration: none;
}

.links-queso li a:hover {
	text-decoration: underline;
}

.subtitulo-pie {
	font-weight: normal;
	font-size:12px;
	color: #2b467c;
}

/* BUSCAR */
/*--------*/
.buscar{
	/*background: url(../img/fondo_buscar.png) no-repeat center;*/
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:10px;
	float:left;
	border-bottom:2px solid #2b467c;
	width:100%;
}

.buscar .label_buscar{
	color:#004d9b;
	font-family:"Trebuchet MS";
	display:block;
	margin-bottom:5px;
	font-size:12px;
	font-weight: bold;
}

.buscar select, .buscar input[type=text]{
	width:220px;
	border:1px solid #004d9b;
	padding:1px;
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight: normal;
}

.buscar .img_buscar{
	margin-top:20px;
}

.buscar .boton_audiolis{
	margin-bottom:0px;
	display: block;
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight: bold;
	color: #fff;
	background-color:  #006bb4;
	letter-spacing: 1px;
	text-align: center;
	padding: 4px;
	width: 100px;
	border: 1px solid #000000;
	cursor:pointer;
	vertical-align:bottom;
	float:left;
	margin-top:4px;
	margin-right:10px;
	margin-bottom:5px;
}

/* FORM_ERROR --------------------------------------------------------------------------------------------------------------*/

#form_contacto label {
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#5b5b5b;
	display:inline;
	margin:0;
	padding:0;
}

#form_contacto .bloque{
	width:138px;
	float:left;
}

#form_contacto .form_error{
	border:1px dotted red;	
}

.error{
	border:1px dotted red;
}



#form_contacto #invisible{
	color:red;
	border:none;
	float:none;
	clear:both;
}

#invisible .form_error{
	float:none;
	clear:both;
	margin-bottom:5px;
	padding:3px;
}


input.error,textarea.error { border: 1px dotted red; }

/* PAGINAS       */
/*****************/
.titulo_paginas{
	margin-top:10px;
	padding-left:10px;
	float:left;
}
.justificado {
	text-align: justify;	
}
.subtitulo{
	padding-left:10px;
	font-style:italic;
	font-size:14px;
	font-family:"Trebuchet MS";
	color:#3e3e3e;
	display: block;
	margin-bottom:10px;
}

.informacion {
	float:right;
	color:#3d3d3d;
	text-align: justify;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
}

.informacion .material{
	font-family: "Trebuchet MS";
	color:#3e3e3e;
	font-size:10px;
	vertical-align:middle;
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom: 1px solid  #cccccc;
}

.informacion .material img{
	vertical-align: middle
}

.informacion .modalidad{
	font-family: "Trebuchet MS";
	color:#3e3e3e;
	font-size:10px;
	vertical-align:middle;
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom: 1px solid  #cccccc;
}

.informacion .tipo{
	font-family: "Trebuchet MS";
	color:#3e3e3e;
	font-size:10px;
	vertical-align:middle;
	margin-bottom:5px;
}

.informacion .multimedia2{
	float:right;
	margin-left:10px;
	width:280px;
}

.informacion .multimedia2 .imagen, 
.informacion .multimedia2 .num_documentos{
	clear:both;
	display:block;
	margin-bottom:5px;
	padding-bottom:3px;
	width:280px;
}

.informacion .multimedia2 .imagen img{
	padding:2px;
	border:1px solid #888888;
	width:280px;
}

.informacion .multimedia2 .num_imagenes, 
.informacion .multimedia2 .num_imagenes a,
.informacion .multimedia2 .num_documentos{
	color:#3d3d3d;	
	font-family: "Trebuchet MS";
	font-weight:normal;
	font-size:10px;
	padding-left:5px;
}

.informacion .multimedia2 .num_imagenes, 
.informacion .multimedia2 .num_documentos{
	border-bottom: 1px solid #cccccc;
	padding-bottom:5px;
}
.informacion .multimedia2 .num_imagenes a{
	text-decoration: none;
}

.informacion .multimedia2 .num_imagenes a:hover{
	text-decoration: underline;
}

.informacion .multimedia2 .fecha{
	color:#3d3d3d;	
	font-family: "Trebuchet MS";
	font-weight:normal;
	font-size:10px;
	clear:both;
	display:block;
	margin-bottom:5px;
	padding-left:5px;
}

.informacion .multimedia2 .redes{
	border-bottom: 1px solid #cccccc;
	padding-bottom:5px;
	margin-top:5px;
	padding-left:5px;
	margin-bottom:5px;
}

.informacion .multimedia2 .num_documentos, .informacion .multimedia2 .num_enlaces {
	float:left;
	margin-bottom:5px;
}

.informacion .multimedia2 .num_documentos .item_documento{
	display:block;
	clear:both;
	margin-bottom:5px;
}

.informacion .multimedia2 .num_enlaces .item_enlace{
	display:block;
	clear:both;
	margin-bottom:5px;

}

.informacion .multimedia2 .num_documentos .num_documentos_titulo,
.informacion .multimedia2 .num_enlaces .num_enlaces_titulo{
	color:#3d3d3d;	
	font-family: "Trebuchet MS";
	font-weight:normal;
	font-size:10px;
	float:left;
	margin-right:5px;
}

.informacion .multimedia2 .num_documentos .num_documentos_documentos,
.informacion .multimedia2 .num_enlaces .num_enlaces_enlaces{
	float:left;
}

.informacion .multimedia2 .num_documentos .num_documentos_documentos .pdf{
	background: transparent url(../img/pdf.png) no-repeat left ; 
	width:270px;
	height:16px;
	float:left;
	margin-top:3px;
	padding-left:25px;
	line-height: 15px;
}

.informacion .multimedia2 .num_documentos .num_documentos_documentos .xls{
	background: transparent url(../img/xls.png) no-repeat left ; 
	width:270px;
	height:16px;
	float:left;
	margin-right:10px;
	padding-left:25px;
	margin-top:3px;
	line-height: 15px;
}

.informacion .multimedia2 .num_enlaces .num_enlaces_enlaces .link{
	background: transparent url(../img/link.png) no-repeat left ; 
	width:270px;
	height:16px;
	float:left;
	padding-left:25px;
	margin-right:10px;
	line-height: 15px;
}

.informacion .multimedia2 .num_enlaces .num_enlaces_enlaces .video{
	background: transparent url(../img/video.png) no-repeat left ; 
	width:270px;
	height:16px;
	float:left;
	margin-right:10px;
	line-height: 15px;
}

.informacion .multimedia2 .num_documentos .num_documentos_documentos .doc{
	background: transparent url(../img/doc.png) no-repeat left ; 
	width:270px;
	height:16px;
	padding-left:25px;
	float:left;
	margin-right:10px;
	margin-top:3px;
}

.informacion .multimedia2 .num_documentos .num_documentos_documentos .mp3{
	background: transparent url(../img/mp3.png) no-repeat left ; 
	width:270px;
	padding-left:25px;
	height:16px;
	float:left;
	margin-right:10px;
	margin-top:3px;
}

.informacion .multimedia2 .num_enlaces{
	border-bottom: 1px solid  #cccccc;
	padding-left:5px;
	width:280px;
	padding-bottom:5px;
}

.informacion .texto_pag{
	width:690px;
	min-height:320px;
	margin-left:20px;
	
}

/* CONTACTO       */
/*****************/
.contacto_texto{
	text-align: justify;
	padding-right:5px;
	color:#3e3e3e;
	font-family:"Trebuchet MS";
	font-size:11px;
	
}
.borde-izq{
	border-left:3px solid #2b529c;
	padding-left:10px;
	margin-left:10px;
}

/* tooltip will display on:hover event */
a{ position:relative; }
a:hover span.tip { display:block; z-index:100; position:absolute; top:2em; left:0; width:auto; line-height:1em; padding:3px 4px 4px 6px; border:1px solid #664F97; background-color:#eeeaf4; font-size:0.9em; color:#000; text-align:left; display:none; }
a:link span.tip, a:visited span.tip { display:none; }
a:hover span.tip { position:absolute; background-color:#fffafa; max-width:350px; padding:2px 5px; border:1px solid #C0C0C0; font-size:0.9em; color:#000; text-align:left; display:block; }
