* {
	margin: 0px;
	padding: 0px;
}

body {
  font-family: Verdana;
  font-size: 11px;
  background-color: #CCCCCC;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #6c91e9;
}

#contenedor {
	width: 800px;
	height: 1132px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
}

#cabecera {
	width: 800px;
	height: 145px;
}

#texto {
	width: 600px;
	position: relative;
	top: 20px;
	left: 100px;
	text-align: justify;
}

.titulo {
	font-weight: bold;
	font-size: 12px;
	color: #02059b;
}
