@charset "ISO-8859-15";

* {
	margin: 0;
	padding: 0 0 0 0;
	border-color: #883209;
	/*outline: none;  get rid of dotted borders in FireFox */
}

html {
	width: 100%
}

* table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	border:none;
	vertical-align: baseline;
}

body  {
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	/*background:url(background/tiles.jpg) repeat;*/
	background-color:#333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #240000;
}
h1 {
	font-size:24px;
}

.rastrillo #container {
	/*width: 780px;*/  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width:960px;
	height:711px;
	background: url(./background/background-new.png) no-repeat center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.rastrillo #header {
	height: 120px;
} 
.rastrillo #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 6px;
	color: #999;
	text-decoration: none;
}
.rastrillo #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: none;
	position: absolute;
}
.rastrillo #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0;
	border:none;
	margin:0;
	margin-right: 50px; /* Conditional for IE6 and lower, on page */
}
.rastrillo #mainContent {
	border:none;
	width: 470px;
	margin-left: 250px;
	padding:10px 0 0 0;
} 

.rastrillo #footer {
	padding: 0 60px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(none);
	position: absolute;
	top: 700px;
	width: 880px;
	height: 40px;
	color:#FFF;
} 
.rastrillo #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#graphic {
	background: #CEA342;
	position: relative;
	top: 0px;
	height: 203px;
	width: 130px;
	left: 20px;
}
/* IE 5/6 position relative */
* html #graphic {zoom:1;}

#graphic_container {
	height: 210px;
}
#feature_container {
	padding:25px 0 0 0;
	border:none;
}
#feature_container img {
	margin-left:10px;
}
#feature_container .fContent {
	width:165px;
	padding:5px 0 0 10px;
	text-align:left;
	height:425px;
	overflow:auto;
}
#feature_container .fCaption { font-weight:bold;}
#feature_container .fTown { font-weight:bold; color:#900; }
#feature_container .fTxt { padding:0}

#menu_container {
	padding-left: 75px;
	padding-right: 10px;
	padding-top: 50px;
}
#mainContent p {
	font-size: 16px;
	margin-bottom: 1em;
}
#mainContent ul {
	font-size: 16px;
	list-style: url(./general/bullet.gif) inside;
	text-align:left;
}
#myMapContainer {
	border: 2px solid #930;
	width:100%;
}
#myMapHeader tr #txt {
	padding-left: 12px;
	width:100%;
	font-size:12px;
}
#myMapHeader {
	width:100%;
	background-color:#FFF;
	border-bottom:1px solid #930;
}
#googleLogo {
/*	margin-top:5px;
	background-color:#FFF;
	border: 2px solid #930;
	border-bottom:none;*/
}
#myMap {
	width: 100%; /*466px;*/
	height: 295px;
	background-image:url(./general/googlemap_static.jpg);
	background-repeat:repeat;
}

.scrollbox {
	overflow:visible;
}

#accordian_wrapper {
	height:490px; 
	overflow:auto;
	/*overflow:hidden;
	overflow:scroll;*/
}

form fieldset legend {
	font-size: 16px;
	font-weight: bold;
	color:#C00;
}
form fieldset {
	padding: 5px 5px 5px 10px;
	border:2px solid #FC9;
}
.Accordion div.content {
	padding:0 10px 20px 10px;
}

/* DROP CAPS */

p.dropchar {
	/*font-family:"Times New Roman", Times, serif;*/
  /*text-align   : justify;*/
  line-height  : 1.5em;
}

.firstLetter{
  display      : block;
  float        : left;
  margin-top   : 0; /*-0.26em;  */ /* -0.63em;  use -0.205em for two lines */
  margin-left  : 0; /*-0.2em;  */  /* -0.56em; */
  margin-right : 0;		/*0.25em 0.4em;*/
  height       : 2.6em;		/*	4.5em; */
	color:#900;
}

.firstLetter span{ 
  font-size    : 3.30em;   /* 5.6em; use 3.33em for two lines */
  line-height  : 0.8em;
}

.firstLetter + span{
  margin-left  : 0; /*-0.2em;  */
}

.nostyle {}

#rastro-fechas tbody .odd {
	background: #FF9;
	border-bottom: 1px solid #999;
}
#rastro-fechas tbody .even {
	background: #FFF;
	border-bottom: 1px solid #999;
}
#rastro-fechas {
	width:446px;
	font-size:12px;
}
#rastro-fechas caption {
	padding-top:10px;
	font-size:12px;
}
#prensa-gallery {
	background: #FFC;
	border: 1px solid #666;
	height:450px;
	width: 468px;
	overflow: auto;
	margin:0;
	padding:0;
}
#prensa-gallery .prensa-thumbnail {
	float: left;
	height: 128px;
	width: 96px;
	margin:10px 0 10px 14px;
}
.prensa-thumbnail img {
	border: 2px solid #666;
	border-left:1px solid #999;
	border-top:1px solid #999;
	
}
ul li.empresa {
	color: #900;
	cursor:default;
}

#visitCounter {
	position: absolute;
	height:auto;
	width:185px;
	top: 559px;
	left: 720px;
	padding:2px 0 0 0;
	font-size:12px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.statcounter {
	margin:0;
	padding:0;
	border:none;
}
/* END - Visit counter */