@CHARSET "utf-8";
.contenido a{
	text-decoration: none;
	color: #004380;
}

.contenido .mensaje{
	padding: 20px 0 0 20px;
	font-size: 13px;
}

.contenido dl{
	padding: 20px;
	color: #004380;
	width: 300px;
	
}

.contenido dt{
	clear: both;
	float:left;
	width: 130px;
	text-align: right;
	padding-right: 5px;
}

.contenido dd{
	float:left;
	padding-bottom: 15px;
	width: 160px;
}

.contenido dd input,select{
	background-color: #b9e0f7;
	border: 0px;
	color: #004380;
}

.contenido .usuario{
	float: right;
	padding: 10px;
	margin: 10px;
	text-align: right;
	color:#004380;
	background-color: #b9e0f7;
}

.contenido .usuario a{
	color:#004380;
}

.contenido .abstracts{
	padding: 15px;
	margin: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.contenido .menu{
	width: 740px;
	padding: 0 5px 0 5px;
	color:#004380;
	background-color: #b9e0f7;
	line-height: 20px;
}

.contenido .menu .item{
	float: left;
	width: 105px;
	text-align: center;
}

.contenido table{
	border: 1px solid #b9e0f7;
	margin-left: 50px;
}

.contenido td{
	border: 1px solid #b9e0f7;
	width: 130px;
	text-align: center;
	font-size: 10px;
}
