@charset "utf-8";

/*  
**************************
Estilos Pantalla Principal
**************************
*/

* {
	margin:0;
	padding:0;
	}

.tapa {
	color: #333;
	line-height:normal;
	background-color: #333;
	background-image: url(http://www.galbop.com/es/imagenes/feta_fondo2.gif);
	background-repeat: repeat;
	background-position: center;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	}

#contenedor {
  	width: 930px;  /* esto creará un contenedor con el 80% del ancho del navegador */
   	margin: 0px auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
   	text-align: left; /* esto anula text-align: center en el elemento body. */
	background-color:#999999;
	}

#encabezado {
	height:83px;
	background-image: url(http://www.galbop.com/es/imagenes/feta_header.gif);
	}

#menu {
	margin:0;
	padding:0;
	height:24px;
	background-image: url(http://www.galbop.com/es/imagenes/fetanav_off.gif);
	}

#centro {
	height:340px;
	background:#FFF;
	}

#menutab {
	height:180px;
	width:100%;
	background-color: #9dbfc9;
	background-image:url(http://www.galbop.com/es/imagenes/fondo_menu_tab.gif);
	background-repeat:repeat-x;
	background-position:top;
	}

.TabbedContent {
	padding:0px;
	background-color: #FFFFFF;
	width: 99%;
	height:120px;
}

#pie { 
	width:930px;
	height:45px;
	padding-top:10px;
	background-image:url(http://www.galbop.com/es/imagenes/feta_pie.gif);
	background-color:#CCCCCC;
	background-repeat:repeat-x;
	background-position:top;
	margin-top:auto;
	margin-right: auto;
	margin-left: auto;
	}
	
#pie p {
	text-align:center;
	font-size:0.9em;
	color:#FFF;
	margin:0;
	padding-top:15px;
	}	
/*  
**************************
Hasta aca he llegado
**************************
*/
	



