BODY {
	margin: 15px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	font-family: Helvetica, Arial, sans-serif;
	background: black;	
	
}


ul {
	list-style-type: square; 
	}


A:link {color: white; background: black; text-decoration: underline}
A:visited {color: white;  background: grey; text-decoration: underline}
A:hover {color: white; background: red; text-decoration: underline; cursor: pointer}
A:active {color: white;  background: red; text-decoration: underline}






/* ---------EL CONTENIDO LA CAJA PRAL------------- */

.content {
	margin: 0px 0px 15px 0px; 
	padding: 10px 20px 20px 20px;
	display: block;
	text-align: left;
	background: #dfdfdf;	
	border: solid black 10px;	
	width: 800px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small; 
	}


.content P, LI{
	padding: 0em 0em 1em 0em;
	font-size: small;
	text-align: left;
	}


.content H1 {
	color: white; 
	background: black;	
	font-size: xx-large; 
	font-weight: bold; 
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	}

.content H2 {
	color: white; 
	background: grey;	
	font-size: normal;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	}


IMG {
	margin: 1em 1em 1em 0em;
	width: 350px;
	text-align: left;
	position: relative;
	}
	
.dibujos IMG {
	width: 500px;
	text-align: left;
	position: relative;
	}