/* CSS Document */

.negrita {
	font-weight: bold;
}

/* Estilos para seccion fotos dentro del perfil del usuario */

#fotos-usuario {
}

.foto-usuario {
	float:left;
	margin-right: 7px;
	margin-bottom: 7px;
	height:125px;
	width:125px;
}

.foto-usuario img {
	border: 1px solid #abacac;
}


/* Estilos para seccion mensajes dentro del perfil del usuario */

#mensajes {
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.mensajes-menu li {
	list-style: none;
	float: left;
}

.mensajes-menu li a {
	display: block;
	width: 100px;
	height: 20px;
	margin-right: 4px;
	padding-top: 5px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.mensajes-menu li a:hover {
	color: #666;
}

.mensajes-menu-activo {
	background: #eee;
}

#mensajes-header {
	margin-top: 8px;
	margin-bottom: 6px;
	font-size: 12px;
	padding: 3px;
}

.mensaje {
	background: #eee;
	font-size: 12px;
	padding: 3px;
	margin-bottom: 4px;
	cursor: pointer;
}

.mensaje:hover {
	background: #ccc;
}

.mensaje-asunto {
	display: block;
	float: left;
	width: 300px;
	border-right: 2px solid #fff;
}

.mensaje-usuario {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	border-right: 2px solid #fff;
}

.mensaje-fecha {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
}

.mensaje-content {
	margin-bottom: 8px;
	font-size: 12px;
	border: 1px solid #ddd;
	padding: 5px;
}

.mensaje-content span {
	float: right;
	margin-right: 6px;
	padding: 3px;
	background: #eee;
	border: 1px solid #ddd;
	cursor: pointer;
}

.mensaje-content span:hover {
	background: #ddd;
}

/* Estilos para perfil del usuario que estamos visitando */

#funciones {
	width: 80%;
	margin-left: 50px;
}

#funciones td {
	height: 40px;
	vertical-align: middle;
}

#funciones td a {
	color: #666;
	text-decoration: none;
}

#funciones td img {
	border: none;
}