/* Hoja de estilo CSS general para la web del restaurante Sant Miquel */

* {margin: 0; padding: 0;}

img {
	border:none;
}

#contenedor_pag {
	width: 804px;
	margin: 10px auto;             
}

#cabecera {
	height: 90px;
	/* border: solid 1px #000; */
	/* background-image: url(images/header.png);
	background-repeat: no-repeat; */
}

#barra_menu {
	height: 55px;
}

.item_menu {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	/* font-weight: bold; */
	text-align: center;
	vertical-align: top;
	/* Color del item actual*/
	color: black;
}

.item_menu a {
	/* Color del item del menu*/
	color: rgb(170,160,133);
	text-decoration: none;
	outline: none;
}
.item_menu a:hover {
	/* Color del item seleccionado*/
	color: black;
}

#contenedor_cajas {
	width: 804px;
	/* height: 358px; */
}

#caja_izda {
	width: 398px;
	/* height: 358px; */
}

#caja_dcha{
	width: 398px;
	/*height: 358px;*/
	float: right;
	font-family: Helvetica, Arial, sans-serif;
}

#caja_datos {
	width: 398px;
	height: 292px;*/
	/*width: 378px;
	height: 272px;
	padding-top: 20px;
	padding-left: 20px; */
	background-color: rgb(170,160,133);
	font-weight: bold;
	color: white;
}

td.direc {
	width: 175px;
	font-size: 9pt;
}

#caja_datos h1 {
	font-size: 36pt;
}
#caja_datos h2 {
	font-size: 24pt;
}
#caja_datos p {
	font-size: 9pt;
}
#caja_datos hr {
	margin-top: 6px;
	/*margin-bottom: 6px; */
	color: white;
}

#caja_mail {
	width: 378px;
	height: 48px;
	margin-top: 8px;
	padding-top: 10px;
	padding-left: 20px;
	background-color: rgb(127,119,108);
	font-weight: bold;
	color: white;
}

#caja_mail p {
	font-size: 7pt;
	line-height: 1.5em;
}

/* Define genericamente los textos de las diferentes cajas de la columna derecha */
/* El tipo de letra se define en el div id="caja_dcha" */
.cjtxt h1 {
	margin-bottom: 8px;
	line-height: 1.0;
	font-size: 26pt;
	color: white;
}

.cjtxt h2 {
	margin-bottom: 8px;
	font-size: 16pt;
	color: black;
}

.cjtxt h3 {
	margin-bottom: 8px;
	font-size: 11pt;
	color: white;
}

.cjtxt h4 {
	margin-bottom: 8px;
	font-size: 16pt;

	text-align: bottom;
	vertical-align: bottom;

	color: white;
}

.cjtxt h5 {
	margin-bottom: 4px;
	font-size: 9pt;
	font-weight: bold;
	color: white;
}

.cjtxt a {
	color: white;
	text-decoration: none;
	outline: none;
}

.cjtxt a:hover {
	/* Color del item seleccionado*/
	color: black;
}


.cjtxt p {
	font-size: 9pt;
	color: black;
}

.cjtxt ul {
	font-size: 9pt;
	list-style-position: inside;
	list-style-image: url(fotos/pto.png);
}

.prep {
	font-size: 9pt;
	font-weight: bold;
	color: white;
}

#caja_hist {
	width: 358px;
	height: 338px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgb(170,160,133);
	/* text-align: justify; */
	text-align: left;
}

#caja_imags {
	width: 358px;
	/* height: 338px; */
	height: 318px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgb(170,160,133);
	/* text-align: justify; */
	text-align: left;
}

#caja_flechas {
	width: 378px;
	height: 20px;
	padding-left: 20px;
	/*
	padding-top: 20px;
	padding-right: 20px;
	*/
	background-color: rgb(170,160,133);
}

/* Cajas para cada uno de los sub-apartados de la opción Imagenes del menú */
#caja_img1 {
	/*width: 398px;
	height: 358/3 - 2x8 - ptop px;*/
	width: 378px;
	height: 104px;
	padding-top: 10px;
	padding-left: 20px;
	background-color: rgb(170,160,133);
}

#caja_img2{
	width: 378px;
	height: 104px;
	margin-top: 8px;
	padding-top: 10px;
	padding-left: 20px;
	background-color: rgb(170,160,133);
}

#caja_img3{
	width: 378px;
	height: 104px;
	margin-top: 8px;
	padding-top: 10px;
	padding-left: 20px;
	background-color: rgb(170,160,133);
}

#caja_carta {
	/*width: 398px;
	height: 292px;*/
	width: 358px;
	height: 338px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgb(170,160,133);
}


#caja_actu {
	width: 804px;
	/* height: 18px; */
	/* border: dotted 1px #000; */
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
#caja_actu h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: rgb(170,160,133);
}

#caja_actu p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

#pie_pag {
	width: 804px;
	height: 18px;
	margin-top: 20px;
	border-top: dotted 1px #000;
	padding-top: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 6pt;
}

