html {
	background-image: url(pics/cielo.png);
	background-repeat: repeat-x;
	text-align: center;
}

* {
	padding: 0;
	margin: 0;
}

#logo-busq-links {
	margin-top: 110px;
}

#logo {
	margin: 0 auto;
	width: 400px;
	height: 61px;
	background-image: url(pics/logo.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: center;
}

#Busqueda {
	margin: 0 auto;
	width: 395px;
}

#campoInput, #botonBusqueda {
	height: 27px;
	padding: 2px;
	font-family: "Trebuchet MS";
}

#campoInput {
	width: 100%;
}

#botonBusqueda {
	font-weight: bold;
}

#elResto {
	margin: 0 auto;
	width: 395px;
	margin-top: 15px;
	font-size: 13px;
	font-family: Arial;
	text-align: center;
}

#elResto a:link, #elResto a:visited, #elResto a:hover, #elResto a:active {
	color: #9BC454;
	text-decoration: underline;
} 

/*********** NUBE DE TAGS ************/

#nubeTags {
	margin: 15px 40px 0px 40px;
	color: #000;
	text-align: center;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-weight: bold;
	letter-spacing: -2px;
}

#nubeTags a:link, #nubeTags a:visited {
	text-decoration: none;
}

#nubeTags a:hover, #nubeTags a:active {
	text-decoration: underline;
	color: #000;
}

#nubeTags a {
	padding: 4px;
}

.smallest {
	font-size: 16px;
	color: #BBD9E5;
}

.small {
	font-size: 19px;
	color: #9FD3E8;
}

.medium {
	font-size: 22px;
	color: #7FCDEB;
}

.large {
	font-size: 25px;
	color: #5AC6EF;
}

.largest {
	font-size: 28px;
	color: #37BCF1;
}

#nubeTags div {
	text-align: right;
	font-family: Arial;
	font-size: 30px;
}

#nubeTags div a {
	color: #9BC454;
}

/*********** FOOTER ************/

#footer {
	background-color: #FFFFE1;
	border-top: 1px #FFE88C solid;
	margin: 25px;
	padding: 10px;
}

#footer a {
	color: #FF8040;
	font-family: Calibri, "Segoe UI", "Trebuchet MS", Helvetica, Arial;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
