.fondo {

}

A {
	color: #8db9d2;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

.centrado {
	font-family:times;
	display:block;
	margin:0 auto;
	padding-bottom: 25px;
}

.fondoimagen {
	width: 600px;
	background: url(../img/fondoweb.jpg);
	background-repeat: no-repeat;
	padding: 150px;
	padding-left: 200px;
	font-style: italic;
	color: #777777;
}

input {
	background: #ccc;
	color: #777777;
	border: 0px;
	font-style: italic;
	font-family:times;
	padding: 3px;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #777777;
	letter-spacing: -0.05em;
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 3px;

}

.texto_blanco {
	font-family:times;
}

.moduleMessagesError{
	color: #d01724;
	padding:4px;
}

.moduleMessagesOk{
	color: #358d0f;
	padding:4px;
}

li.bibliografia {
	color: #333;
	margin-left: 15px;
}