body {
	margin:20px auto;	
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
	background-image: url(img/bg_verde.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
a{
color: red;
text-decoration: none;
}
a:hover{
color: #004D27;
text-decoration: none;
}


.entextoright
{
	margin-left: 7px;
}

.entextoleft
{
	margin-right: 7px;
}

.titulo{
	margin-bottom: 15px;
	margin-top: 15px;
}


.pie{
background-color:#ffffff;
font-size: 9px;
text-align: center;
}

.fondo{
background-image: url(img/fondo.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom right;
}

.pizzas{
background-image: url(img/pizzas.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom left;
height:100px;
width:50px;
}
.pizzas2{
background-image: url(img/deg_pizzas.jpg);
background-repeat: repeat;
background-attachment: scroll;
background-position: bottom right;
height:100px;
width:180px;
}
.promo{
background-image: url(img/promociones.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom right;
height:100px;
width:100px;
}
.promo2{
background-image: url(img/deg_promo.jpg);
background-repeat: repeat-y;
background-attachment: scroll;
background-position: bottom left;
height:100px;
width:50px;
}

.center {
padding: 5% 10%;
}
table { border-collapse: collapse; }
#menu {
	float:right;
	margin:0px 5px 0px 0px;
	border:0px;
	width:420px;
	/*height:5px;*/
} 
ul {
	list-style-type:none; /*con esto quitamos las viñetas*/
	margin:0; /*le quitamos el margen a la lista*/ 
	padding:2;/*y el relleno*/
}
li {
	margin:0;
	border:1px;
	float:left;
	text-align:center;
}
li a {
	display:block;
	color:#FFFFFF;
	width:58px;
	padding:4px 0 4px 4px;
	text-decoration:none;
	font-weight:bold;
	/*text-transform:uppercase; decorare los vinculos en mayusculas*/
}
li a:hover {
	color:#004D27; /*decoración para el evento hover (mouse encima)*/ 
}

 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 .2em 0; }

#navcontainer a
{
display: block;
color: #FFF;
background-color: #036;
width: 9em;
padding: .2em .8em;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #FFF;
}#promocion {
	float: left;
}
