/***********************************************/
/* Basic Elements                              */
/***********************************************/
body {
	margin: 0;
	padding: 0 0 30px 0;
	background: #BCBBA7 url(../_img/selva/bkg_page.jpg) no-repeat top left;
	text-align: center;
	/* part 1 of 2 centering hack */
}

body, th, td { /* rendundancia para los navegadores viejos */
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link { color: #0000ff; text-decoration: underline; }
h3 { font-size: 135%; font-weight: normal; }
img { border: 0; }
p { font-size: 75%; line-height: 145%; }

/* Class */
.ocultar { display: none; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	position: relative;
	width: 752px;
	height: 46em;
	padding: 0 0 15px 0;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #fff url(../_img/selva/bkg_selva.jpg) no-repeat top left;;
	border: 2px solid #000;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 742px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 742px;
}

html>body #content {
	width: 742px; /* ie5win fudge ends */
	}

#logo { 
	width: 237px;
	height: 66px;
	background: transparent url(../_img/selva/sarabiairadier_logo.gif) no-repeat top left;
}

#contents { margin: 120px 0 0 10px; padding: 0; }
#changestyle { padding: 0; }

/***********************************************/
/* Divs styles                                 */
/***********************************************/
#logo h1 { display: none; }
#logo h2 { display: none; }

#headline h3 {
	width: 350px;
	padding: 3px 0 3px 5px;
	background: #fff;
	color: #CC3300;
	font-size: 100%;
}

#bodycopy {
	float: left;
	width: 190px;
	margin: 40px 0 0 6px;
	padding: 17px 0 0 45px;
	background: transparent url(../_img/selva/comilla_abre.gif) no-repeat top left;
}

#bodycopy p { margin: 0; }

#bodycopy p span {
	display: block;
	width: 165px;
	height: 35px;
	margin-top: 20px;
	background: url(../_img/selva/comilla_cierra.gif) no-repeat bottom right;
}

#servicios {
	float: left;
	width: 340px;
	margin: 40px 0 0 65px;
	padding: 25px 25px 0 25px;
	background: #E0F0F0;
	color: #333;
}

#servicios h3 {
	margin: -10px 0 1px 0;
	font: 125% Arial, Helvetica, sans-serif;
}

#servicios p {
	margin: 0 0 22px 0;
	line-height: 125%;
}

#changestyle {
	clear: both;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#changestyle p { margin-bottom: 5px ; }

#changestyle p span {
	display: block;
	width: 160px;
	color: #999;
	font: 90% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
}

#changestyle ul {
	display: block;
	width: 216px;
	height: 84px;
	margin: 0px 0 0 0;
	padding: 0 0 0 15px;
	background: transparent url(../_img/selva/bkg_boxlink.jpg) no-repeat top left;
}

#changestyle li {
	display: block;
	list-style: none;
}

#changestyle li a{
	font: 90% Trebuchet MS, Arial, Helvetica, sans-serif;
	
}
#changestyle li.a { padding: 16px 0 0 0; }
#changestyle li.b a, #changestyle li.c a  {
	background: none;
}

#footer {
	position: absolute;
	width: 300px;
	left: 0;
	bottom: 15px;
	color: #999;
	font: 90% Georgia;
}

#footer p {
	margin: 0 0 0 20px;
	padding: 0;
	border-top: none;
}

#extraDiv1 { display: none; }