/* CSS Document */


    .oneColFixCtr #container {

    	width: 780px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */

    	background: #000000;

    	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */

    	border: 1px solid #000000;

    	text-align: left; /* esto anula text-align: center en el elemento body. */

    }

    .oneColFixCtr #mainContent {

    	padding: 0 20px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */

    }
/*PRUEBA*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */

    	padding: 0;

    	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
		color: #FFFFFF;
		background-color: #000000;
	font-family: "Century Gothic";
	font-size: 11px;
	
	scrollbar-face-color: #000000; /*barra*/
	scrollbar-arrow-color: #FFFFFF; /*flecha*/
	scrollbar-track-color: #000000; /*fondo*/
	scrollbar-shadow-color: #000000; /*sombra*/
	scrollbar-highlight-color: #000000; /*sombra clara*/
	scrollbar-3dlight-color: #666666; /*sombra mas clara*/
	scrollbar-darkshadow-Color: #000000; /*sombra oscura*/
}



td,th {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 11px;
	margin: 30px;
}
#content {
	height: 1000px;
	width: 1250px;
	clear: right;
}

.aqui {
	color: #FFFFFF;
	background-color: #000000;
}


#subcontent {
	height: 980px;
	width: 800px;
	float: none;
	margin-right: 444px;
}

#cabecera {
	width: 799px;
	height: 191px;
	
	
}
#batzokilogo {
	width: 600px;
	float: left;
	height: 103px;
	text-align: center;
	padding-top: 40px;
	color: #FFFFFF;
}

.nuevalogo {
	font-size: 14px;
	color: #CC0000;
}
.cocinalogo {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.batzokilogo {
	font-size: 50px;
	font-weight: bold;
}
.santurtzilogo {font-size: 30px}
.restaurantelogo {font-size: 18px}
.barritalogo {color: #CC0000; font-size: 24px;}
.nuevalogo {
	font-size: 14px;
	color: #CC0000;
}
#logo {
	text-align: right;
	height: 145px;
	width: 198px;
	float: right;
	background-image: url(../imagenes/logo-blancoweb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
}

.titulobody {font-size: 30px; color: #CC0000; }
#sublogo  {
	height: 45px;
	width: 799px;
	font-family: "Century Gothic", Dotum, Garamond;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	clear: left;
	float: left;
}
#menus  {
	height: 35px;
	width: 601px;
	font-family: "Century Gothic", Dotum, Garamond;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	clear: left;
	float: left;
	padding-top: 10px;
}	
#cocinasublogo {
	height: 23px;
	width: 73px;
	text-align: center;
	float: left;
}
#menussublogo {
	height: 23px;
	width: 76px;
	text-align: center;
	float: left;
}
#elchefsublogo {
	
	height: 23px;
	width: 76px;
	text-align: center;
	float: left;
}
#comedorsublogo {
	
	height: 23px;
	width: 87px;
	text-align: center;
	float: left;
}
#eventossublogo {
	
	height: 23px;
	width: 99px;
	text-align: center;
	float: left;
}
#ubicacionsublogo {
	height: 23px;
	width: 102px;
	text-align: center;
	float: left;
}
#contactosublogo {
	height: 23px;
	width: 87px;
	text-align: center;
	float: left;
}
#titsublogo {
	height: 45px;
	width: 190px;
	text-align: center;
	float: left;
	font-family: "Century Gothic", Dotum, Garamond;
	font-size: 31px;
	color: #CC0000;
}
#espaciosublogo {
	height: 22px;
	width: 799px;
}
#columizq {
	vertical-align: baseline;
	height: 700px;
	width: 180px;
	float: left;
	margin-top: 2px;
}
#columizqfoto {
	background-repeat: no-repeat;
	height: 160px;
	width: 170px;
	margin-bottom: 3px;
	margin-top: 12px;
	padding-left: 5px;padding-top: 25px;
	padding-right: 25px;
}

#textcolumizq {
	font-family: "Century Gothic", Dotum, Garamond;
	font-size: 12px;
	background-color: #FFFFFF;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 160px;
	color: #333333;
	text-align: right;
}
#columizqtext {
	text-align: justify;
	border: 5px solid #666666;
	height: 496px;
	width: 170px;
	float: left;
	background-color: #FFFFFF;
	clear: right;
}



.h1columizq {
	font-size: 16px;
	color: #CC0000;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	height: auto;
	width: auto;
	font-weight: bold;
	text-align: right;
}

#menusbloque {
	background-color: #666666;
	height: 390px;
	width: 149px;
	color: #FFFFFF;
	font-family: "Century Gothic", Dotum, Garamond;
	font-size: 12px;
	text-align: center;
	border: 7px solid #FFFFFF;
	margin-left: 5px;
	margin-top: 33px;
}
#columizqmdia {
	height: 29px;
	width: 149px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;
}
#columizqviernes {
	height: 29px;
	width: 149px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;}

#columizqcarta {
	height: 29px;
	width: 149px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;
}
#columizqfinde {
	height: 29px;
	width: 149px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;
}
#columizqencargo {
	height: 29px;
	width: 149px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;
}
#columizqbanquetes {
	height: 29px;
	width: 149px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;
}
#columizqmariscadas {
	height: 29px;
	width: 149px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;
}
#columizqalubiadas {
	height: 29px;
	width: 149px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;

}
#columizqinfantil {
	height: 29px;
	width: 149px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;
}
#columizqcanapes {
	height: 29px;
	width: 149px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;
}
#columizqpintxos {
	height: 29px;
	width: 149px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;
}

#columcentral {
	font-family: "Century Gothic", Dotum, Garamond;
	font-size: 10px;
	text-align: center;
	width: 400px;
	height: 700px;
	background-color: #000000;
	color: #000000;
	margin-top: 2px;
	float: left;
	bottom: 44px;
	margin-left: 3px;
}
.fotocolumctrl {
	background-color: #000000;
	border: 9px outset #CCCCCC;
	float: left;
	margin-left: 28px;
}
#titcolumctrl {
	height: 45px;
	width: 369px;
	font-family: "Century Gothic", Dotum, Garamond;
	font-size: 26px;
	color: #000000;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 9px;
	margin-top: 9px;
	border: 3px double #999999;
	background-color: #FFFFFF;
	padding-right: 11px;
	
}
#scroll {
	overflow: scroll;
}


#textcolumctrl {
	font-family: "Century Gothic", Dotum, Garamond;
	font-size: 12px;
	text-align: center;
	width: 369px;
	height: 541px;
	left: 33px;
	margin-top: 11px;
	border: 3px double #666666;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 15px;
	overflow: auto;
	padding-right: 11px;
}
#textcolumctrl2 {
	font-family: "Century Gothic", Dotum, Garamond;
	font-size: 12px;
	text-align: center;
	width: 369px;
	height: 341px;
	left: 33px;
	border: 3px double #666666;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 15px;
	overflow: auto;
	padding-right: 11px;
}
#columctrlfinde {
	height: 600px;
	width: 333px;
	margin-left: 20px;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: 20px;
}
#columctrlfindetit {
	height: 40px;
	width: 222px;
	margin-right: 44px;
	margin-left: 44px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 22px;
	color: #000000;
	background-color: #FFFFFF;
}
#imagenevento {
	width: 733px;
	height: 550px;
	margin-left: 33px;
	font-family: "Century Gothic", Dotum, Garamond;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	margin-top: 22px;
}
#imagenesevento {
	height: 980px;
	width: 733px;
	float: left;
	margin-left: 33px;
}
#visorimagen {
	height: 172px;
	width: 341px;
}

.Onegin {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
#columdcha {
	height: 700px;
	width: 193px;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	text-align: right;
}
#fotocolumdcha {
	height: 137px;
	width: 166px;
	margin-top: 22px;
	margin-left: 12px;
}

#noticias {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	width: 185px;
	height: 40px;
	border: thin dashed #CCCCCC;
	text-align: right;
	margin-top: 9px;
	float: left;
	margin-right: 5px;
}

.noticiastitulo {font-size: 20px; color: #CC0000; line-height: normal; letter-spacing: normal; word-spacing: normal; white-space: normal; height: auto; width: auto; font-weight: bold; font-family: "Century Gothic", Dotum, Garamond; border: medium none #CC0000; }
#gourmet {
	background-color: #000000;
	height: 167px;
	width: 160px;
	float: left;
	padding-top: 25px;
	padding-right: 25px;
}
#formulario {
	background-color: #000000;
	height: 240px;
	border: 1px groove #999999;
	width: 300px;
	float: left;
	color: #FFFFFF;
	margin-right: 11px;
	margin-left: 11px;
}
.formulariotd {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	width: 115px;
}
#carnet {
	height: 355px;
	width: 244px;
	float: left;
	margin-left: 35px;
}

#columdchatext {
	height: 395px;
	width: 192px;
	font-size: 12px;
	color: #000000;
	float: left;
	font-family: "Century Gothic", Dotum, Garamond;
	background-color: #FFFFFF;
	border: 6px groove #666666;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
}
.h1columdcha {
	font-size: 16px;
	color: #CC0000;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	height: auto;
	width: auto;
	font-weight: bold;
	text-align: center;
}



.textobody {
	font-family: "Century Gothic";
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	height: auto;
	margin-bottom: 50px;
	font-size: 12px;
	color: #000000;
}
#textcolumdch {
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 340px;
	width: 184px;
}
.textcolumch {
	height: 555px;
}
#onegin {
	height: 22px;
	width: 377px;
}
#ubicacion {
	height: 333px;
	width: 277px;
	color: #FFFFFF;
	float: left;
}
#gourmetdcha {
	height: 700px;
	width: 322px;
	float: right;
}
#batzokiathletic {
	background-color: #000000;
	float: left;
	margin-top: 311px;
	margin-left: 222px;
}
#barravertical {
	height: 444px;
	width: 33px;
	float: left;
}
#textoeventos {
	height: 333px;
	width: 722px;
	margin-top: 33px;
	font-size: 14px;
}
