/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BBBBBB;
	text-align: center;
	background: #FEE600 url(img/bg.gif);
 	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
}

#plusmin {
	background: #FEE600 url(img/bg_02.gif);
}

ul, li {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

p {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

hr {
	clear: both;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #777777;
	border-left: 0;
	border-right: 0;
	margin: 0 0 9px 0;
	/* IE */
	_margin: 0 0 3px 0;
	padding: 0;
	width: 440px;
	line-height: 0;
}

br.breakhere {
	display: none;
}

.invi {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	border: 0;
	line-height: 0;
	font-size: 0;
	width: 100%;
}

#header {
	width: 898px;
	height: 116px;
	background: transparent url(img/header_bg.gif) no-repeat top right;
}

#header h1 {
	background: transparent url(img/h1.gif) no-repeat top left;
	width: 434px;
	height: 57px;
	position: relative;
	top: 24px;
	left: 159px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#header h1 span {
	display: none;
}

#menu {
	width: 898px;
	height: 121px;
	background: transparent url(img/menu_bg.gif) no-repeat top left;
}

#menu ul {
	position: relative;
	top: 21px;
	left: 40px;
	margin: 0;
	padding: 0;
	width: 220px;
}

#menu ul li {
	display: block;
	list-style: none;
	height: 24px;
	padding: 0;
	margin: 0;
}

#menu ul li.one {
	position: absolute;
	top: 0;
	left: 10;
}

#menu ul li.two {
	position: absolute;
	top: 24px;
	left: 40px;
}

#menu ul li.tree {
	position: absolute;
	top: 48px;
	left: 5px;
}

#menu ul li.four {
	position: absolute;
	top: 0px;
	left: 230px;
}

#menu ul li.five {
	position: absolute;
	top: 24px;
	left: 260px;
}

#menu ul li.six {
	position: absolute;
	top: 47px;
	left: 237px;
}

#menu ul li.seven {
	position: absolute;
	top: 0px;
	left: 452px;
}

#menu ul li.eight {
	position: absolute;
	top: 24px;
	left: 502px;
}

#menu ul li.nine {
	position: absolute;
	top: 47px;
	left: 472px;
}

#sidebar {
	width: 189px;
	height: 509px;
	background: transparent url(img/sidebar_bg.gif) no-repeat top left;
	float: left;
	clear: none;
}

#sidebar h2 {
	width: 44px;
	height: 19px;
	background: transparent url(img/sidebar_h2.gif) no-repeat top left;
	position: relative;
	top: 0px;
	left: 98px;
	margin: 0;
	padding: 0;
}

#sidebar h2 span {
	display: none;
}

#sidebar ul {
	position: relative;
	top: 6px;
	left: 64px;
	margin: 0;
	padding: 0;
	width: 111px;
	text-align: center;
}

#sidebar ul li {
	list-style-type: none;
	width: 78px;
	margin: 0px 16px 0 16px;
	/* IE */
	_margin: 0px 16px 2px 16px;
	padding: 0px;
}

#page {
	display: block;
	width: 898px;
	height: 100%;
	margin: 0 auto;
}

#container {
	width: 898px;
	height: auto;
	background: transparent;
	margin: 40px 0 40px 10px;
	text-align: left;
	padding: 0;
}

#large, #short {
	width: 709px;	
	float: right;
	clear: none;
	background: transparent url(img/deco_bg.gif) no-repeat bottom right !important;
	padding: 0;
	margin: 0;
}

#large {
	height: auto;
}

#short {
	height: 394px; 
}

#content {
	width: 440px; /* 709px es el ancho de la imagen con transparencia, 539px es el ancho de la imagen opaca */
	height: 100%;
	float: right;
	clear: none;
	background: transparent url(img/content_bg.gif) repeat-y top left;
	padding: 0 219px 0 50px;
	margin: 0;
	page-break-inside: auto;
}

#content h2 {
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 19px;
	color: #41AB32;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 1px;
}

#content h3 {
	margin: 0 0 9px 0;
	padding: 0;
	font-size: 15px;
	color: #FFFF00;
	line-height: 15px;
}

#content h4 {
	margin: 0 0 9px 0;
	padding: 0;
	font-size: 13px;
	color: #FFFF00;
	line-height: 16px;
}

#content h5 {
	margin: 0 0 9px 0;
	padding: 0;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}

#content h6 {
	margin: 0 0 9px 0;
	padding: 0;
	font-size: 13px;
	color: #FFFF00;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
}

#content .left, #content .left2 { /* la mitad izquierda, texto a la derecha */
	display: block;
	float: left;
	clear: left;
	width: 212px;
	position: relative;
	top: 0;
	left: 0;
	text-align: right;
	margin: 0 8px 0 0;
	line-height: 1.5;
	vertical-align: top;
}

#content .right, #content .right2 { /* la mitad derecha, texto a la izquierda */
	display: block;
	float: right;
	clear: right;
	width: 212px;
	position: relative;
	top: 0;
	right: 0;
	text-align: left;
	margin: 0 0 0 8px;
	line-height: 1.5;
}

#content .tb-left {
	display: block;
	float: left;
	clear: none;
	width: 100px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 10px 10px 0;
}

#content .tb-left2 {
	display: block;
	float: left;
	clear: none;
	width: 100px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 18px 10px 0;
}

#content .tb-right {
	display: block;
	float: right;
	clear: none;
	width: 100px;
	position: relative;
	top: 0;
	right: 0;
	margin: 0 0 10px 0;
}

#content p {
	display: run-in;
	text-align: justify;
	margin: 0 0 8px 0;
	padding: auto;
	line-height: 18px;
}

#content p.italic {
	font-style: italic;
}

#content p.fl-l {
	float: left;
}

#content p.IE-fl {
}

#content p.cl-l {
}

#content p.no-mar {
	margin: 0;
	display: block;
}

#content p.credit {
	font-size: 9px;
	margin: 0;
	padding: 0;
	line-height: 13px;
}

#content p.credit2 {
	font-size: 9px;
	margin: 0;
	padding: 0;
	line-height: 13px;
	text-align: right;
}

#content p.name {
	font-size: 11px;
  color: #DDDDDD;
	margin: 0;
	padding: 0;
	width: 100px;
	line-height: 15px;
	text-align: right;
}

#content p.name2 {
	font-size: 11px;
  color: #DDDDDD;
 	margin: 0;
	padding: 0;
	width: 100px;
	line-height: 15px;
	text-align: left;
}

#content p.indent {
	margin-left: 118px;
}

#content p strong {
	color: #41AB32;
	font-size: 14px:
}

#content p.yellow {
	color: #FFFF00;
}

#content a {
	color: #FFFF00;
	padding: 0 2px 1px 0;
	text-decoration: none;
}

#content a:hover {
	color: #FFFF00;	
	text-decoration: none;
	border-bottom: 1px solid #FFFF00;
}

#content a.img-a {
  margin: 0;
  padding: 0;
  border: 0;
}

#content a.lees-meer {
	display: block;
	width: 100px;
	height: 32px;
	margin: 0 auto;
	background: transparent url(img/lees_meer.jpg) no-repeat top left;
	cursor: pointer !important;
}

#content a.lees-meer:hover {
	display: block;
	width: 100px;
	height: 32px;
	background: transparent url(img/lees_meer.jpg) no-repeat bottom left;
	cursor: pointer !important;
	border: 0;
}

#content a.lees-meer span {
	display: none;
}

#content a.switch-plus {
	display: block;
	width: 100px;
	height: 48px;
	margin: 0 auto;
	background: transparent url(img/switch_plus.jpg) no-repeat top left;
	cursor: pointer !important;
}

#content a.switch-plus:hover {
	display: block;
	width: 100px;
	height: 48px;
	background: transparent url(img/switch_plus.jpg) no-repeat bottom left;
	cursor: pointer !important;
	border: 0;
}

#content a.switch-plus span {
	display: none;
}

#content a.switch-min {
	display: block;
	width: 100px;
	height: 48px;
	margin: 0 auto;
	background: transparent url(img/switch_min.jpg) no-repeat top left;
	cursor: pointer !important;
}

#content a.switch-min:hover {
	display: block;
	width: 100px;
	height: 48px;
	background: transparent url(img/switch_min.jpg) no-repeat bottom left;
	cursor: pointer !important;
	border: 0;
}

#content a.switch-min span {
	display: none;
}

#content ul {
	list-style-position: inside;
	list-style-type: disc;
}

#content ul.ant {
	margin-bottom: 120px;
}

.box440px {
	display: block;
	width: 440px;
	position: relative;	
	margin: 0 auto;
	clear: both !important;
}

.box-cen {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.box100 {
	display: block;
	float: none;
	width: 100%;
	margin: 0 auto;
	clear: both !important;
}

.img01 {  /* 202x202, float right */
	display: inline;
	float: right;
	clear: none;
	width: 188px;
	height: 188px;
	border: 1px solid #555555;
	margin: 2px 0px 11px 0 !important;
	padding: 6px;
	background: #FFFFFF;
}

.img02 {  /* 202x264, float right */
	display: inline;
	float: right;
	clear: none;
	width: 188px;
	height: 250px;
	border: 1px solid #555555;
	margin: 2px 0px 11px 0 !important;
	padding: 6px;
	background: #FFFFFF;
}

.img03 {  /* 202x264, float left */
	display: inline;
	float: left;
	clear: none;
	width: 188px;
	height: 250px;
	border: 1px solid #555555;
	margin: 2px 0 11px 0px !important;
	padding: 6px;
	background: #FFFFFF;
}

.img04 { /* 100x134, sen centra en columnas de 1/4 */	
	display: block;
	clear: none;
	width: 86px;
	height: 120px;
	border: 1px solid #555555;
	margin: 2px 0 0 0;
	padding: 6px;
	background: #FFFFFF;
}

.img05 { /* imagen 440 de ancho, margin bottom de 10px, centrada en print */
	display: block;
	float: none;
	width: 440px;
	background: transparent;
	margin: 0 auto;
	padding-bottom: 10px;
	clear: both !important;
}

.img06 {
	margin: 0;
	padding: 3px 0 0 0;
	display: inline;
	background: transparent;
}

.img07 {  /* 202x264, float right, con credito */
	display: inline;
	float: right;
	clear: none;
	width: 188px;
	height: 250px;
	border: 1px solid #555555;
	margin: 2px 0px 0 0 !important;
	padding: 6px;
	background: #FFFFFF;
}

.img08 { /* da igual la medida, tiene margin bottom 10px */
	margin: 0 0 10px 0;
	padding: 0;
	background: transparent;
}

.img09 {  /* 202x264, foto fred: mas margin abajo*/
	display: inline;
	float: right;
	clear: none;
	width: 188px;
	height: 250px;
	border: 1px solid #555555;
	margin: 2px 0px 35px 0 !important;
	padding: 6px;
	background: #FFFFFF;
}

.img10 { /* da igual la medida, tiene margin bottom 10px, margin left 13px, float right */
	margin: 0 0 10px 13px !important;
	padding: 0;
	background: transparent;
	display: inline;
	float: right;
	clear: right;
}

#nav {
	display: block;
	float: none;
	margin: 0;
	clear: both;
}

#nav p {
	width: 100%;
	text-align: right;
	line-height: 12px;
	margin: 0;
	padding-bottom: 9px;
	/* IE */
	_padding-bottom: 7px;
}

#nav a {
	color: #999999;
	padding: 0 2px 1px 0;
	text-decoration: none;
}

#nav a:hover {
	color: #CCCCCC;	
	text-decoration: none;
	border-bottom: 1px solid #999999;
}

#bottom_short {
	width: 709px;
	height: 90px;
	float: right;
	clear: none;
	background: url(img/bottom_short_bg.gif) no-repeat bottom right;
}

#bottom_large {
	width: 709px;
	height: 90px; 
	float: right;
	clear: none;
	background: url(img/bottom_large_bg.gif) no-repeat bottom right;
}

#footer {
	width: 440px;
	position: relative;
	top: 0;
	left: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
	border-top: 1px solid #222222;
}

#footer p {
	margin: 0;
	padding: 0 0 3px 0;
	line-height: 19px;
	color: #CCCCCC;
	border-top: 1px solid #777777;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
}

#footer p span {
	display: none;
}

