/**
* CSS
* 
* Héctor Sos
* 
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-size: 10.5pt;
	font-family: 'Courier New', Courier, Fixed;
	background: #fff;
	margin: 20px;
	font-weight:lighter;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #000;}
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #FF0000;}

a img { border: none; }

#menu {
    width: 260px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	margin: 20px;
}

 #menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color: #000;
}

#menu ul li.section-title { 

/* 
font-family: "Courier New", Courier, monospace;
text-transform:uppercase;
font-size: 12px;
font-weight:bold; 
*/


font-family: 'Courier New', Courier, Fixed;
font-style: normal;
font-size: 12pt;
color: #555555;
margin-top : 10px;
text-transform:uppercase;
margin: 0 0 -2px 0;

}





#content {
    height: 100%;
    margin: -4px 0 0 260px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }



/*

	SUPERENCABEZADO
		

*/

.Encabezado {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	padding: 0 2px 1px 2px;
	font-weight:bold;

}



/*

	TÍTULO DE LA WEB (HÉCTOR SOS / GRAPHIC DESIGN & ARTWORKS
		

*/



.tituloweb {
	font-family: "Courier New", Courier, monospace;
	
	font-size:18pt;
	color:#33cc66;
	line-height: 0.9em;
}

.tituloweb:hover {
	font-family: "Courier New", Courier, monospace;
	
	color: #FF0000;
	font-size:18pt;
	line-height: 0.9em;
}


/*

	TEXTO CONTENIDOS
		

*/



.textocontenido {
	font-size: 10.5pt;
	font-family: 'Courier New', Courier, Fixed;
	color:#000;
}

.textocontenido:hover {
	font-size: 10.5pt;
	font-family: 'Courier New', Courier, Fixed;
	color: #000;
}




/*

	TITULO CONTENIDOS
		

*/



.titulocontenido {
	color:#000;
	font-family: 'Courier New', Courier, Fixed;
    font-style: normal;
    font-size: 18pt;
    text-transform:uppercase;

}






/*

	TEXTO LAUS
		

*/



.rojo {
	font-size: 10.5pt;
	font-family: 'Courier New', Courier, Fixed;
	color: #F00;
}

.rojo:hover {
	font-size: 10.5pt;
	font-family: 'Courier New', Courier, Fixed;
	color: #F00;
}