/* @override http://localhost/ci/style/es.css */

/* @group sIFR */

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/

/* @end */

/* @group beginning */

/* commented backslash hack v2 \*/
html, body {height: 100%;}
/* end hack */

html,body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #31261a;
	background: #31261a url(images/layout/bg.png) repeat center top;
	font: 100.1% Cochin, Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 800px;
	min-height: 100%;
	text-align: left;
	border: none;
	padding: 0;
	position: relative;
	background-color: transparent;
	margin: 0 auto;
}

/* commented backslash hack v2 \*/
* html #wrapper { height: 100%; }
/* end hack */

#header {
	width: 720px;
	height: 90px;
	background: transparent url(images/layout/line.png) repeat-x left top;
	margin: 0px 0px 40px 0px;
	border: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 20px 40px 0px 40px;
	
}

* html #header {
	height:110px;he\ight:110px;
	width:720px;wi\dth:800px
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 a {
	padding: 0px;
	text-indent: -9999px;
	height: 90px;
	display: block;
}

/** html #header {
	height: 127px;
	he\ight: 127px
}*/



/* @end */

/* @group menu */

#sidebar {
	float: left;
	width: 102px;
	padding: 0;
	margin: 0 40px;
	display:inline;
}

/** html #sidebar {
	margin: 0 40px 0 20px;
}*/

ul#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 102px;
	height: 464px;
	text-align: center;
	background: url(images/layout/menubg.png) no-repeat center top;
}

ul#menu li {
	padding: 0;
	margin: 0 0 24px 0;
	width: 102px;
	height: 25px;
}

* html #sidebar ul#menu li {margin: 0 0 21px 0;}

ul#menu li a:link, ul#menu li a:visited, ul#menu li a:hover, ul#menu li a:active {
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -9999px;
	width: 102px;
	height: 25px;
}
/* @end */

/* @group content */

#content {
	float: right;
	width: 576px;
	padding: 0;
	margin: 0 40px 0 0;
	text-align: justify;
	color: #31261a;
	display: inline;
	line-height: 1.9em;
	font-size: 80%;
}

#content p, #sidebar p, #mainnav p, #header p,#footer p {
	margin: 0 0 1em 0;
}

#titleLang {
	margin: 0 0 1em 0;
	padding: 0;
	height: 30px;
}

#titleLang h2 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	font-style: italic;
	font-weight: normal;
	width: 431px;
	float: left;
	display: inline;
}

#titleLang p {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	display: inline;
}

#titleLang p a {
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	height: 10px;
	line-height:10px;
}

/* @group general content styles */

#theRest a {
	color: #485A69;
	text-decoration: underline;
}

#theRest a:visited, #theRest a:active {
	color:  #33404B;
}

#theRest a:hover {
	color: #5C7488;
}

#theRest img {
	/*width: 290px;*/
	border: 1px solid #31261a;
	float: right;
	display: inline;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
}

dt
{
	width: 4em;
	float: left;
	margin: 0;
	font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.galLeft {
	border: 1px solid #31261a;
	width: 270px;
	height: 300px;
	display: block;
	clear: none;
	float: left;
	text-align:center;
	margin-bottom: 30px;
	padding-top: 10px;
}

.galRight {
	border: 1px solid #31261a;
	width: 270px;
	height: 300px;
	display: block;
	clear: none;
	float: right;
	text-align:center;
	margin-bottom: 30px;
	padding-top: 10px;
}

img.galImg {
	margin: 0 auto !important;
	float: none !important;
	border: none !important;
}

.galList {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.big {
	font-size: 135%;
}

/* @group form */

form fieldset
{
	border: none;
}

form dl
{
	clear: both;
	display: block;
}

form dt
{
	float:left;
	width:100px;
}

form dd
{
	margin-bottom:10px;
}

form textarea, form input, form select
{
	width: 350px;
}



/* @end */

/* @end */

/* @end */

/* @group end */

#footer {
	position: absolute;
	bottom: 0;
	margin: 10px 0;
	width: 100%;
	height: 82px;
	text-align: center;
	padding: 10px 0 5px 0;
	border-top: 1px solid #31261a;
}

#footer p {
	margin: 0;
	padding: 0;
	height: 82px;
	margin: 0 auto;
}

#footer p span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/** html #footer {
	height: 25px;
	he\ight: 24px;
}*/

.divider1 {
	width: 100%;
	height: 5px;
	overflow: hidden;
	background: transparent;
	position: relative;
}

#clearfooter {
	height: 132px;
	width: 100%;
	clear: both;
}

.blank , .blank2 {
	position: absolute;
	left: 547px;
	width: 7px;
	height: 0px;
	overflow: hidden;
}

.blank {
	top: -1px;
}

.blank2 {
	bottom: -1px;
}



/* @end */