body {background-color: green;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	color: blue;
	margin: 0px;}

div {position: absolute;}

a:link {color: black;
	text-decoration: none;}
a:visited {color: black;
	text-decoration: none;}
a:hover {color: red;
	text-decoration: underline;
	background-color: lightyellow;}
a:active {color: silver;
	text-decoration: none;}

.1ab a:hover {color: green;
	text-decoration: underline;}                      

#bloque1 {background: black;
	border: dashed 1px yellow;
	left:100px;
	top:10px;
	width: 600px;
	text-align: justify;
	padding: 15px;}

#bloque2 {background: green;
	border: dashed 10px black;
	top: 200px;
	left:50px;}

.1ab {font-family: "comic sans ms";
	color: darksalmon;
	font-weight: bold;}

.rojita {color: red;
	font-weight: bold;
	text-decoration: underline overline;}

.1ab a:link {color: orange;
	text-decoration: none;}
.1ab a:visited {color: green;
	text-decoration: none;}
.1ab a:hover {color: red;
	text-decoration: overline underline;
	background-color: hotpink;}

#bloque3 {background: yellow;
	border: dashed 1px black;
	left: 200px;
	top: 200px;
	width: 100px;
	hight: 100px;
	text-align: justify;
	padding: 10px;}


#bloque4 {background: lightblue;
	border: dashed 1px black;
	left: 500px;
	top: 200px;
	width: 200px;
	hight: 200px;
	text-align: justify;
	padding: 10px;}

#bloque5 {background: lightblue;
	border: dashed 1px black;
	left: 500px;
	top: 350px;
	width: 200px;
	hight: 200px;
	text-align: justify;
	padding: 10px;}

#bloque6 {background: blue;
	border: dashed 1px black;
	left: 50px;
	top: 300px;
	width: 100px;
	hight: 100px;
	text-align: justify;
	padding: 10px;}