body {background-color: violet;
font-family: verdana,arial,helvetica,Sans-serif;
	font-size: 12pt;
	color: mediumvioletred;}

div {position: absolute;}

a:link {color: yellow;
	text-decoration: none;}
a:visited {color: yellow;
	text decoration: none;}
a:hover {color: red;
	text-decoration: underline;
	background: lightyellow;}
a:active {color: silver;
	text-decoration: none;}

#bloque1 {background: lightgreen;
	left: 50px;
	top: 200px;
	width: 300px;
	hight: 300px;
	text-align: justify;
	padding: 10px;}

#bloque2 {background: lightblue;
	left: 400px;
	top: 200px;
	width: 250px;
	hight: 600px;
	text-align: justify;
	padding: 15px;
	border-width: 2px;
	border-style: dashed;}

#piramide {top: 198px;
	right: 0px;}


.1ab {font-family: "comic sans ms";
	color: forestgreen;
	font-weight: bold;}

.rojita {color: red;
	font-weight: bold;
	text-decoration: underline;}

.verde {color: green;
	font-weight: bold;}

.azulado {color: blue;
	font-weight: bold;}

.1ab a:hover {color: blue;
	text-decoration: overline;}
.1ab a:link {color: yellow;
	text-decoration: overline;}
.1ab a:visited {color: brown;
	text-decoration: overline;}
.1ab a:hover {color: purple;
	text-decoration: overline;}