* {
	margin: 0; padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #D3DBE7;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: center top;
	}

h1 {
	display: block;
	height: 86px;
	width: 352px;
	margin: 45px auto 5px auto;
	font-size: 1px;
	background-image: url(images/y2logo.png);
	background-repeat: no-repeat;
	background-position: center;
	}

h2 {
	display: none;
	}

/*a:link, a:active, a:visited {
	
	}

a:hover {
	text-decoration: none;
	color: #4078DF;
	}
*/
#lang {
   position:absolute;
   top: 15px;
   right: 25px;
   }
#lang a {
	text-decoration:none;
	color:#FF9933;
	font-size:12px;
	font-weight:bold;
	padding-right: 16px;
	background-image: url(images/flecha.png);
	background-repeat: no-repeat;
	background-position: right;
	}
#search {
	display: block;
	height: 68px;
	width: 318px;
	padding: 5px;
	background-image: url(images/form.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-position: center;
	}

#q {
	width: 232px;
	font-size: 22px;
	padding: 3px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border: 0;
	margin: 17px 35px 20px 15px;
	text-align: left;
	color: #1F57BC;
	background-color: transparent;
	background-image: url(images/bgcmd.png);
	background-repeat: no-repeat;
	background-position: center;
	}
#text {
	display: block;
	width: 460px;
	color: #1F57BC;
	font-size:14px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#text p {
	margin: 10px 0 0 0;
}
#text a:link, #text a:active, #text a:visited {
	text-decoration: none;
	color: #F19203;
	font-weight: bold;
	}
#text a:hover {
	text-decoration: none;
	color: #4078DF;
	}
#infire {
	height: 100%;
	margin-top:15px;
	margin-bottom:50px;
}
#infire img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#footer {
	position:absolute;
	top:auto;
	bottom: 0px;
	height:50px;
	width: 100%;
	background: url(images/bgfooter.png) repeat-x;
	}
.credits {
	margin: 15px 0 auto auto;
	color:#FFFFFF;
	font-size: 12px;
	}
.credits a {
	text-decoration:none;
	color: #F19203;
	font-weight:bold;
	}
	



