@charset "utf-8";
/* CSS Document */

/*Fondo del sitio*/
body{
	background:url(imagenes/background01.gif);
	background-repeat:repeat-x;
	background-color:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

a:link ,a:visited, a:active {
color:#ce7c33;
text-decoration:none;
font-weight:700;
}
a:hover {
	color: #ce7c33;
	text-decoration:underline;
	font-weight:700;
	}

b.n{
	color:#d88436;
}
/*--------------Enlaces Negros---------------------*/
a:link.black ,a:visited.black, a:active.black {
color:#ce7c33;
text-decoration:none;
font-weight:700;
}
a:hover.black {
	color: #ce7c33;
	text-decoration:underline;
	font-weight:700;
	}

/*--------------Enlaces Lateral---------------------*/
a:link.lateral ,a:visited.lateral, a:active.lateral {
color:#b5a00f;
text-decoration:underline;
font-weight:600;
}
a:hover.lateral {
	color: #d4bd37;
	text-decoration:underline;
	font-weight:600;
	}
/*-------------------------------------------------*/
a:link.claro ,a:visited.claro, a:active.claro {
color:#e1ed9c;
text-decoration:none;
font-weight:600;
}
a:hover.claro {
	color: #ebffa8;
	text-decoration:underline;
	font-weight:600;
	}

e1ed9c
/*---------------------*/

.nota{
	padding-bottom:15px;
	border-bottom:#b5ae99;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
	
h1{
font-size:18px;
color:#ce7c33;
font-weight:700;
}

h2{
font-size:14px;
color:#333333;
font-weight:700;
}
h3{
font-size:12px;
font-weight:700;
color:#ce7c33;
}

.contenido{
margin-left:35px;
margin-right:35px;
padding-bottom:15px;
color:#333333;
text-align:justify;
}

.contactoBarra{
color:#FFFFFF;
margin:15px;
}

.imagen{
margin-bottom:20px;
margin-top:10px;
}

.mensajeBarra{
background-color:#8A9A6C;
color:#FFFFFF;
padding:10px;
}

/*Pie Portada*/
.creditos{
color:#5e6845;
font-size:10px;
}

/*-----------------------------------------------------------------------------*/
/*
div.pagination {
		padding: 1px;
		margin: 1px;
		text-align:left;
		color:#ff6500;
		font-size:90%;
	}
	
	div.pagination a {
		border: 1px solid #ff9600;
		margin-right:1px;
		padding:1px 1px;

		background-image:url(meneame.jpg);
		background-position:bottom;
		text-decoration: none;

		color: #ff6500;		
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #ff9600;
		background-image:none;
		background-color:#ffc794;
		color: #ff6500;
	}
	div.pagination span.current {
		margin-right:2px;
		padding:2px 2px;
		border: 1px solid #ff6500;
		
		font-weight: bold;
		background-color: #ffbe94;
		color: #ff6500;
	}
	div.pagination span.disabled {
		margin-right:2px;
		padding:2px 2px;
		border: 1px solid #ffe3c6;
	
		color: #ffe3c6;
	}
	
*/
/*--------------------------------Tabla Pedidos--------------------------------*/
table.tabla {
	background-color:#f0efe5;
	border-collapse:collapse;
	border:#999999;
	border-style:solid;
	border-width:1px;
}
table.tabla th {
	background-color:#e8efbc;
	border:#999999;
	border-style:solid;
	border-width:1px;
}

table.tabla td{
	border:#d5e1b9;
	border-style:solid;
	border-width:1px;
}
.destacarRed{
	color:#FF0000;
}

/*Noticias--------------*/

div.titlenota{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:600;
	padding-top:5px;
	padding-bottom:2px;
	}

div.paginacioT {
	font-weight:700;
}	
div.paginacionT b{
	color:#d88436;
}
	
/*Nota de Cata */
.cata{
	background-image:url(imagenes/fondoNotaCata.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
/*-------------------- */	
/*Pop up Style*/
#popup
   {
      position: absolute;
      border: 1px solid #666666;
	  background-color:#F7F7F7;
      width: 340px;
      height: 400px;
      margin-top:150px;
	  margin-left:50px;
	  padding:10px;
	  visibility:hidden;
   }
   