@import'clear.css';
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #CCC;
	background-image: url(img/gra.png);
	background-repeat: repeat-x;
	margin: 0px;
}

#servicios{
	font-size: small;
	height: auto;
	width: 960px;
	margin: auto;
}
#head #numeros {
	height: 50px;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#head {
	margin: auto;
	height: 100px;
	width: 960px;
	position: relative;
}



#footer {
	font-size: small;
	width: 100%;
	height: 80px;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #CCC;
	background-color: #CCC;
}

#footer .bloque50 {
	float: left;
	width: 50%;
	height: 80px;	
}

#footer-centro {
	font-size: small;
	margin: auto;
	width: 960px;
	height: 80px;
	padding: 5px;
}

strong {
	color: #069;
}

.bloque33 h3 {
	color: #000;
}

.bloque33 {
	float: left;
	width: 32%;
	height: auto;
	margin: 5px;
}

#Titular {
	height: 90px;
	width: 960px;
	margin: auto;
	font-family: 'Expletus Sans', cursive;
	color: #170C66;
}
/* Carrusel */

#waterwheel-carousel {
  width:960px;
  height:350px;
  position:relative;
  clear:both;
  overflow:hidden;
  margin: 0 auto;
}
#waterwheel-carousel img {
  visibility:hidden; /* hide images until carousel positions them */
  cursor:pointer;
}