/* CSS Document */

#principal {
	border: medium solid #FFFFFF;
	position: absolute; 
	z-index: -1; 
	top: 3%;
	right: 5%;
	overflow: hidden;
	float: none;
}

#logo {
	z-index: 2;
	top: 4%;
	position: absolute;
	left: 5%;
}

#comentario {
	background-color: #99CCFF;
	border: medium solid #333333;
	width: auto;
	font-size: 16px;
}
#lateral {
	float: right;
	position: absolute;
	top: 20%;
	right: 5%;
}
#contacto {
	z-index: 5;
	top: -4%;
	position: absolute;
	left: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#confian{
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	width: 100%;
}
.td1 {
	font-size: medium;
	text-align: center;
	vertical-align: middle;
}
.td11 {
	font-size: medium;
	text-align: right;
	vertical-align: middle;
}
.tdcon {
	font-weight: bolder;
	color: #000;
	vertical-align: top;
}
.rojo {
	color: #F00;
}

