body{
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(./bla12.jpg);
}

h1{
	font-size: 15px;
	color: #696969;
	text-align: center;
}

h2{
	font-size: 19px;
	color: #965895;
}

a{
	color: 	#7D26CD;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: red;
	background-color: #ffffff;
}

img{
	border: 0px;
}

li{
   list-style-image: url(./vinieta.gif);
   list-style-type: square;

}

div.title{
	
	background-image: url(../disenio/roj19.jpg);
	text-align: center;
}


div.nav{
	text-align: center;

}

div.content{
	margin: 25px;
	/*background-color: red;*/
	
}

div.foot{
	background-image: url(../disenio/bla22.jpg);
	text-align: center;
}

a.nav{
	color: #000000;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}

a.nav:hover{
	color: #a93bc9;
	background-color: #E8E8E8;
	font-size: 19px;
	font-style: italic;
}

ul.nav{
	background: #a93bc9;
	border-collapse: collapse;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

li.nav{
	display: inline;
	margin-right: 13px; /* Espacio entre item e item */

}

li.nav:hover{
	display: inline;
}

strong.mesaDulce{
	color: green;
	font-size: 17px;
}

strong.violeta{
	color: #874891
}

div.atras{
	background-image: url(../disenio/flecha_izquierda_azul.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 100px;
}
#atrasCatering{ /* Las secciones de catering tienen un margen debajo del "atrás" */
	margin-bottom: 35px;
}



div.atras:hover{
	background-image: url(../disenio/flecha_izquierda_verde.gif);
}

div.menuLargo{
	margin-top: 5px;

	background-color: #FFFFFF;
	border: #8B658B;
	border-style:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #0000CD;
	width: 600px;
	text-align: center;
	margin-left: 150px;
}

div.promociones{
	/*width: 600px;*/
	/*background-color: green;**/
	font-size: 17px;
	color:	#436EEE;
	font-weight: bold;
}

div.nombreEmpresa{
	/*El nombre de la empresa en la p�gina principal*/
	text-align: center;
	width: 400px; 
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

span.promociones{
	font-size: 18px;
	color: #3A5FCD;
	text-decoration: underline;
}

span.letraChica{
	font-size: 15px;
}

span.exito{
	font-size: 18px;
	color: #8B008B;
	letter-spacing: 3px;
}

span.menuLargo{
	font-size: 17px;
	font-weight: bold;
	color: #828282;
	letter-spacing: 1px;
}


span.pagInicial{
	font-size: 40px;
	color: 	#8B658B;
	font-weight: 900;
}

span.mensajeEnviado{
	color: #965895;
	font-size: 25px;
}

blockquote.frase{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.chico{
	font-size: 9px;
	color: 	#696969;
	font-weight: normal;
}

a:hover{
	color:#551A8B;
	background: none;
}

div.licencias{
	text-align: right;
}


#fotos{
	text-align: center;
	width: 100%;
}

#fotos img{
	margin: 3px;
}

/*----Paginado-----*/

#paginado{

}

li.paginadoAnterior{
	/*display: inline;*/
	list-style-image: url(paginado_anterior.gif);
}

li.paginadoAnterior:hover{
	list-style-image: url(paginado_anterior_hover.gif);
}

li.paginadoSiguiente{
	list-style-image: url(vinieta.gif);
}

li.paginadoSiguiente:hover{
	list-style-image: url(paginado_siguiente_hover.gif);
}




li.listaActual{
	display: inline;
	font-weight: 900;
}

li.lista{
	display: inline;
}

p.negrita{
	font-weight: 900;
}

p.negritaV{
	font-weight: 900;
	color: #3A5FCD;
}

div.sangriaIzquierda{
	margin-left: 120px
}

div.sangriaIzquierdaChica{
	margin-left: 80px
}


span.h2SangriaIzq{
	margin-left: 200px
}

div.interlineadoChico p{
	line-height: 5px;
}

p.barraTragosPrecio{
	font-size: 16px;
	font-weight: 900;
	color: #7D26CD;
}

div.promocionTragos{
	background-color: #521987;
	color: #fff;
	font-weight: 900;
	font-size: 22px;
	font-style: blink;
	padding: 10px;
	border: solid 4px;
	border-bottom: dashed yellow 4px;
	border-top: dashed yellow 4px;

	width: 300px;
	/*float: right;*/
	text-align: center;
	
}

#promocionTragosLink:hover{
	color: red;
}

#promocionTragosLink:hover div.promocionTragos{
	border: dashed yellow 4px;
	border-bottom: solid #fff 4px;
	border-top: solid #fff 4px;
	color: #EBE7FF;
}

h1.catering{ /*El h1 pero que están en el catering.
Con un poco de espacio abajo para que el cuadrito de promociones de barra no se amontone con las fotos de las comidas*/
	margin-bottom: 30px;
}

h1.catering strong{
	margin-bottom: 30px;
}

strong.grandecita{
	color: 	#7D26CD;
	font-size: 20px;
}

div.espacio{
	height: 10px;
}




/*INICIO    Paginado*/
ul.paginado{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

li.paginado{
	display: inline;
	font-size: 13px;
}

span.paginado{
	font-size: 15px;
}

span.paginaActual{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

a.paginado{
	/*color: #561284;*/
	text-decoration: none;
	font-size: 15px;
}

a.paginado:hover{
	/*color: #004284;*/
	background-color: #fff;
	text-decoration: underline;
}
/*FIN    paginado*/