@charset "UTF-8";

body, html {
  height: 100%;
  width: 100%;
}

body {
	background-color: #7c8ca5;
	margin: 10px;
	padding: 0px;
	text-align: center;
}
#titulo {
	background-image: url(img/fondo_boton.gif);
	background-repeat: repeat-x;
	height: 115px;
	margin: auto;
	padding: 0px;
	width: 640px;
}


.todo {
	width: 100%;
	 

}

.todo70 {
	width: 70%;
	margin: 15px;
	max-height: 83px;
	max-width: 517px;
}

.fotonogrande {
	width: 60%;
	
	max-width: 400px;
}

#foto1 {
	background-image: url(img/foto01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
	width: 100%;
	height: 200px;
		
}
.negra {
	font-weight: bold;
}

