@charset "utf-8";

body{
	background-color: #fff;
}

#container{
	/*width: 100%;*/
	margin: 0 auto 0 auto;
	/*width: 600px;*/
}

#nav{
	height: 15px;
	margin: 0;
	text-align: left;
	font-size: 12px;
}

#top{
	height: 90px;
	text-align: center;
}

#left{
	width: 15%;
	float: left;
	text-align: left;
}

#gdiv{
	width: 70%;
	height: 500px;
	text-align: center;
	float: left;
}

#gsearch{
	text-align: center;
}

#right{
	width: 15%;
	float: left;
	text-align: right;
	display: inline;
	margin-right: -20px;
}

#footer{
	width: 100%;
	height: 90px;
	text-align: center;
}

.clear{
	clear: both;
}

/* ESTILOS */
.verticalul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.verticalul li{
	display: block;
	height: 70px;
	/*margin: 20px 20px 0px 10px;*/
	margin-top: 10px;
}

.verticalul img{
	width: 145px;
	height: 45px;
}

.horizontalul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.horizontalul li{
	text-align: center;
	margin: 0;
	padding-right: 20px;
	padding-top: 10px;
	background: none;
	position: relative;
	display : inline;
}

img{
	border: none;
}

a:link, a:active, a:visited{
	text-decoration: none;
	color: #17245E;
}

a:hover {
	color: #3D72D3;
}

#q{
	height: 25px;
	font-size: 18px;
}

#buscar{
	height: 30px;
	font-size: 18px;
}

.text{
	text-align: center;
}
