* 	{
	font-family: sans-serif;
	padding: 0;
	margin: 0;
	background-color: #005d7d;
 	color: #f8f8a7;
	}

a 	{ 
	font-weight: normal;
	font-size: medium;
	}	

	a:link { color: yellow; text-decoration: none;}
	a:visited { color: yellow; text-decoration: none;}
	a:active { color: yellow; text-decoration: none;}
	a:hover { text-decoration: underline; color: white;}
	
.centrado{
	text-align: center;
	}

div#principal {
 	font-weight: 650;
 	}
 	
.contenido {
	width: 79%;
	margin: 0 2% 0 2%;
	float: left;
	text-align: justify;
	}

.contenido p {
	padding-left: 0px;
	padding-right: 5px;
	}

.submenu {
	text-align: right;
	}



div#navegacion{
 	float: right;
 	text-align: left;
 	width: 17%;
 	color: #f8f8a7;
 	}

div#navegacion:before {
	display: block;
	font-weight: 650;
	color: white;
	text-decoration: none;
	text-align: center;
	padding-bottom: 0.5em;
	content:  'SECCIONES';
	}

h1 {
	text-align: right;
	color: #52bddf;
	font-size: 2.5em;
	font-weight: normal;
	padding-top: 0.2em;
	padding-bottom: 0em;
	border-bottom: solid 1px;
	margin-bottom: 0.3em;}
	
h2 {
	padding-left: 0px;
	color: #52bddf;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 0.2em;
	padding-bottom: 0em;
	border-bottom: solid 1px;
	margin-bottom: 0.5em;}

p {
	padding-bottom: 0.7em;
	padding-left: 0;
	}

p#migas {
	font-size: 0.9em;
	font-weight: 650;
	}

li {
	padding-left: 2em;
	padding-bottom: 0.1em;
	list-style-position: inside;
	}

dt {
	font-size: large;
	color: yellow;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 10px;
	border-bottom: solid 1px;}

dd {
	padding-left: 30px;
	padding-top: 0.5em;}

.minicuadro{
	margin: 0.2em;
	float: left;
	padding: 0;
	}
	
.minicuadro p {
	padding:0;
	text-align: center;
	font-size: 0.8em;
	}

#lienzo {
	margin: 20px;}

body:before {
	display: block;
	background-color: #910000;
	font-size: 3em;
	color: #f8f8a7;
	text-align: center;
	border-bottom: solid;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	content:  'JuanJSotoPuntoCom';  
	}

body:after {
	padding: 0em;
	color: #f8f8a7;
	display: block;
	clear: both;
	text-align: center;
	border-top: solid 1px;
	font-size: x-small;
	content:  '(c) 2006 Juan Soto | Comentarios a: jsoto61 [arroba] gmail [punto] com'; 
	}