  @import url(https://fonts.googleapis.com/css?family=Dosis);


#pie_de_pagina {

	margin-top:12px;
}	
	
/* ================================================================ 
NOTA 
=================================================================== */
#nota {
	position:relative;
	float:left;
	left: 28px;
    top:16px;
	min-height: 720px;
	height: 720px;
	width: 838px;
	z-index: 0;
	overflow: hidden;

	

	
	
	
	 
}

#notas_cuerpo { 
	 position:relative;
	 float:left; 
     width: 70%;
	 height: auto;
	 margin-top:5%;
	 margin-left:15%;
	 border:0;
	 font-size:1em;
	 text-align: justify;
	 

   /* margin-top: 5%;*/
  /* font-size: 21px;*/
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
 
 
#notas_cuerpo  p{ 
	text-align: justify;
	 
}


#Nota_seccion,
#Nota_titulo
{
	position:relative;
	float:left;
	clear:both;
	font-family: 'Dosis', sans-serif;
	overflow:hidden;
}

#Nota_seccion{
    font-size:24px;
	font-weight:800;
	height:28px;
	color:#95BFC2;
	 
}

#Nota_titulo{
    font-size:48px;
	font-weight:800;
	min-height: 52px;
	color:#000000;
	margin-bottom:16px;
	overflow:hidden;
	 
}


#nota_cuerpo {
	position:relative;
	float:left;
	width: 819px;
	z-index: 0;
	font-family: 'Dosis', sans-serif;
	font-size:12px;
	font-weight:500;
	padding:9px;
	 
}


#nota_div_imagenes{
	position: relative;
	float:left;
	clear:none;
	margin-top: 0px;
	margin-left:-9px;
	margin-right:9px;
/*	margin-bottom:12px;*/
	height: 370px;
	width: 555px;
	z-index:0;
}

#nota_img{
 
	height: 370px;
	width: 555px;
}

#nota_copete {
	position:relative;
	float:left;
	width: 264px;
	z-index: 0;
	padding-bottom:9px;
	/*margin-bottom:12px;*/
	border-bottom-style:dotted;
    border-bottom-width:thin;
    border-bottom-color:#000000; 
	font-family: 'Dosis', sans-serif;
	font-size:12px;
	font-weight:800;
}

/* ================================================================ 
MAS NOTAS 
=================================================================== */
#mas_notas {
	position:relative;
	float:left;
	min-height: 168px;
	width: 838px;
	z-index: 0;
}



/* ================================================================ 
BARRA MENU
=================================================================== */
#nota_barra_menu {
	position:relative;
	float:right;
	margin-right:28px;
    top:16px;
	min-height: 720px;
	width: 273px;
	z-index: 0;
	overflow:hidden;

}

/* ================================================================ 
NOTAS AGENDA / MENU VERTICAL
=================================================================== */
#nota_agenda,
#nota_menu_vertical 
{
	position:relative;
	float:left;
	height: 369px;
	width: 273px;
	z-index: 0;
	overflow:hidden;
	background-color:#ECEDED;
	 
}

#nota_agenda
{ height: 360px;
  margin-top:9px;
  padding-bottom:9px;
}

/* ================================================================ 
ARCHIVOS ADJUNTOS
=================================================================== */


#nota_archivos_tit {
 
	position:relative;
	float:left;
	clear:both;
	font-family: 'Dosis', sans-serif;
	overflow:hidden;
    font-size:24px;
	font-weight:800;
	height:28px;
	color:#95BFC2;
	margin-bottom:5px;	 
}


#nota_archivos {
	position:relative;
	float:left;
	min-height: 100px;
	width: 800px;
	z-index: 0;
	background-color:#ECEDED;
	padding:10px;
	margin-bottom:20px;
	 
	
}

#nota_archivos_lista {
	position:relative;
	float:left;
	clear:both;
	min-height: 20px;
	width: 100%;
	padding:3px;
	font-family: 'Dosis', sans-serif;
	font-size:16px;
	color:#003366;
}

.nota_archivos_docu  {
	position:relative;
	float:left;
	clear:both;
	min-height: 20px;
	width: 100%;
	padding:3px;
	font-family: 'Dosis', sans-serif;
	font-size:16px;
	color:#003366;
}

.nota_archivos_img{
	position:relative;
	float:left;
	width:25px;
	height:25px;
}

.nota_archivos_tit{
	position:relative;
	float:left;
	width:380px;
	margin-left:3px;
	padding-top:2px;
	font-weight:600;
	 
	
}

.archivo_documentos_img{
	width:25px;
	height:25px;
}

.nota_archivos_borr{
	position:relative;
	float:left;
	width:25px;
	height:25px;
}


a.nota_archivos_lnk, a.nota_archivos_lnk:link, a.nota_archivos_lnk:visited, a.nota_archivos_lnk:hover{	 

	color:#003366;
	text-decoration:none
	 
}



