/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2008 / www.ecimtech.com
 * Colors:
 * Green: #34B53F
 * Dark gray: #494B4F
 * Medium gray: #A3A7AA
 * Light gray: #BDBCBC
 */


/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* MAIN STYLE */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	text-align: center;
	background: #34B53F;
}
a {
	color: #34B53F;
	text-decoration: none;
}
a:hover {
	color: #494B4F;
}
a.inverted {
	color: white;
	text-decoration: none;
}
a.inverted:hover {
	color: #34B53F;
}
img {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.right {
	float: right;
	margin: 0 0 8px 16px;
}
.left {
	float: left;
	margin: 0 16px 8px 0;
}
.center {
	text-align: center;
}


/* Main Frame */

#frame {
	position: relative;
	width: 780px;
	margin: 20px auto 20px auto;
	text-align: left;
	background: white;
}


/* Header */

#header {
	position: relative;
	height: 162px;
	width: 100%;
	background: #494B4F url(../images/fondo.png) 12px 11px;
	overflow: hidden; 
	font-size: 10.5pt;
}
#header .top {
	position: absolute;
	top: 0;
	height: 10px;
	width: 100%;
	overflow: hidden;
	background-color: #494B4F;
}
#header .bottom {
	position: absolute;
	bottom: 0;
	height: 10px;
	width: 100%;
	background-color: #A3A7AA;
	overflow: hidden;
}
#header .mainlogo {
	position: absolute;
	top: 22px;
	left: 18px;
}
#header .langbar {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 10pt;
	padding: 4px 8px 8px 8px;
	background: #494B4F;
}
#header .navbar {
	position: absolute;
	width: 554px;
	height: 60px;
	right: 0;
	bottom: 10px;
	background: url(../images/header_navbar.gif) top no-repeat;
}
#header .navbar .links {
	margin-top: 15px;
	margin-right: 20px;
	text-align: right;
}
#header .navbar .links span {
	text-decoration: underline;
}
#header .navbar .links a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-right: 20px;
	text-transform: uppercase;
}
#header .navbar .calendar {
	margin-top: 10px;
	margin-right: 40px;
	text-align: right;
	font-weight: bold;
	color: #494B4F;
	text-transform: uppercase;
}
#header .navbar .calendar a {
	text-decoration: none;
	color: #494B4F;
	margin: 0 1px 0 1px;
	padding: 0 3px 0 3px;
}
#header .navbar .calendar a:hover {
	background: #34B53F;
	color: white;
}

/* slidebar */
#slidebar {
	position: relative;
	width: 780px;
	overflow: visible;
	background-color: #A3A7AA;
	border-bottom: 4px #494B4F solid;
	display: none;
}
#slidebar table {
	position: relative;
	left: 240px;
	background: white;
	width: 520px;
}
#slidebar a.slidelink {
	position: absolute;
	display: block;
	padding: 6px;
	background-color: #494B4F;
}
#slidebar a.slideclose{
	position: absolute;
	top: 32px;
	display: block;
	padding: 6px;
	background-color: #494B4F;
}
#slidebar #slidetext {
}


/* FOOTER */

#footer {
	position: relative;
	background: url(../main_foot.png) bottom repeat-x;
}
#footer .lastlinks {
	margin: 0 0 10px 45px;
}
#footer .lastlinks span {
	text-decoration: underline;
}
#footer .lastlinks a {
	color: #494B4F;
	font-weight: bold;
	text-transform: uppercase;
}
#footer .lastlinks a:hover {
	color: #34B53F;
}

/* FLOATER */

#floater {
	position: absolute;
	left: 0;
	width: 210px;
	color: #494B4F;
	margin: 30px 0 20px 0;
}
#floater a {
	color: #494B4F;
}
#floater a:hover {
	color: #34B53F;
}
#floater ul {
	display: inline;
}
#floater li {
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 20px;
	background: url(../images/nav_decoration.png) no-repeat 100% 3px;
	text-transform: uppercase;
	font-size: 10.5pt;
}
#floater li li {
	font-size: 10pt;
	padding: 0;
	margin: 0 0 2px 0;
	background: none;
	text-transform: none;
}
#floater li li li { 
	font-weight: normal;
	margin: 0;
}


/* BODYTEXT */

#bodytext {
	position: relative;
	left: 250px;
	top: 30px;
	bottom: 30px;
	width: 510px;
	z-index: 5;
	margin: 0 0 30px 0;
	line-height: 130%;
	min-height: 580px;
}
#bodytext a.more {
	display: block;
	text-align: right;
	font-weight: bold;
}
#bodytext address {
	font-size: 12pt;
	font-weight: bold;
	color: #34B53F;
	margin: 16px 0 16px 0;
	padding: 0;
}
#bodytext address span {
	display: block;
	font-size: 10pt;
	color: #494B4F;
	margin: 4px 0 0 0;
}
#bodytext address.big {
	font-size: 20pt;
	margin: 24px 0 24px 0;
}
#bodytext h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #494B4F;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
#bodytext h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #494B4F;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	line-height: 130%;
}
#bodytext h4 {
	font-weight: bold;
	color: #494B4F;
	text-transform: uppercase;
}
#bodytext h5 {
	font-weight: bold;
	color: #494B4F;
}
#bodytext p {
	margin-bottom: 8px;
}
#bodytext blockquote {
	margin: 20px 0 20px 42px;
	font-size: 9pt;
	font-style: italic;
	text-align: justify;
	border-right: 3px solid #BDBCBC;
	border-left: 3px solid #BDBCBC;
	padding-right: 10px;
	padding-left: 10px;
}
#bodytext .signature {
	text-align: right;
	font-weight: bold;
	color: #494B4F;
}
#bodytext .box {
	background-color: #BDBCBC;
	border-top: #494B4F 4px solid;
	padding: 6px 6px 6px 8px;
	font-style: oblique;
	margin-bottom: 10px;
}
#bodytext .boxalt {
	border: #494B4F 2px solid;
	padding: 6px 6px 6px 8px;
	font-style: oblique;
	margin-bottom: 10px;
}
#bodytext ul {
	margin: 4px 0 4px 12px;
}
#bodytext ul li {
	list-style-type: circle;
	list-style-position: inside;
	color: #494B4F;
}


/* Tables */

table {
	width: 99%;
	font-size: 10pt;
}
table td, table th {
	vertical-align: top;
	padding: 8px;
}
table caption {
	background-color: #494B4F;
	color: white;
	padding: 8px;
	text-transform: uppercase;
}
table span {
	display: block;
	background-color: #34B53F;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 4px;
}
table th {
	background-color: #BDBCBC;
	font-weight: bold;
}
table h4 a, table h5 a {
	color: #494B4F;
	font-weight: bold;
}
table h4 a:hover, table h5 a:hover {
	color: #34B53F;
}
table h5 {
	margin-bottom: 4px;
}
#bodytext table a.more, table a.more {
	display: block;
	text-align: left;
	margin-top: 4px;
}
#bodytext table ul, table ul {
	margin: 4px 0 4px 2px;
}
table ul li {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 10px;
	font-size: 9pt;
	color: #494B4F;
}
table td.width {
	width: 65px;
}

