/*Experimento*/

	#box
	{
		width: 18em;
		padding: 20px;
		margin:0 auto;
		background:#FFA509;
		color:#000;
	}


/*  Contenidos del sitio y etc*/

	.td 
	{
		border: 1px solid #185cd7; 
		padding: 3px;
	} 
	
	.table 
	{
		border-collapse: separate; 
		border: 4px solid #12bfd7;
	}

	.Titulo 
	{
		font-size:13px;
		color:white;
		font-family:Helvetica;
		font-weight : bold;
	}

	.TituloDocumento
	{
		font-size:15px;
		color:black;
		font-family:Helvetica;
		font-weight : bold;
	}


	.Subtitulo 
	{
		font-size:14px;
		color:black;
		font-style: italic;
		text-align: left;
		font-family:Helvetica;
	}


	.TextoGeneral 
	{
		font-size:13px;
		color:black;
		text-align:justify;
		font-family:Helvetica;
	
	}
	
	
		
	.TextoGeneralCentrado
	{
		font-size:13px;
		color:black;
		text-align:center;
		font-family:Helvetica;
		
	}	

	.TextoBotonesCentrado
	{
		font-size:12px;
		color:black;
		text-align:center;
		font-family:Helvetica;
	}	

	.TextoYBordeInteriorTablaCentrado
	{
		border: 1px solid #185cd7; 
		padding: 3px;
		font-size:13px;
		color:black;
		font-family:Helvetica;
		text-align:center;
	}

	.TextoYBordeInteriorTablaCentradoAzul
	{
		border: 1px solid #185cd7; 
		padding: 3px;
		font-size:13px;
		color:#185cd7;
		font-family:Helvetica;
		text-align:center;
	}


	.TextoYBordeInteriorTablaJustificado
	{
		border: 1px solid #185cd7; 
		padding: 3px;
		font-size:13px;
		color:#185cd7;
		font-family:Helvetica;
		text-align:justify;
	}

	.TextoVinetas
	{
		font-size:13px;
		color:#185cd7;
		font-family:Helvetica;
		text-align:justify;
	}
	
	.TextoResaltado 
	{
		font-size:17px;
		color:#12bfd7;
		font-family:Helvetica;
	}

	.TextoResaltadoAzul 
	{
		font-size:17px;
		color:#185cd7;
		font-family:Helvetica;
	}

	.TextoFuentesBibliograficas 
	{
		font-size:12px;
		color:white;
		font-family:Helvetica;
	}

	.Llevascroll
	{
		    		overflow-y: scroll;
	}
	
	.principal
	{
		position: relative;
		width: 25%;
		height: 80%;		
		
		text-align:left;
	}
	
/* Menú horizontal	 */
	
	.menu
	{
		text-align:left;
		font-size:10.5px;
		font-family:Helvetica;
		text-decoration : underline;
		color : #012d74;
	}
	
	.menu:link 
	{
		text-decoration : underline;
		color : #012d74;
	}
	
	.menu:visited 
	{
		text-decoration : underline;
		color : #012d74;
	}
	
	.menu:active 
	{
		text-decoration : underline;
		color : #012d74;
	}

	.menu:hover 
	{
		text-decoration : underline;
		color : #31924d;
		font-size: 11px;		
	}
	
/*	Links en general*/	

	.Links
	{		
		font-size:13px;
		font-family:Helvetica;
		text-decoration : underline;
		color : #012d74;
	}
	
	.Links:link 
	{
		text-decoration : underline;
		color : #012d74;
	}
	
	.Links:visited 
	{
		text-decoration : underline;
		color : #012d74;
	}
	
	.Links:active 
	{
		text-decoration : underline;
		color : #012d74;
	}

	.Links:hover 
	{
		text-decoration : underline;
		color : #31924d;
		font-size: 13.5px;		
	}

/*Links idioma*/

	.LinksIdioma
	{		
		font-size:9px;
		font-family:Helvetica;
		text-decoration : none;
		color : #FFFFFF;
	}
	
	.LinksIdioma:link 
	{
		text-decoration : none;
		color : #FFFFFF;
	}
	
	.LinksIdioma:visited 
	{
		text-decoration : none;
		color : #FFFFFF;
	}
	
	.LinksIdioma:active 
	{
		text-decoration : none;
		color : #FFFFFF;
	}

	.LinksIdioma:hover 
	{
		text-decoration : underline;
		color : #FFFFFF;
/* 		font-size: 13.5px;		 */
	}


/*Cabecera cuadros inicio*/

	.Cabecera
	{
		background-image: url(../Imagenes/Cabecera.jpg);
		background-repeat: no-repeat;
/* 		background-color: #11161c; */
		text-align: center;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 14px;
		margin: 5px 5px 5px 5px;
	}

/*Imagen cuadros inicio*/

	.ImagenCuadro
	{
/* 		border: 1px solid #11161c; */
		width: 90px;
	}

/*Links para estilo cuadros inicio*/

	.LinksInicio 
	{	
		width: 180px;
/* 		border: 1px solid #11161c; */
		color: black;
		font-size: 12px;
/*  		font-weight: bold;  */
		padding-left: 5px; 
		padding-right: 5px;
		font-family: helvetica;
 		background-image: url(../Imagenes/grad_bg_top.jpg);
		background-repeat: repeat-x;
/* 		background-color: #d3d5fb; */
	}
	
	.LinksInicio a:link 
	{
		text-decoration : none;
		color: black;
	}
	
	.LinksInicio a:visited 
	{
		text-decoration : none;
		color: black;
	}
	
	.LinksInicio a:active 
	{
		text-decoration : none;
		color: black;
	}

	.LinksInicio a:hover 
	{
 		text-decoration : underline; 
		color: black;
	}


/*Links para estilo videoteca*/

	.LinksAzul 
	{	
/* 		border-color: #c1c1c1;  */
/*  		border-bottom-style: solid #c1c1c1;   */
/*  		border-bottom-width:1px;  */
/*  		border-left-style: solid #c1c1c1;  */
/*  		border-left-width: 1px;    */
/*  		border-right-style: solid #c1c1c1;   */
/*  		border-right-width: 1px;   */
/*  		border-spacing: 0px;   */
/*  		border-top-style: solid #c1c1c1;  */
/*  		border-top-width: 1px;  */
		text-align: justify;
/* 		background-color: red; */
		color: black;
		font-size: 15px;
 		font-weight: bold; 
		padding-left: 20px; 
		padding-right: 20px;
		font-family: helvetica;
		background-image: url(../ApartadosSitio/Publicaciones/Imagenes/grad_bg_top.html);
		background-repeat: repeat-x;
/* 		background-color: #d3d5fb; */
	}
	
	.LinksAzul a:link 
	{
		text-decoration : none;
		color: black;
	}
	
	.LinksAzul a:visited 
	{
		text-decoration : none;
		color: black;
	}
	
	.LinksAzul a:active 
	{
		text-decoration : none;
		color: black;
	}

	.LinksAzul a:hover 
	{
 		text-decoration : underline; 
		color: #8cb4cf;
	}

/*Links para estilo boletines*/

	.LinksBoletines 
	{	
/* 		border-bottom-style:solid;  */
/* 		border-bottom-width:1px; */
/* 		border-left-style: solid; */
/* 		border-left-width: 1px;   */
/* 		border-right-style: solid;  */
/* 		border-right-width: 1px;  */
/* 		border-spacing: 0px;  */
/* 		border-top-style: solid; */
/* 		border-top-width: 1px; */
/* 		border-color: #c0c0c0; */
		text-align: justify;
/* 		background-color: red; */
		color: #FFFFFF;
		font-size: 15px;
 		font-weight: bold; 
		padding-left: 20px; 
		padding-right: 20px;
		font-family: helvetica;
		background-color: #427198;
	}
	
	.LinksBoletines a:link 
	{
		text-decoration : none;
		color: #FFFFFF;
	}
	
	.LinksBoletines a:visited 
	{
		text-decoration : none;
		color: #FFFFFF;
	}
	
	.LinksBoletines a:active 
	{
		text-decoration : none;
		color: #FFFFFF;
	}

	.LinksBoletines a:hover 
	{
 		text-decoration : underline; 
		color: #FFFFFF;
	}

/* Fondo Imagen boletin */

	.FondoImagenBoletin
	{
		background-color: #cacfd2;
	}

/*Estilos videoteca*/

	.ContenidoPrincipalPopup
	{
		position : absolute; 
		text-align : justify; 
		top : 244px;
		left : 200px;
/* 		right: 82px; */
		width: 750px;
		height: 390px;		
		overflow-y: scroll;
/* 		background-color: #FFFFFF; */
	}

	.DescripcionVideo
	{
		font-size:13px;
		color:black;
		text-align:justify;
		font-family:Helvetica;
		
	}

	.VideoTexto
	{
		position : absolute; 
		text-align : justify; 
		padding-top : 1px;
		padding-left : 1px;
/* 		right: 82px; */
		width: 700px;
		height: 390px;		
 		background-image : url('../ApartadosSitio/Publicaciones/Imagenes/FondoVideosTexto.html');
		background-repeat : no-repeat;
	}
	.Video
	{
		position : absolute; 
		text-align : justify; 
		padding-top : 15px;
		padding-left : 15px;
/* 		right: 82px; */
/* 		width: 750px; */
		height: 390px;		
		z-index: 3000;
	}

	.Texto
	{
		position : absolute; 
		text-align : justify; 
		padding-top : 15px;
		padding-left : 470px;
		width: 220px;
/* 		right: 82px; */
/* 		width: 750px; */
		height: 390px;		
	}	

/*  Menu vertical*/

	.MenuVertical ul
	{
   		margin : 0 0 0 0px;
   		padding: 0 0 0 0px;
   		list-style: none;
	}
	
	.MenuVertical li
	{
   		background-color: #afcae6;
   		border: 0.5px solid white;   		
   		border: 1px dotted white;   		
   		margin: 4 4 4 4px;
   		padding: 2 2 2 2px;
   		text-align:center;
   		font-family:Helvetica;
   		font-size:12px;	
   		display:block
	}
	
	.MenuVertical a
	{
		cursor:pointer; 
   		color: #012d74;
   		text-decoration: none;
	}

	.MenuVertical li a
	{
		display: block;
		border-left:10px solid #31924d; 
	}

	.MenuVertical li a:hover
	{
		background-color:#31924d;
		color: white;
		border-left-color:white;
	}

/*  Partes del sitio a alimentar*/

	.ContenidoPrincipal
	{
		position : absolute; 
		text-align : justify; 
		top : 224px;
		left : 70px;
		width: 588px;
		height: 460px;		
		overflow-y: scroll;
		background-color: #FFFFFF;
	}

	.Visitas
	{
		position : absolute; 
		text-align : center; 
		top : 683px;
		left : 705px;
		width: 115px;
		height: 20px;
		color: black;
		font-weight: bold;
		font-size: 14px;
		font-family: helvetica;
/*  		background-color: green;  */
	}

	.Copyright
	{
		position : absolute; 
		text-align : center; 
		top : 722px;
		left : 55px;
		width: 395px;
		height: 40px;
		color: white;
		font-size: 12px;
		font-family: helvetica;
/*   		background-color: green;   */
	}

	.ContenidoEventos
	{
		position : absolute; 
		text-align : justify; 
		top : 248px;
		left : 80px;
		right: 232px;
		height: 440px;		
		overflow-y: scroll;
		background-color: #FFFFFF;
	}
 
	.Noticias
	{
		position : absolute; 
		text-align : justify; 
		top : 440px;
		left : 689px;
		width: 100px;
 		height: 80px;
	}

	.TituloNoticias
	{
		position : absolute; 
		text-align : justify; 
		top : 419px;
		left : 696px;
		width: 130px;
 		height: 100px;
 		text-align: center;
		font-family: 'helvetica';
		font-size: 15px;
		color: white;
		font-weight: bold;
	}

	.TituloMicrositios
	{
		position : absolute; 
		text-align : justify; 
		top : 532px;
		left : 696px;
		width: 130px;
 		height: 100px;
 		text-align: center;
		font-family: 'helvetica';
		font-size: 15px;
		color: white;
		font-weight: bold;
	}

	.TituloPrincipal
	{
		position : absolute; 
		text-align : center; 
		top : 190px;
		left : 80px;
		width: 570px;
		text-align: center;
		font-family: 'helvetica';
		font-size: 15px;
		color: white;
		font-weight: bold;
	}
	
	.SubMenuAlterno
	{
		position : absolute; 
		text-align : center; 
		top : 192px;
		left : 62px;
		right: 695px;
	}
	
	.TituloSubMenuAlterno
	{
		position : absolute; 
		text-align : center; 
		top : 170px;
		left : 62px;
		right: 695px;
	}

/* 	.CuerpoMicroSitios */
/* 	{ */
/* 		position : absolute;  */
/* 		top : 370px; */
/* 		left : 62px; */
/* 		right: 695px; */
/* 	} */
	
	.MicroSitiosTitulo
	{
		position : absolute; 
		top : 460px;
		left : 694px;
		right: 65px;
		text-align: center;
		font-family: helvetica;
		font-size: 15px;
		color: white;
		font-weight: bold;
	}

	.CuerpoMicroSitios
	{
		position : absolute; 
		top : 560px;
		left : 694px;
		right: 65px;
	}

	.AvisosTitulo
	{
		position : absolute; 
		top : 200px;
		left : 689px;
		width: 140px;
		text-align: center;
		font-family: helvetica;
		font-size: 11px;
		color: white;
		font-weight: bold;
	}

	.CuerpoAvisos
	{
		position : absolute; 
		top : 224px;
		left : 689px;
		width: 139px;
		height: 192px;
/* 		background-color: green; */
	}

/*  Menu vertical*/
	a.CartonesArribaIzquierda, a.CartonesArribaIzquierda:link, a.CartonesArribaIzquierda:visited 
	{
    		background: transparent url(../Imagenes/CartonArribaIzquierda.jpg) no-repeat left top;
    		width: 187px;
    		height: 187px;
    		display:block;
    		border-left: 0.5px solid;
    		border-right: 0.5px solid;
    		border-top: 0.5px solid;
    		border-bottom: 0.5px solid;
    		border-color: #9b9b9b;
    		text-decoration:none;
	}
	
	a.CartonesArribaIzquierda:active 
	{
    		background-position: right top;
	}

	a.CartonesArribaIzquierda:hover 
	{
    		background-position: -187px 0px;
	}
	
	/*  Menu vertical*/
	a.CartonesArribaDerecha, a.CartonesArribaDerecha:link, a.CartonesArribaDerecha:visited 
	{
    		background: transparent url(../Imagenes/CartonArribaDerecha.jpg) no-repeat left top;
    		width: 187px;
    		height: 187px;
    		display:block;
    		border-left: 0.5px solid;
    		border-right: 0.5px solid;
    		border-top: 0.5px solid;
    		border-bottom: 0.5px solid;
    		border-color: #9b9b9b;
    		text-decoration:none;
	}
	
	a.CartonesArribaDerecha:active 
	{
    		background-position: right top;
	}

	a.CartonesArribaDerecha:hover 
	{
    		background-position: -187px 0px;
	}
	
	
	
	/*  Menu vertical*/
	a.CartonesAbajoIzquierda, a.CartonesAbajoIzquierda:link, a.CartonesAbajoIzquierda:visited 
	{
    		background: transparent url(../Imagenes/CartonAbajoIzquierda.jpg) no-repeat left top;
    		width: 187px;
    		height: 187px;
    		display:block;
    		border-left: 0.5px solid;
    		border-right: 0.5px solid;
    		border-top: 0.5px solid;
    		border-bottom: 0.5px solid;
    		border-color: #9b9b9b;
    		text-decoration:none;
	}
	
	a.CartonesAbajoIzquierda:active 
	{
    		background-position: right top;
	}

	a.CartonesAbajoIzquierda:hover 
	{
    		background-position: -187px 0px;
	}
	
	/*  Menu vertical*/
	a.CartonesAbajoDerecha, a.CartonesAbajoDerecha:link, a.CartonesAbajoDerecha:visited 
	{
    		background: transparent url(../Imagenes/CartonAbajoDerecha.jpg) no-repeat left top;
    		width: 187px;
    		height: 187px;
    		display:block;
    		border-left: 0.5px solid;
    		border-right: 0.5px solid;
    		border-top: 0.5px solid;
    		border-bottom: 0.5px solid;
    		border-color: #9b9b9b;
    		text-decoration:none;
	}

	a.CartonesAbajoDerecha:active 
	{
    		background-position: right top;
	}

	a.CartonesAbajoDerecha:hover 
	{
    		background-position: -187px 0px;
	}

	/*  Menu vertical*/
	a.CartonesAvisos_1, a.CartonesAvisos_1:link, a.CartonesAvisos_1:visited 
	{
    		background: transparent url(../Imagenes/CartonAvisos_1.jpg) no-repeat left top;
    		width: 132px;
    		height: 40px;
    		display:block;
/*     		border-left: 0.5px solid; */
/*     		border-right: 0.5px solid; */
/*     		border-top: 0.5px solid; */
/*     		border-bottom: 0.5px solid; */
/*     		border-color: #B2B2B2; */
    		text-decoration:none;
	}

	a.CartonesAvisos_1:active 
	{
    		background-position: right top;
	}

	a.CartonesAvisos_1:hover 
	{
    		background-position: -132px 0px;
	}

/*  Menu vertical*/
	a.CartonesAvisos_2, a.CartonesAvisos_2:link, a.CartonesAvisos_2:visited 
	{
    		background: transparent url(../Imagenes/CartonAvisos_2.jpg) no-repeat left top;
    		width: 132px;
    		height: 40px;
    		display:block;
/*     		border-left: 0.5px solid; */
/*     		border-right: 0.5px solid; */
/*     		border-top: 0.5px solid; */
/*     		border-bottom: 0.5px solid; */
/*     		border-color: #B2B2B2; */
    		text-decoration:none;
	}

	a.CartonesAvisos_2:active 
	{
    		background-position: right top;
	}

	a.CartonesAvisos_2:hover 
	{
    		background-position: -132px 0px;
	}
	
/*  Menu vertical*/
	a.CartonesAvisos_3, a.CartonesAvisos_3:link, a.CartonesAvisos_3:visited 
	{
    		background: transparent url(../Imagenes/CartonAvisos_3.jpg) no-repeat left top;
    		width: 132px;
    		height: 40px;
    		display:block;
/*     		border-left: 0.5px solid; */
/*     		border-right: 0.5px solid; */
/*     		border-top: 0.5px solid; */
/*     		border-bottom: 0.5px solid; */
/*     		border-color: #B2B2B2; */
    		text-decoration:none;
	}

	a.CartonesAvisos_3:active 
	{
    		background-position: right top;
	}

	a.CartonesAvisos_3:hover 
	{
    		background-position: -132px 0px;
	}

	.main 
	{
		width: 80%;
		height: 500px;		
		margin:0px auto;		
		text-align:left;
		left : 83px; 
		position: absolute; 
		top : 163px; 
		z-index:1000;
	}
	
	.TituloAnoEvento
	{
		width: 80%;
		margin:0px auto;		
		text-align:center;
		left : 83px; 
		position: absolute; 
		text-align : left; 
		top : 115px; 
		z-index:100;
		color: white;
		font-size: 18px;
	}
	
	.Scroll
	{
		overflow-y: scroll;
	}
	
	.ImagenTablaEventos 
	{
		border: 1px solid #185cd7; 
		padding: 0px 0px 0px 0px;
		background-color: #FFFFFF;
	} 
	
	.TextoTablaEventos 
	{
		font-size:14px;
		color:black;
		text-align:justify;		
		border: 1px solid #185cd7; 
		padding: 0px;
		font-family:Helvetica;
		background-color: #FFFFFF;
	}
	
	.navenlace a 
	{
		background: url("../ApartadosSitio/Eventos/Imagenes/FondoFondoTablaEventos.jpg");	
		background-repeat : no-repeat;
		background-repeat : repeat-x;
   		color: black;
   		text-decoration: none;
   		display: block;
   		width: 100%;
	}

	.navenlace a:hover 
	{
   		
   		color: blue;
	}
	
	.FondoTabContainerEventos
	{
		background-color: #f3fbfc;
	}
	
	.main 
	{
		width: 80%;
		height: 500px;		
		margin:0px auto;		
		text-align:left;
		left : 83px; 
		position: absolute; 
		top : 163px; 
		z-index:1000;
	}