body { background-color: lightblue;
	font-family: verdana, arial, helvetica, sans-seriff;
	font-size: 10pt; color: darkgreen; }

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; }

#bloque1 { background-color: lightblue;
	left: 25px;
	top: 25px;
	width: 300px;
	hight: 300px;
	text-align: justify;
	padding: 10px; }

#bloque2 { background-color: none;
	left: 30px;
	top: 150px;
	width: 90px;
	hight: 500px;
	text-align: justify;
	padding: 30px;
	border: dashed 2px darkgreen;
	color: darksalmon;
	font-weight: bold; }

#bloque2 a:hover { color: green;
	text-decoration: underline overline; }

#bloque3 { left: 600px;
	top: 150px;
	margin-right: 12px;
	text-align: justify;
	/* padding: 30px 15px 87px 15px; */
	border: dashed 2px darkgreen;
	color: darksalmon;
	font-weight: bold; }

#paginador { padding: 30px 15px 119px 15px; }

#bloque4 { left: 175px;
	top: 150px;
	width: 390px;
	hight: 100px;
	text-align: justify;
	padding: 50px 0px 0px 80px; }

#bloque5 { left: 175px;
	top: 400px;
	width: 390px;
	hight: 100px;
	text-align: justify;
	padding: 50px 0px 0px 80px; }

/* #bloque9 { text-align: center; }

#bloque12 { left: 30px;
	top: 50px; }

#bloque13 {left: 150px;
	top: 50px;} */

#contenedorcarta { width: 310px;
	text-align: center;}

#carta {width: 53px;
	margin: auto;
	text-align: left;}

.rojita { color: lime;
	font-weight: bold;
	text-decoration: underline overline; }

.celeste { color: darkviolet;
	font-weight: bold; }

.absolutos { position: absolute; }