body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.texto1 {
	font-size: 22px;
	color: #4169E1;
	text-align: center;
	font-weight: bold;
}


#contenedor {
	border: 1px solid #cccccc;
	background: white;
	width: 600px;
	float: inherit;
}

#centro{
	text-align: center;
}

/* -- Enlaces -- */

a {
	color: #4169E1;
	text-decoration: none;
}

a:hover {
	color: #4169E1;
	text-decoration: underline overline;
}

a:visited {
	color: blue;
}