#head {
	margin-bottom : 50px;
}
#data {
	padding-top   : 0px;
}

#tablon {
	position: relative;
	width : 530px;
	height: 150px;
	overflow: hidden;
}
#tablon #up {
	position: absolute;
	top   : 165px;
	right :   5px;
	cursor: pointer;
}
#tablon #dn {
	position: absolute;
	bottom:   5px;
	right :   5px;
	cursor: pointer;
}
#tablon #sc {
	position: relative;
	width : 490px;
	height: 190px;
	margin :  0px  0px  0px 10px;
	overflow: hidden;
}
#tablon #msgs {
	position: relative;
}
#tablon #msgs p.a {
	margin :  0px  0px  0px  0px;
	font-weight: bold;
}
#tablon #msgs p.c {
	margin :  0px  0px  6px  0px;
}

form p {
	position: relative;
	margin :  0px;
}
form input {
	position: relative;
	font-family: Arial;
	font-size  : 12px;
	border: 1px solid #E0E0E0;
}
form textarea {
	position: relative;
	font-family: Arial;
	font-size  : 12px;
	border: 1px solid #E0E0E0;
}

#form {
	position: relative;
	margin : 15px  0px  0px  0px;
	height : 150px;
}
#form #nombre {
	width : 225px;
}
#form #texto {
	width : 500px;
	height:  75px;
}
#form .btn {
	position: absolute;
	bottom:   0px;
	width : 500px;
	text-align: right;
}