/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_seventeen */
.preload17a {background: url(images/pro_seventeen_1a.gif);}
.preload17b {background: url(images/pro_seventeen_1b.gif);}
.menu17 {padding:0px 0 0 0; margin:0; list-style:none; height:35px; position:relative; background:transparent url(images/pro_seventeen_0c.gif) repeat-x left bottom; font-size:11px;}
.menu17 li {float:left; height:35px; margin-right:1px;}
.menu17 li a {display:block; float:left; height:35px; line-height:33px; color:#333; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 4px; cursor:pointer; background:url(images/pro_seventeen_0a.gif) no-repeat;}
.menu17 li a b {float:left; display:block; padding:0 16px 5px 12px; background:url(images/pro_seventeen_0b.gif) no-repeat right top; width:137px;}
.menu17 li.current a {color:#000; background:url(images/pro_seventeen_2a.gif) no-repeat;}
.menu17 li.current a b {background:url(images/pro_seventeen_2b.gif) no-repeat right top;}
.menu17 li a:hover {
	color:#000;
	background: url(images/pro_seventeen_1a.gif) no-repeat;
}
.menu17 li a:hover b {background:url(images/pro_seventeen_1b.gif) no-repeat right top;}
.menu17 li.current a:hover {color:#000; background: url(images/pro_seventeen_2a.gif) no-repeat; cursor:default;}
.menu17 li.current a:hover b {background:url(images/pro_seventeen_2b.gif) no-repeat right top;}

#Marco {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:800px;
	z-index:2;
	background-color: #ECE9D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#Contenido {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	height:800px;
	z-index:2;
	background-color: #ECE9D8;
	background-image: url(images/contenido_pan_background.jpg);
	background-repeat: repeat-x;
}
#TopPan {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:25px;
	z-index:3;
	background-color: #69725D;
}
#HeaderPan {
	position:relative;
	left:0px;
	top:0px;
	width:850px;
	height:200px;
	z-index:3;
}
#HeaderPanServicio {
	position:relative;
	left:0px;
	top:0px;
	width:850px;
	height:150px;
	z-index:3;
}
#MenuPan {
	position:relative;
	top:0px;
	width:850px;
	height:35px;
	z-index:3;
}
#CuerpoPan {
	position:relative;
	left:0px;
	top:0px;
	width:849px;
	height:430px;
	z-index:3;
	background-color: #FFFFFF;
	border-color: #91A7B4;
	border-width: 1px;
	border-style: solid;
	background-image: url(images/CuerpoBackgroundImage.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#CuerpoPan0 {
	position:relative;
	left:0px;
	top:0px;
	width:849px;
	height:450px;
	z-index:3;
	background-color: #FFFFFF;
	border-color: #91A7B4;
	border-width: 1px;
	border-style: solid;
	background-image: url(images/CuerpoBackgroundImage.png);
	background-repeat: repeat-x;
	background-position: bottom;background:none;
}
#FooterPan {
	position:relative;
	left:0px;
	top:0px;
	width:850px;
	height:140px;
	z-index:3;
	border-bottom-color: #91A7B4;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

/*
 * jQuery Blueberry Slider v0.4 BETA
 * http://marktyrrell.com/labs/blueberry/
 *
 * Copyright (C) 2011, Mark Tyrrell <me@marktyrrell.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

.blueberry { margin: 0 auto; }
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	padding:0;
}
.blueberry .slides li {
	position: absolute;
	top: -11px;
	left: 0px;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 244px;
	max-width: none;
}
.blueberry .slides li.active { 
	display: block; position: relative; 
}
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	height: 10px;
	text-align: center;
	padding:0;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	padding: 10px 8px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span { background: #404040; }
