﻿/* Pizzería L'Archetto © 2009 - Website desarrollado por www.kiniruralart.com */

body
{
	background-image:url(../ImagesCss/FondoPagina.jpg);
	background-repeat:no-repeat;
	background-color:#580a0a;
	background-position:top center;
	font-family:Tahoma,"trebuchet ms", Arial, Verdana;
	font-size:0.75em;
	color:#000;
}
a{ color:#990000; text-decoration:none}
a:hover{ color:#000; text-decoration:underline}
h1
{
	text-transform:uppercase;
	border-bottom:1px dotted #d7480c;
	margin:5px 0 8px; 
	color:#990000;
	text-indent:15px;
	background-image:url(../ImagesCss/Pizza.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:1.4em;
}

h2{	color:#990000;font-size:1.4em;}

h3{	font-size:1em;}

h4{	margin:0;	text-align:center;}
h4 a:link{color:#666;text-decoration:none;}
h4 a:hover{color:#d7480c;text-decoration:none;}

img {border:0;}

.Negrita
{
	font-weight:bold;
	color:#990000;
}
.NegritaInfo
{
	font-weight:bold;
	color:#666;
}

.Master
{
	width:815px;
	margin:auto;
}
.Top1
{
	background-image:url(../ImagesCss/Top1.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:835px;
	height:38px;
}
.Top2
{
	width:835px;
	height:99px;
}
.Top3
{
	background-image:url(../ImagesCss/Top3.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:835px;
	height:33px;
}
	.Menu
	{
		width:auto;
		float:right;
		margin:9px 30px 0 0;
	}

		.MenuNosotros
		{
			width:75px;
			height:21px;
			float:left;
		}
		.MenuNuestraCarta
		{
			width:105px;
			height:21px;
			float:left;
		}
		.MenuGaleria
		{
			width:60px;
			height:21px;
			float:left;
		}
		.MenuUbicacion
		{
			width:73px;
			height:21px;
			float:left;
		}
		.MenuPedidosContacto
		{
			width:131px;
			height:21px;
			float:left;
		}

.Top4
{
	background-image:url(../ImagesCss/Top4.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:835px;
	height:13px;
}
.Cuerpo
{
	background-image:url(../ImagesCss/Cuerpo.png);
/*	background-repeat:no-repeat;*/
	background-position:top center;
	width:835px;
/*	height:406px;*/
	height:436px;	

}
.Contenido
{
	margin: auto;
	padding:1px;
	width:726px;
}
	.Mapa	{margin:auto;border:1px solid #666;	padding:1px;width:726px;}
	.Texto 	{margin:auto;padding:1px;width:726px; height:355px; text-align:justify}
	.Texto p {line-height:20px;}


.Pie
{

	background-image:url(../ImagesCss/Pie.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:835px;
	height:26px;
	text-align:center;
	font-size:11px;

	color:#ffdcaa;
	padding-top:3px;
}
.Pie a {font-family:Tahoma,"trebuchet ms", Arial, Verdana;font-size:11px; color:#ffdcaa; text-decoration:none}
.Pie a:hover {font-family:Tahoma,"trebuchet ms", Arial, Verdana; font-size:11px; color:#fff; text-decoration:none}


/* **************Efecto ****************************/
a.opacity img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6; 
	opacity: 0.6;
	-khtml-opacity: 0.6;}


a.opacity:hover img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	-khtml-opacity: 1.0; }
	
/* *************************************************/

.Galeria
{ 
	border:0.1em solid #666;
	float:left;
	text-align:center;
	margin:2px;
	width:82px;
	padding:1px;
}

.ImagenIntro
{
	float:left;
}
/******************************************************/
.Info
{
	margin:5px auto;
	padding:15px 15px 15px 55px;
	border:1px solid #d6c18b;
	background-color:#fff8e7;
	background-image:url('../ImagesCss/Info.jpg');
	background-position: left center;
	background-repeat:no-repeat;
	Float:left;
}

.Descarga
{
	margin:5px auto;
	padding:0px 55px 15px 15px;
/*	border:1px solid #d6c18b;
	background-color:#fff8e7;*/
	background-image:url('../ImagesCss/Descarga.jpg');
	background-position: right center;
	background-repeat:no-repeat;
	Float:left;
}
.Abierto
{
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	color:#990000;
	display:block;
}



.MiniTexto
{
	font-size:11px;
	color:#666;
	margin-top:20px;
	float:left;
}

.MiniTexto a:link {color:#990000; text-decoration:none;}
.MiniTexto a:hover {color:#000; text-decoration:underline;}


.ColumnaUnica{ width:90%; float:left; padding:5px; margin:5px;}
.ColumnaIzquierda{ width:47%; float:left; padding:5px;  margin:5px;}
.ColumnaDerecha{width:47%; float:left; padding:5px;margin:5px;}







