/*Estructura general*/
#top {
	background:url(../imagenes/top_gc.jpg) no-repeat;
}

/*Botones Principal*/
#navprincipal li a {
	position: relative;
}
#navprincipal li a:hover {
	background-position: bottom left;
}
#btn_productos a {
	display: block;
	width: 148px;
	height: 28px;
	background: url(../imagenes/btn_gc_productos.jpg) no-repeat top;
}
#btn_historia a {
	display: block;
	width: 148px;
	height: 28px;
	background: url(../imagenes/btn_gc_historia.jpg) no-repeat top;
}
#btn_actualidad a {
	display: block;
	width: 148px;
	height: 28px;
	background: url(../imagenes/btn_gc_actualidad.jpg) no-repeat top;
}
#btn_clientes a {
	display: block;
	width: 148px;
	height: 28px;
	background: url(../imagenes/btn_gc_clientes.jpg) no-repeat top;
}
#btn_cultura a {
	display: block;
	width: 148px;
	height: 28px;
	background: url(../imagenes/btn_gc_cultura.jpg) no-repeat top;
}
#btn_soporte a {
	display: block;
	width: 148px;
	height: 28px;
	background: url(../imagenes/btn_gc_soporte.jpg) no-repeat top;
}
#btn_contactenos a {
	display: block;
	width: 148px;
	height: 28px;
	background: url(../imagenes/btn_gc_contactenos.jpg) no-repeat top;
}

/*Botonera Productos*/
#pequenos{
	list-style:none;
	padding:8px 0 0 8px;
	margin:0;
	float:left;
}
#pequenos li a{
	cursor:pointer;
	width:360px;
	height:25px;
	display:block;
	padding:0;
	margin:0;
	border-bottom:1px dotted #ccc;
}
#pequenos li a h3{
	font-weight:bold;
	padding:5px 0 0 20px;
	color:#093A94;
}
#pequenos li a:hover h3{
	color:#666;
}

/*Estilos de Textos*/
h1{
	font-size:1.4em;
	color:#093A94;
	padding:4px 8px 2px 8px;
	margin:0;
}
h2{
	font-size:1em;
	color:#093A94;
	padding:4px 8px 2px 8px;
	margin:0;
	font-weight:100;
}
