@charset "ISO-8859-1";

* { margin: 0; padding: 0; border: none; }

.clear{	clear:both; }

body {
  background-image: url(images/body-fondo01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #66999;	
}

.spanMenu {
	font-size: 25px;
	color: blue;
	margin-right: 10px;
}

.spanMenu1 {
	font-size: 20px;
	color: #C42D39
}

.spanMenu2 {
	font-size: 20px;
	color: #FA6E03;
}
