@charset "utf-8";
/* CSS Document */

.img-izq {
	float: left;
}
.img-der {
	float: right;
}
li.dir {
	line-height: 18px;
	background: url(../images/building.png) no-repeat 0px center;
	padding: 0 0 0 22px;
	display: block;
	font-weight:bold;
}
li.tel {
	line-height: 18px;
	background: url(../images/telephone.png) no-repeat 0px center;
	padding: 0 0 0 22px;
	display: block;
	font-weight:bold;
}
li.cel {
	line-height: 18px;
	background: url(../images/phone.png) no-repeat 0px center;
	padding: 0 0 0 22px;
	display: block;
}
li.nextel {
	line-height: 18px;
	background: url(../images/comment.png) no-repeat 0px center;
	padding: 0 0 0 22px;
	display: block;
}
li.msn, li.nom {
	line-height: 18px;
	background: url(../images/status_online.png) no-repeat 0px center;
	padding: 0 0 0 22px;
	display: block;
}
li.email {
	line-height: 18px;
	background: url(../images/email.png) no-repeat 0px center;
	padding: 0 0 0 22px;
	display: block;
}
li.nom {
	font-weight:bold;
}
.err {
	font-weight: bold;
	color: #FF0000;
	border:none;
}
.errinput {
	border: 1px solid red;
}