/* CSS Document */
.Fotos {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #000000;
}

body {
	background-color: #FF0000;
	scrollbar-base-color: #FF0000;
	scrollbar-arrow-color : #000000;
}

.Titulos {
	font-family: "Courier New", Courier, mono;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}

.Nombres {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.Mail {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}

.Tabla {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
}

.Menu {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
.Menu:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

.Volver {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
.Volver:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}