/* Css de Base3 */

/*AQUÍ VAMOS A DEFINIR LAS PROPIEDADES DE LA PÁGINA EN GENERAL, MÁS ADELANTE DEFINIREMOS LAS DE LAS CAJAS PRINCIPALES*/
/*formatos de párrafo, linea de separacion, encabezados 1 al 6, tablas, vínculos (en sus 4 estados) y body respectivamente*/
	p  {
	color: #000000;
	line-height: normal;
	
	font-size: 1em;
	text-align: justify;
	margin: 3px;
		
	}
	
	hr	{
	display:inline;
	background-color: #990000;
	}
	
	h1  {
		
		text-align : left;
		color : #666666;
		margin:0px;
			font-size: 1.9em;
	}
	
	h2  {
	color:#033;
	text-transform: capitalize;
	font-family: Verdana;
	font-size: 1.8em;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
		font-size: 1.7em;
	}
	h3  {

	color : #036;
	font-size: 1.6em;
	}
	h4  {
		
		text-align : left;
		color : #666666;
			font-size: 1.4em;
	}
	h5  {
			font-size: 1.2em;
		text-align : left;
		color : #666666;
		
	}
	h6  {
			font-size: 1.1em;
		text-align : left;
		color : #666666;
		
	}
	td  {
	
		text-align : center;
		color : #586885;
		
	}
	a	{
			font-size: 1em;
		color:#325FA0;
		
	}
	a:link {
	text-decoration: none;
	color: #97D3AF;		
	}
	a:visited {
		text-decoration: none;
		color:#325FA0;
		
	}
	a:hover {
		text-decoration: none;
		color:#000066;
		
	}
	a:active {
		text-decoration: none;
		color:#0099CC;
		
	}
	body  {
	text-align : justify;
	line-height: normal;
	font-variant: normal;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #000000;
	font-family: helvetica, verdana;
	font-size: 16px;
		}
	/*AHORA VAMOS A PASAR A DEFINIR LOS VALORES
	PARA ORDENAR LAS CAJAS QUE HEMOS CREADO EN XHTML,
	 RECORDAD QUE SI NO ESTÁN BIEN ESTRUCTURADAS DENTRO
	 DEL DOCUMENTO TENDRÉIS COMPLICACIONES AL QUERER SITUARLAS EN CSS*/
	 
	 /*PRIMERO HACEMOS UN CONTENEDOR PARA QUE ALBERGUE A 
	 LOS DEMÁS ELEMENTOS, ADEMÁS QUEREMOS QUE QUEDE CENTRADO,
	  POR LO QUE PONDREMOS ATENCIÓN A LOS VALORES DE MARGIN*/
		#cuerpo{
	text-align: center;
	overflow: auto;
	margin: 2px;
	padding: 2px;
	background-color: #FFFFFF;
	height: 1170px;
	}
	
	
#notas {
	margin: 0px;
	
	height: 1400px;
	width: 490px;
	overflow: auto;
}

	
	
	
	
	
	
#busqueda {
	width:490;
	text-align: justify;
	vertical-align: baseline;
	line-height: normal;
	margin: 20px;
	list-style-position: inside;
	list-style-type: disc;
}

#form_buscar {
	background-color: #000066;
	float: left;
	

	color: #FFF;
}
.Buscar-Titulo {
		font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
 #form_buscar {
	float: left;
	width: 200px;
}
 #firma leonet {
	text-align: right;
	margin: 1px;
	padding: 1px;
	float: right;
	background-color: #FF9;
}
#central #fondo_titulo {
	
		font-size: 1.1em;
	color: #000033;
	background-image: url(../images/fondo_titulos1.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 35px;
	width: 490px;
	margin: 0px;
	padding: 0px;
}
 #izquierda #fondo_titulo_lateral {

	
	background-image: url(../images/fondo_titulos_lateral1.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 35px;
	width: 200px;
	float: none;
}


#derecha #modulo_especial_1 {
	background-color: #F0F0F0;
	margin: 2px;
	padding: 2px;
	width: 190px;
	border: 2px groove #000033;
	list-style-position: outside;
	list-style-type: disc;
	height: 450px;
	overflow: auto;
}
.container .span-3 last #ultima_der #mic {
	position: fixed;	
}

.mic {
background-image: url(../images/microphono.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
}
#but_sup {
	
	text-align: center;
}
