*{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial,Helvetica,sans-serif;
}

body{
	text-align: center;
	font-size: small;
}
p{
	margin: 1em 0 0 0;
}

#contenedor{
	margin: 0 auto;
	width: 708px;
	height: 490px;
	background-image: url(img/fondoGeneral.jpg);
	text-align: left;
	position: relative;
}

#principal{
	width: 300px;
	margin: 10px auto auto 20px;
}

#menu{
	position: absolute;
	bottom: 48px;
	left: 10px;
}

#menu a{
	color: #FFF;
	font-weight: bold;
}

#recientes{
	position: absolute;
	right: 45px;
	top: 115px;
	width:235px;
}

.inputText{
	border: 1px solid #ccc;
}

.error{
	color: #F00;
}