body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  
  background-repeat:repeat; background-attachment:fixed;
  color: #033F6E;
  font: 11px Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;	
  text-align: center;  
}


/* links  */

a {
  color: #A3413B;
  text-decoration: underline;
}
a:hover { color: #D28A86; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

table.menu { width:634px; line-height:16px; }
table.menu td { font-size:12px; color:#033F6E }
table.menu td.titulo { font-size:13px; text-decoration:underline; font-family:'Trebuchet MS', Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#D28A86 }
table.menu td.header { font-size:13px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:black }
//.naran { font-size:12px; color:#C55A02 }
.normal { font-size:12px; color:#033F6E }
.titulo { font-size:13px; text-decoration:underline; font-family:'Trebuchet MS', Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#C55A02 }
.error { color: red; }

/* page structure & layout */

#page {
  background-color: #86360C;
  background-image: url('../../public/images/bg_main.jpg'); background-repeat:repeat-y;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  margin: 0 auto;
  text-align: left;
  width: 984px;
}

#page_container {
  
  background-image: url('../../public/images/bg_sombra.jpg'); 
  background-repeat:repeat-y; 
  background-position:center 10px;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  margin: 0 auto;
  margin-top:2px;
  text-align: left;
  width: 1004px;
  
}

#header {	
  //background-color: #115285;
  background-color: #C55A02; 
  background-image: url('../../public/images/bg_cabecera.jpg'); background-repeat:no-repeat;
  border-bottom: 2px solid #C55A02;
  height: 206px;
  position: relative;
}
#nav {
  bottom: 0;
  font-size: 1.1em;
  position: absolute;
  right: 1px;	
}
#breadcrumb {
  background: #115285;
  border-bottom: 2px solid #036EC2;
  color: #036EC2;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}
#content {
  float: right;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 30px 20px 30px 30px;
  width: 652px;
}
#sidebar {
  color: #A3413B;
  float: left;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 5px 0px 20px 5px;
  width: 240 px;
  overflow:hidden;
}
#carta {
	width:245px;
	height:320px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	font-size:12px;
	color:#86360C;
	font-family:'Trebuchet MS';
	overflow:hidden;
	background-image: url('../../public/images/bg_cochinillo.jpg'); background-position:left 5px; background-repeat:no-repeat;
	border:0px solid black;
}
#ofertas {
	width:234px;
	height:280px;
	margin:8px;
	padding:0px;
	padding-left:15px;
	padding-right:5px;
	font-size:12px;
	color:#115285;
	font-family:'Trebuchet MS';
	overflow:hidden;
	background-image: url('../../public/images/bg_ofertas.jpg');
	 background-position:left 00px;  background-repeat:no-repeat;
	/* background: #B8673D;
*/	border:0px solid black;
}
#datos {
	width:245px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-left:17px;
	overflow:hidden;
	border:0px solid black;

}
#footer {
  width:704px;
  margin-left:260px;
  overflow:hidden;
  border-top: 1px solid #DBDFE0;
  clear: both;
  color: #aaa;
  font-size: 1.1em;
  height: 70px;
}

/* header */

#header h1 {
  display:none;
  font-size: 4.0em;
  position: absolute;
  margin: 30px 0 0 45px;
}
#header h1 a {
  color: #9ca9b7;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
  color: #fff;
  font-size: 18px;
}

/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;

}
/*
#nav li a {
  width:94px;
  height:16px; 
  overflow:hidden;
  background: #3879B5;
  color: #fff;
  display: block;
  margin: 0 2px 0 2px;
  line-height: 1.6em;
  padding:0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
  border-top:1px solid #61A1D1;
  border-left:1px solid #61A1D1;
  border-right:1px solid #3879B5;
  border-bottom:1px solid #3879B5;
  
}*/

#nav li a {
  width:94px;
  height:16px; 
  overflow:hidden;
  background: #D66000;
  color: #fff;
  display: block;
  margin: 0 2px 0 2px;
  line-height: 1.6em;
  padding:0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
  border-top:1px solid #F28F00;
  border-left:1px solid #F28F00;
  border-right:1px solid #E35802;
  border-bottom:1px solid #E35802;
  
  /*background-image: url('../../public/images/bg_menu.png');
	 background-position:left 00px;  background-repeat:no-repeat;
*/
}

#nav li a:hover,
#nav li a.current { border:1px solid #C55A02; background: #C55A02; }

/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h2 {
  color: #C55A02;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  border-bottom: 1px solid #C55A02;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}
#content h2 a {
  color: #C55A02;
  text-decoration: none;
}
#content h2 a:hover {
  color: #C55A02;
}
#content h3, #content h4 {
  color: #dfe3e4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  border-bottom: 1px solid #93A0A4;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}

#content h3 a {
  text-decoration:none;
  color:#333333;
}

#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  height: 18px;
  list-style: square;
}	
#sidebar a {
  color: #ffffff;
}
#sidebar a:hover { color: #652501; }


/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}



/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 654px;
}