/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

	* {
		margin: 0;
		padding: 0;
	}

	body {
		font: 11px/14px Lucida Grande, Lucida, Verdana, sans-serif;
		color: #000000; 
		background-color: #ffffff; 
	}
	
	body.section-1 { }
	body.section-2 { }
	body.section-3 { }


	/* ESTILO DE LOS ENLACES */
	
	a:link { 
		font: 11px/14px Lucida Grande, Lucida, Verdana, sans-serif;
		text-decoration: none;
		color: #000000; 
	}
	
	a:active { 
		font: 11px/14px Lucida Grande, Lucida, Verdana, sans-serif;
		text-decoration: none;
	}
	
	a:visited { 
		font: 11px/14px Lucida Grande, Lucida, Verdana, sans-serif;
		text-decoration: none;
		color: #666666; 
		background: none;
	}
	
	a:hover { 
		font: 11px/14px Lucida Grande, Lucida, Verdana, sans-serif;
		text-decoration: line-through;
		color: #00b2d6;
	}

	a img { border: none; }



	/* PERSONALIZACION DEL MENU */

	#menu {
		width: 300px;
		overflow: auto;
		top: 0;
		bottom: 0;
		left: 0;
		position: fixed;
		height: 100%;	
		background-color: #ffffff;
		padding-top: 0px; 

	}
	
	#menu ul {
		list-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		padding-right: 25px;
		padding-left: 25px;
		font: 11px/14px Lucida Grande, Lucida, Verdana, sans-serif;
	}

	#menu ul li {
		margin-top: 0px;
		margin-bottom: 4px;
	}
	
	#menu ul li.section-title {
		font-style: italic;
		font-size: 12px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-left: 0px;
		color: #00b2d6;
		border-top-color: #000000;
		border-top-style: dotted;
		border-top-width: 1px;
		font: 11px/14px Lucida Grande, Lucida, Verdana, sans-serif;
	}



	/* AREAS DE CONTENIDO Y CONTENEDOR */
	
	#content {
		height: 100%;
		margin: 0 0 0 300px;
		padding-top: 60px; 
	}
		
	.container {
		padding: 20px 20px 25px 20px;
	}
		
	#content p { 
		width: 400px; 
		margin-bottom: 10px; 
	}
		
	p {
		margin: 0 0 0 0;
	}
	
	
	
	/* BOTONES MENU NAVEGACION NUMEROS */
	
	p.nav a {
		background-color: #00b2d6;
		padding-top: 2px;
		padding-right: 10px;
		padding-bottom: 2px;
		padding-left: 10px;
		font-size: 11px;
		color:#ffffff;
		font: 11px/14px Lucida Grande, Lucida, Verdana, sans-serif;
		-moz-border-radius-bottomleft: 7px;
		-moz-border-radius-bottomright: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
	}
	
	p.nav a:hover {
		background-color: #00b2d6;
		text-decoration: none;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font: 10px/12px Lucida Grande, Lucida, Verdana, sans-serif;
		padding-left: 20px;
	}
	
	
	
	/* ENCABEZADOS Y TITULARES */

	h1 { font-size: 32px; }
	h2 { font-size: 24px; }
	h3 { font-size: 16px; }
	h4 { font-size: 12px; }
	


	/* ETIQUETAS DE IMAGEN */
	
	#img-container	
	{ 
		margin: 0; padding: 0; 
		}
	#img-container p	
		{ 
			width: 400px; 
			margin: 0; 
			padding: 0 0 12px 0; 
		}
	
	#once { clear: left; }

