/*-----------------------------------------------------------------------

Blueprint CSS Framework 0.7.1
http://blueprintcss.googlecode.com

* Copyright (c) 2007-2008. See LICENSE for more info.
* See README for instructions on how to use Blueprint.
* For credits and origins, see AUTHORS.
* This is a compressed file. See the sources in the 'src' directory.

-----------------------------------------------------------------------
reset.css*/
HTML, BODY, DIV, SPAN, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, CODE, DEL, DFN, EM, IMG, Q, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
BODY
{
	line-height: 1.5em;
}
TABLE
{
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD
{
	text-align: left;
	font-weight: normal;
}
TABLE, TD, TH
{
	vertical-align: middle;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: "";
}
BLOCKQUOTE, Q
{
	quotes: "" "";
}
A IMG
{
	border: none;
}
/*typography.css*/
BODY
{
	color: #202B00;
	font: 75% Arial, Helvetica, sans-serif;
}
H1, H2, H3, H4, H5, H6
{
	font-weight: normal;
	color: #4B6400;
	font-family: Georgia, "Times New Roman", Times, serif;
}
H1
{
	font-size: 2em;
	line-height: 1.17em;
	margin-bottom: 0.5em;
}
H2
{
	font-size: 1.33em;
	line-height: 1.17em;
	margin-bottom: 0.75em;
}
H3
{
	font-size: 1.17em;
	line-height: 1;
	margin-bottom: 1em;
}
H4
{
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}
H5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
H6
{
	font-size: 1em;
	font-weight: bold;
}
H1 IMG, H2 IMG, H3 IMG, H4 IMG, H5 IMG, H6 IMG
{
	margin: 0;
}
P
{
	margin: 0 0 1.5em;
	line-height: 1.5em;
}
P IMG.left
{
	float: left;
	margin: 0 10px 9px 0;
	padding: 0;
}
P IMG.center
{
	float: none;
	clear: both;
	margin: 0 10px 9px 0;
	padding: 0;
}
P IMG.right
{
	float: right;
	margin: 0 10px 9px 0;
	padding: 0;
}
A:focus, A:hover
{
	color: #202B00;
}
A
{
	color: #654B00;
	text-decoration: underline;
}
BLOCKQUOTE
{
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
STRONG
{
	font-weight: bold;
}
EM, DFN
{
	font-style: italic;
}
DFN
{
	font-weight: bold;
}
SUP, SUB
{
	line-height: 0;
}
ABBR, ACRONYM
{
	border-bottom: 1px dotted #666;
}
ADDRESS
{
	margin: 0 0 1.5em;
	font-style: italic;
}
DEL
{
	color: #666;
}
PRE, CODE
{
	margin: 1.5em 0;
	white-space: pre;
}
PRE, CODE, TT
{
	font: 1em "andale mono", "lucida console", monospace;
	line-height: 1.5;
}
LI UL, LI OL
{
	margin: 0 1.5em;
}
UL, OL
{
	margin: 0 1.5em 1.5em;
}
UL
{
	list-style-type: none;
}
OL
{
	list-style-type: decimal;
}
DL
{
	margin: 0 0 1.5em;
}
DL DT
{
	font-weight: bold;
}
DD
{
	margin-left: 1.5em;
}
TABLE
{
	margin-bottom: 1.4em;
	width: 100%;
}
TH
{
	font-weight: bold;
	background: #C3D9FF;
}
TH, TD
{
	padding: 4px 10px 4px 5px;
}
TR.even TD
{
	background: #E5ECF9;
}
TFOOT
{
	font-style: italic;
}
CAPTION
{
	background: #EEE;
}
.small
{
	font-size: 0.8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large
{
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide
{
	display: none;
}
.quiet
{
	color: #666;
}
.loud
{
	color: #000;
}
.highlight
{
	background: #FF0;
}
.added
{
	background: #060;
	color: #FFF;
}
.removed
{
	background: #900;
	color: #FFF;
}
.first
{
	margin-left: 0;
	padding-left: 0;
}
.last
{
	margin-right: 0;
	padding-right: 0;
}
.top
{
	margin-top: 0;
	padding-top: 0;
}
.bottom
{
	margin-bottom: 0;
	padding-bottom: 0;
}
/*grid.css
--------------------------------------------------------------


== STRUCTURE: ========================
* Page width:            950 px
* Number of columns:     24
* Column width:          30 px
* Margin width:          10 px
======================================

By default, the grid is 950px wide, with 24 columns
spanning 30px, and a 10px margin between columns.


--------------------------------------------------------------
A container should group all your columns.*/
.container
{
	width: 950px;
	margin: 0 auto;
}
/*Body margin for a sensile default look.*/
BODY
{
	margin: 0;
}
/*Columns
--------------------------------------------------------------
Sets up basic grid floating and margin.*/
DIV.span-1, DIV.span-2, DIV.span-3, DIV.span-4, DIV.span-5, DIV.span-6, DIV.span-7, DIV.span-8, DIV.span-9, DIV.span-10, DIV.span-11, DIV.span-12, DIV.span-13, DIV.span-14, DIV.span-15, DIV.span-16, DIV.span-17, DIV.span-18, DIV.span-19, DIV.span-20, DIV.span-21, DIV.span-22, DIV.span-23, DIV.span-24
{
	float: left;
	margin-right: 10px;
}
/*The last column in a row needs this class.*/
DIV.last
{
	margin-right: 0;
}
/*Use these classes to set the width of a column.*/
.span-1
{
	width: 30px;
}
.span-2
{
	width: 70px;
}
.span-3
{
	width: 110px;
}
.span-4
{
	width: 150px;
}
.span-5
{
	width: 190px;
}
.span-6
{
	width: 230px;
}
.span-7
{
	width: 270px;
}
.span-8
{
	width: 310px;
}
.span-9
{
	width: 350px;
}
.span-10
{
	width: 390px;
}
.span-11
{
	width: 430px;
}
.span-12
{
	width: 470px;
}
.span-13
{
	width: 510px;
}
.span-14
{
	width: 550px;
}
.span-15
{
	width: 590px;
}
.span-16
{
	width: 630px;
}
.span-17
{
	width: 670px;
}
.span-18
{
	width: 710px;
}
.span-19
{
	width: 750px;
}
.span-20
{
	width: 790px;
}
.span-21
{
	width: 830px;
}
.span-22
{
	width: 870px;
}
.span-23
{
	width: 910px;
}
.span-24, DIV.span-24
{
	width: 950px;
	margin: 0;
}
/*Add these to a column to append empty cols.*/
.append-1
{
	padding-right: 40px;
}
.append-2
{
	padding-right: 80px;
}
.append-3
{
	padding-right: 120px;
}
.append-4
{
	padding-right: 160px;
}
.append-5
{
	padding-right: 200px;
}
.append-6
{
	padding-right: 240px;
}
.append-7
{
	padding-right: 280px;
}
.append-8
{
	padding-right: 320px;
}
.append-9
{
	padding-right: 360px;
}
.append-10
{
	padding-right: 400px;
}
.append-11
{
	padding-right: 440px;
}
.append-12
{
	padding-right: 480px;
}
.append-13
{
	padding-right: 520px;
}
.append-14
{
	padding-right: 560px;
}
.append-15
{
	padding-right: 600px;
}
.append-16
{
	padding-right: 640px;
}
.append-17
{
	padding-right: 680px;
}
.append-18
{
	padding-right: 720px;
}
.append-19
{
	padding-right: 760px;
}
.append-20
{
	padding-right: 800px;
}
.append-21
{
	padding-right: 840px;
}
.append-22
{
	padding-right: 880px;
}
.append-23
{
	padding-right: 920px;
}
/*Add these to a column to prepend empty cols.*/
.prepend-1
{
	padding-left: 40px;
}
.prepend-2
{
	padding-left: 80px;
}
.prepend-3
{
	padding-left: 120px;
}
.prepend-4
{
	padding-left: 160px;
}
.prepend-5
{
	padding-left: 200px;
}
.prepend-6
{
	padding-left: 240px;
}
.prepend-7
{
	padding-left: 280px;
}
.prepend-8
{
	padding-left: 320px;
}
.prepend-9
{
	padding-left: 360px;
}
.prepend-10
{
	padding-left: 400px;
}
.prepend-11
{
	padding-left: 440px;
}
.prepend-12
{
	padding-left: 480px;
}
.prepend-13
{
	padding-left: 520px;
}
.prepend-14
{
	padding-left: 560px;
}
.prepend-15
{
	padding-left: 600px;
}
.prepend-16
{
	padding-left: 640px;
}
.prepend-17
{
	padding-left: 680px;
}
.prepend-18
{
	padding-left: 720px;
}
.prepend-19
{
	padding-left: 760px;
}
.prepend-20
{
	padding-left: 800px;
}
.prepend-21
{
	padding-left: 840px;
}
.prepend-22
{
	padding-left: 880px;
}
.prepend-23
{
	padding-left: 920px;
}
/*Border on right hand side of a column.*/
DIV.border
{
	padding-right: 4px;
	margin-right: 5px;
	border-right: 1px solid #EEE;
}
/*Border with more whitespace, spans one column.*/
DIV.colborder
{
	padding-right: 28px;
	margin-right: 25px;
	border-right: 1px solid #EEE;
}
/*Use these classes on an element to push it into the
next column, or to pull it into the previous column.*/
.pull-1
{
	margin-left: -40px;
}
.pull-2
{
	margin-left: -80px;
}
.pull-3
{
	margin-left: -120px;
}
.pull-4
{
	margin-left: -160px;
}
.pull-5
{
	margin-left: -200px;
}
.pull-6
{
	margin-left: -240px;
}
.pull-7
{
	margin-left: -280px;
}
.pull-8
{
	margin-left: -320px;
}
.pull-9
{
	margin-left: -360px;
}
.pull-10
{
	margin-left: -400px;
}
.pull-11
{
	margin-left: -440px;
}
.pull-12
{
	margin-left: -480px;
}
.pull-13
{
	margin-left: -520px;
}
.pull-14
{
	margin-left: -560px;
}
.pull-15
{
	margin-left: -600px;
}
.pull-16
{
	margin-left: -640px;
}
.pull-17
{
	margin-left: -680px;
}
.pull-18
{
	margin-left: -720px;
}
.pull-19
{
	margin-left: -760px;
}
.pull-20
{
	margin-left: -800px;
}
.pull-21
{
	margin-left: -840px;
}
.pull-22
{
	margin-left: -880px;
}
.pull-23
{
	margin-left: -920px;
}
.pull-24
{
	margin-left: -960px;
}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24
{
	float: left;
	position: relative;
}
.push-1
{
	margin: 0 -40px 1.5em 40px;
}
.push-2
{
	margin: 0 -80px 1.5em 80px;
}
.push-3
{
	margin: 0 -120px 1.5em 120px;
}
.push-4
{
	margin: 0 -160px 1.5em 160px;
}
.push-5
{
	margin: 0 -200px 1.5em 200px;
}
.push-6
{
	margin: 0 -240px 1.5em 240px;
}
.push-7
{
	margin: 0 -280px 1.5em 280px;
}
.push-8
{
	margin: 0 -320px 1.5em 320px;
}
.push-9
{
	margin: 0 -360px 1.5em 360px;
}
.push-10
{
	margin: 0 -400px 1.5em 400px;
}
.push-11
{
	margin: 0 -440px 1.5em 440px;
}
.push-12
{
	margin: 0 -480px 1.5em 480px;
}
.push-13
{
	margin: 0 -520px 1.5em 520px;
}
.push-14
{
	margin: 0 -560px 1.5em 560px;
}
.push-15
{
	margin: 0 -600px 1.5em 600px;
}
.push-16
{
	margin: 0 -640px 1.5em 640px;
}
.push-17
{
	margin: 0 -680px 1.5em 680px;
}
.push-18
{
	margin: 0 -720px 1.5em 720px;
}
.push-19
{
	margin: 0 -760px 1.5em 760px;
}
.push-20
{
	margin: 0 -800px 1.5em 800px;
}
.push-21
{
	margin: 0 -840px 1.5em 840px;
}
.push-22
{
	margin: 0 -880px 1.5em 880px;
}
.push-23
{
	margin: 0 -920px 1.5em 920px;
}
.push-24
{
	margin: 0 -960px 1.5em 960px;
}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24
{
	float: right;
	position: relative;
}
/*Misc classes and elements
--------------------------------------------------------------
Use a .box to create a padded box inside a column.*/
.box
{
	padding: 1.5em;
	margin-bottom: 1.5em;
	background: #E5ECF9;
}
/*Use this to create a horizontal ruler across a column.*/
HR
{
	background: #DDD;
	color: #DDD;
	clear: both;
	float: none;
	width: 100%;
	height: 0.1em;
	margin: 0 0 1.45em;
	border: none;
}
HR.space
{
	background: #FFF;
	color: #FFF;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.hide
{
	display: none;
}
.reset-margin
{
	margin: 0;
}
.reset-padding
{
	padding: 0;
}
.reset
{
	margin: 0;
	padding: 0;
}
.align-justify
{
	text-align: justify;
}
.align-left
{
	text-align: left;
}
.align-center
{
	text-align: center;
}
.align-right
{
	text-align: right;
}
/*Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html]*/
.clearfix:after, .container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, .container
{
	display: inline-block;
}
* HTML .clearfix, * HTML .container
{
	height: 1%;
}
.clearfix, .container
{
	display: block;
}
/*Regular clearing
apply to column that should drop below previous ones.*/
.clear
{
	clear: both;
}
/*forms.css*/
LABEL
{
	font-weight: bold;
}
FIELDSET
{
	padding: 1.4em;
	margin: 0 0 1.5em;
	border: 1px solid #CCC;
}
LEGEND
{
	font-weight: bold;
	font-size: 1.2em;
}
.input-busq
{
	width: 176px;
	padding: 2px;
	height: 15px;
	margin: 0 5px 0 0;
	border: 1px solid #B2BD92;
	background: #F6F8F3;
}
.select-busq
{
	margin: 0 5px 0 0;
	border: 1px solid #B2BD92;
	background: #F6F8F3;
	width: 176px;
	padding: 2px;
	height: 20px;
}
.input-busq:focus, .select-busq:focus
{
	border: 1px solid #97AF01;
}
TEXTAREA
{
	width: 390px;
	height: 250px;
	padding: 5px;
}
.boton-busq
{
	width: 52px;
}
.form-buscador
{
	margin: 18px 0 0 25px;
}
.error, .notice, .success
{
	padding: 0.8em;
	margin-bottom: 1em;
	border: 2px solid #DDD;
}
.error
{
	background: #FBE3E4;
	color: #8A1F11;
	border-color: #FBC2C4;
}
.notice
{
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success
{
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error A
{
	color: #8A1F11;
}
.notice A
{
	color: #514721;
}
.success A
{
	color: #264409;
}
.mainBusc
{
	background: url(../img/fondo-head-busq.gif) repeat-x left top;
	height: 128px;
}
.busqueda
{
	height: 107px;
	position: relative;
}
P.ejemplos
{
	color: #B2BD92;
	margin-top: 5px;
}
A.busqueda-adv
{
	font-weight: bold;
	color: #97AF01;
}
A.busqueda-adv:hover
{
	color: #F5F7E7;
}
.logo-sib
{
	margin-top: 10px;
}
/*menu*/
DIV.sdmenu
{
	font-family: Arial, sans-serif;
	font-size: 0.92em;
	padding-bottom: 10px;
	background: #FEFBF8 url(../img/fondo-menu.gif) repeat-x left top;
	color: #4B191A;
	padding-top: 36px;
	font-weight: bold;
	border-bottom: 3px solid #EDD1A6;
}
DIV.sdmenu DIV
{
	border-bottom: 1px solid #E0AF63;
	overflow: hidden;
	margin: 0 10px;
	cursor: pointer;
	padding: 3px 0;
}
DIV.sdmenu DIV.collapsed
{
	height: 18px;
}
DIV.sdmenu DIV SPAN
{
	display: block;
	margin: 0;
}
DIV.sdmenu DIV A.tit
{
	background: url(../img/bullet02.gif) no-repeat left 2px;
	color: #4B191A;
	text-decoration: none;
	padding: 0 0 0 12px;
	display: block;
}
DIV.sdmenu DIV A.tit:hover
{
	text-decoration: underline;
}
DIV.sdmenu SPAN.tit
{
	cursor: default;
	background: url(../img/bullet02.gif) no-repeat left center;
	padding-left: 12px;
	color: #4B191A;
	text-decoration: none;
}
DIV.sdmenu DIV A.link
{
	padding: 0 0 0 12px;
	background: url(../img/bullet03.gif) no-repeat left 2px;
	color: #4B191A;
	text-decoration: none;
}
DIV.sdmenu DIV A.link:hover
{
	text-decoration: underline;
}
DIV.sdmenu DIV.collapsed SPAN
{
}
DIV.sdmenu DIV A.sublink
{
	padding: 5px 0 5px 12px;
	display: block;
	color: #965F00;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/bullet05.gif) no-repeat left 7px;
	margin-left: 12px;
}
DIV.sdmenu DIV A.current
{
}
DIV.sdmenu DIV A:hover
{
	text-decoration: underline;
}
.noticia-central
{
	margin: 10px 0;
}
.noti-cen-head
{
	color: #324300;
	font: bold 1.33em/1em Arial, Helvetica, sans-serif;
	margin: 5px 0 9px;
}
.noticia-central H1 A
{
	color: #4B6400;
	text-decoration: none;
}
.noticia-central H1 A:hover
{
	text-decoration: underline;
	color: #202B00;
}
.noticia-central P
{
	font-size: 1.33em;
	line-height: 1.5em;
}
.destacadas
{
	background: url(../img/fondo-noticias-destacadas.gif) no-repeat left top;
}
.noti-dest-head
{
	color: #324300;
	font: bold 1.33em/1em Arial, Helvetica, sans-serif;
	margin: 5px 0 9px;
}
.noti-seccion-head
{
	color: #324300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #FFFFFF;
}
.destacadas H2 A
{
	color: #647C00;
	font-weight: bold;
	text-decoration: none;
}
.destacadas H2 A:hover
{
	text-decoration: underline;
	color: #202B00;
}
.destacadas P
{
	color: #525247;
}
.link-archivos
{
	color: #643200;
	font-size: 0.92em;
	font-weight: bold;
	padding-left: 12px;
	background: url(../img/bullet01.gif) no-repeat left center;
}
.blogs
{
	background: url(../img/fondo-blogs.gif) no-repeat left top;
}
.blogs-head
{
	color: #534B2A;
	font: bold 1.33em/1em Arial, Helvetica, sans-serif;
	margin: 5px 0 9px;
}
.blogs UL
{
	margin: 0;
	list-style: none;
}
.blogs UL LI
{
	margin-top: 12px;
	margin-bottom: 12px;
	background: url(../img/icono-blog.gif) no-repeat left top;
	padding-left: 18px;
}
.blogs UL LI A
{
	text-decoration: none;
	color: #534B2A;
}
.blogs UL LI A:hover
{
	text-decoration: underline;
	color: #202B00;
}
.blogs UL LI A SPAN
{
	color: #8F8147;
}
.UNC
{
	background: url(../img/fondo-UNC.gif) no-repeat left top;
}
.UNC-head
{
	color: #965321;
	font: bold 1.33em/1em Arial, Helvetica, sans-serif;
	margin: 5px 0 9px;
}
.UNC H3 A
{
	color: #563013;
	text-decoration: none;
	font: italic bold 1.08em Arial, Helvetica, sans-serif;
}
.UNC H3 A:hover
{
	text-decoration: underline;
	color: #202B00;
}
.UNC P
{
	color: #563013;
}
.UNC P A
{
	color: #81471D;
	font-weight: bold;
}
.UNC P A:hover
{
	color: #202B00;
}
P.breadcrumb
{
	color: #81471D;
}
P.breadcrumb A
{
	color: #81471D;
	font-weight: bold;
	text-decoration: underline;
}
.desc-especie H1
{
	color: #4B6400;
	font: italic bold 1.5em Georgia, "Times New Roman", Times, serif;
}
.desc-especie P
{
	color: #647C00;
	font-weight: bold;
}
.ampliar-pic
{
	margin-top: 3px;
}
.ampliar-pic A
{
	color: #965F00;
	font-size: 0.92em;
	background: url(../img/bullet10.gif) no-repeat left center;
	padding: 3px 0 3px 20px;
	font-weight: normal;
	text-decoration: none;
}
.ampliar-pic A:hover
{
	color: #563013;
	text-decoration: underline;
}
.desc-especie SPAN
{
	color: #965F00;
	font-size: 0.92em;
	background: url(../img/lupa.gif) no-repeat left center;
	padding: 3px 0 3px 16px;
	font-weight: normal;
}
.desc-p1
{
	color: #30210A;
	padding-top: 18px;
}
.links-mapa-desc
{
	margin: 6px 10px 0 0;
}
.links-mapa-desc A
{
	font-weight: bold;
	color: #965F00;
	background: url(../img/bullet06.gif) no-repeat left center;
	padding-left: 12px;
	text-decoration: none;
}
.links-mapa-desc A:hover, .links-mapa-desc A#active
{
	color: #643200;
	background: url(../img/bullet07.gif) no-repeat left center;
}
.tab-desc
{
	margin-top: 18px;
}
.tab-desc-tit
{
	background: url(../img/tab-desc-tit.gif) no-repeat left top;
	height: 26px;
	width: 149px;
	text-align: center;
	font-size: 0.92em;
	font-weight: bold;
	color: #FDD99D;
	padding: 6px 0px 0px;
}
.TabbedPanelsContent2 H1
{
	font: bold 1.17em Arial, Helvetica, sans-serif;
	color: #5F4313;
	margin: 9px 0;
}
.TabbedPanelsContent2 H2
{
	font: bold 1.17em Arial, Helvetica, sans-serif;
	color: #5F4313;
	margin-bottom: 9px;
	margin-top: 0;
}
.TabbedPanelsContent2 H3
{
	font: bold 1.17em Arial, Helvetica, sans-serif;
	color: #5F4313;
	margin: 0 0 6px;
}
.TabbedPanelsContent2 H4
{
	font: bold 1.33em Georgia, "Times New Roman", Times, serif;
	color: #5F4313;
	margin: 0 0 6px;
}
.TabbedPanelsContent2 P
{
	color: #30210A;
}
.tabla
{
	border-top: 1px solid #DCCAAA;
	border-bottom: 2px solid #DCCAAA;
	margin-top: 9px;
}
.tabla TD
{
	border-bottom: 1px solid #DCCAAA;
	vertical-align: top;
}
.tabla TD.td-izq
{
	color: #643200;
}
.tabla TD.td-der
{
	color: #30210A;
	border-left: 1px solid #DCCAAA;
}
.avistajes
{
	width: 300px;
}
.links-avistajes P
{
	margin: 0;
	padding: 0;
}
.links-avistajes A
{
	color: #965F00;
	font-size: 0.92em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}
.links-avistajes A:hover, .links-avistajes A#active
{
	color: #5F4313;
}
.biblio
{
	margin: 18px 0;
}
.citas-biblio
{
	font-size: 1em;
	color: #643200;
}
.avistajes H3
{
	color: #30210A;
	font: bold 1em/1em Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px;
}
.main-pic
{
	margin: 18px 0 3px;
}
.TabbedPanelsContent2 SPAN
{
	color: #965F00;
	font-size: 0.92em;
	background: url(../img/lupa.gif) no-repeat left center;
	padding: 3px 0 3px 16px;
	font-weight: normal;
}
.TabbedPanelsContent2 .medidas
{
	color: #5F4313;
}
.TabbedPanelsContent2 TABLE
{
	background-color: #FFF8DC	;
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #D3D3D3;
}
.TabbedPanelsContent2 TD
{
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #D3D3D3;
	margin-left: 10px; 
}
.news
{
	width: 550px;
}
.encabezado-news
{
	background: url(../img/head-news.gif) no-repeat left top;
	width: 550px;
}
.encabezado-news P
{
	background: url(../img/head-news.gif) no-repeat left top;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #324300;
	padding-top: 6px;
	margin: 0;
}
.columna-news
{
	width: 200px;
	background: #FFFCF3;
	padding-bottom: 36px;
}
.news H2
{
	font: bold 1.08em Arial, Helvetica, sans-serif;
}
.volanta
{
	font-size: 0.83em;
	color: #5B5D54;
	margin-top: 12px;
}
.copete
{
	font-size: 1.33em;
}
.imagen-news
{
	margin-bottom: 1.5em;
}
.news UL
{
	margin: 18px 0;
}
.news UL LI
{
	margin: 12px 0;
	background: url(../img/bullet08.gif) no-repeat left 3px;
	padding-left: 15px;
	list-style: none;
	color: #2E3E00;
}
.fuente-news
{
	font-size: 0.92em;
}
.ver-mas-img
{
	margin: 5px 5px 6px;
}
.ver-mas-img SPAN
{
}
.ver-mas-img A
{
	color: #965F00;
	font-size: 0.92em;
	background: url(../img/bullet09.gif) no-repeat left center;
	padding: 3px 0 3px 20px;
	font-weight: normal;
	text-decoration: none;
}
.ver-mas-img A:hover
{
	color: #563013;
	text-decoration: underline;
}
.ver-video
{
	margin: 24px 5px 6px;
}
.ver-video A
{
	color: #965F00;
	font-size: 0.92em;
	background: url(../img/bullet10.gif) no-repeat left center;
	padding: 3px 0 3px 20px;
	font-weight: normal;
	text-decoration: none;
}
.ver-video A:hover
{
	color: #563013;
	text-decoration: underline;
}
.audio
{
	margin: 24px 5px 6px;
	background: #FFFEFA;
	border-top: 1px solid #DBD8D0;
}
.audioP
{
	font-size: 0.92em;
	line-height: 1em;
	color: #563013;
	padding: 10px 10px 0;
}
.audio A
{
	color: #965F00;
	font-size: 0.92em;
	background: url(../img/bullet11.gif) no-repeat left center;
	padding: 3px 0 3px 18px;
	font-weight: normal;
	text-decoration: none;
}
.audio A:hover
{
	color: #563013;
	text-decoration: underline;
}
.descargar-archivo
{
	margin: 24px 5px 6px;
}
.descargar-archivo P
{
	margin-bottom: 3px;
}
.descargar-archivo A
{
	color: #563013;
	font-size: 0.92em;
	background: url(../img/bullet12.gif) no-repeat left 2px;
	padding: 3px 0 3px 15px;
	font-weight: normal;
	text-decoration: none;
}
.descargar-archivo A:hover
{
	color: #965F00;
	text-decoration: underline;
}
.linkie
{
	margin: 24px 5px 6px;
}
.linkie P
{
	margin-bottom: 3px;
}
.linkie A
{
	color: #563013;
	font-size: 0.92em;
	background: url(../img/bullet13.gif) no-repeat left 2px;
	padding: 3px 0 3px 20px;
	font-weight: normal;
	text-decoration: none;
}
.linkie A:hover
{
	color: #965F00;
	text-decoration: underline;
}
.inst-tit
{
	padding-top: 1em;
	font-size: 1.33em;
	font-weight: bold;
}
.inst-subtit
{
	padding: 1em 0;
	font-size: 1.17em;
	font-weight: bold;
}
.footer
{
	background: url(../img/footer.gif) repeat-x left top;
	height: 170px;
	color: #676963;
}
.logos-footer
{
	margin-top: 18px;
	margin-left: 40px;
}
.data-footer
{
	margin-top: 18px;
}
.links-footer
{
	margin-top: 18px;
}
.logo-footer-sib
{
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px solid #B6B7B4;
}
.recuadro
{
	background-color: #FFF4DD;
	padding: 10px;
	border: 1px solid #FFDF9D;
}
#header_navegador
{
	background-image: url(../img/header_navegador.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 200px;
	top: 20px;
	position: absolute;
	left: 0px;
	padding-left: 40px;
	padding-top: 22px;
}
#header_navegador LI
{
	width: 80px;
	float: left;
}
#header_navegador A
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 9pt;
	line-height: 140%;
}
#header_navegador A:hover
{
	color: #666666;
	text-decoration: underline;
}
#header_buscador, #header_buscador_ap {
	background-image: url(../img/header_buscador.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 160px;
	top: 20px;
	position: absolute;
	padding-left: 5px;
	padding-top: 17px;
	background-position: 1px 13px;
}
#header_buscador {
	right: 0px;
}
#header_buscador_ap {
	right: 180px;
}
#header_buscador FORM, #header_buscador_ap FORM
{
	margin: 0px;
	padding: 0px;
}
#buscador #qry
{
	background-color: #FFFFCC;
	border: 0px none #FFFFCC;
	width: 120px;
	height: 25px;
	left: 5px;
	top: 20px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 25px;
	color: #666666;
}
#buscador #qrydo
{
	position: absolute;
	right: 0px;
}
#qry_title
{
	position: absolute;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	left: 5px;
  width: 180px;
}
#qry_example
{
	position: absolute;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	left: 5px;
}
