p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #666666}
h4 {  color: #CCFF00}
a:hover {
	color: #FFF;
}
a:link {
	color: #03F;
}
a {
	color: #06F;
	text-decoration: none;
}
.izq {
	width: 400px;
	margin-right: -400px;
	position: absolute;
	left: 50%;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	border: thin dotted #999999;
}
.der {
	width: 400px;
	height: 100%;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	border: thin dotted #999999;
	right: 50%;
	margin-left: -400px;
	margin-bottom: auto;

}
body {
	background-color: #FFFEEF;
}

