/* PC Sheets ----------------------------------------------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	background-color: #707070;
}

#content_back {
}

* body div {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: black;
}

* body td {
	margin: 0;
	padding: 0;
	border: 0;
}

#container {
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	min-width : 800px;
	width : 100%;
	text-align: left;
	padding : 0;
	overflow: visible;
}

html>body #container { /* for FF */
}

* html body #container { /* for IE */
}

*:first-child+html #container { /* for IE7 */
}

.errorLabel {
	display: table;
	font-size: 24px;
	font-weight: bold;
	text-decoration: blink;
	color: red;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	line-height: 24px;
}

li {
	list-style-image: url(../img/li.gif);
	position: relative;
	left: -20px;
	width: auto;
}

.libr {
	margin-bottom: 14px;
}

.imgRight {
	display: table;
	margin: 10px 0 15px 10px;
	padding: 0;
	float: right;
	overflow: visible;
}

.imgLeft {
	display: table;
	margin: 10px 10px 15px 0;
	padding: 0;
	float: left;
	overflow: visible;
}

.imgCenter {
	display: inline;
	margin: 10px auto;
	padding: 0;
}

.white {
	color: #FFFFFF;
}

.green {
	color: #92D050;
}

.gray {
	color: #909090;
}

.darkgray {
	color: #505050;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* Table Layout ======================================================= */

#tableTDlogo {
	height: 97px;
}

#tableTDmenu {
	height: 28px;
}

#tableTDcontent {
	height: 100%;
}

*:first-child+html #tableTDcontent { /* For IE7 */
	height: auto;
}

#tableTDfooter {
	height: 44px;
}

/* Forms Layout ======================================================= */

.formLoginBox {
	display: table;
	border: 1px #B2B2B2 solid;
	width: 248px;
	margin: 5px auto;
	padding: 1px;
}

.formCaption {
	color: white;
	background-color: #B2B2B2;
	font-weight: bold;
	line-height: 22px;
	width: 100px;
	margin: 1px;
	padding: 1px 10px 0 10px;
	float: left;
}

.formInputTxt {
	color: black;
	background-color: white;
	border: 1px #B2B2B2 solid;
	text-align: left;
	text-indent: 4px;
	font-size: 90%;
	height: 18px;
	margin: 1px;
	padding: 4px 0 0 0;
	width: 97%;
	float: left;
}


/* Header Layout ====================================================== */

#header_back {
	width: 100%;
	height: 97px;
	background-image: url(../img/header_back.gif);
	background-repeat: repeat-x;
	text-align: center;
}

.header_content {
	width: 100%;
	height: 97px;
	position: relative;
	background-image: url(../img/header_full.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#title {
border: 1px black dotted;
	display: none;
}

#flashLogo {
	display: inline;
}


/* Menu Layout ======================================================== */

#menu_back {
	width: 100%;
	height: 28px;
	display: block;
	text-align: center;
	background-color: #CCCCCC;
	background-image: url(../img/menu_back2.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.menu {
	padding: 0;
	display: block;
	width: 100%;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, Arial, Sans-serif;
	background-image: url(../img/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.menu2 {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: block;
	width: 800px;
	height: 28px;
}

.menu_cell {
	color: white;
	text-decoration: none;
	line-height: 28px;
	height: 28px;
	margin: 0 20px;
	padding: 0;
}
.menu_cell:hover {
	color: black;
}

.menu_cellSeparator {
	color: white;
	text-decoration: none;
	line-height: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
}

.menu_languages {
	display: inline;
	position: absolute;
	right: 0px;
	text-align: right;
	padding: 7px 20px 0 0;
}
*:first-child+html .menu_languages {
	padding: 1px 15px 0 0;
}
* html .menu_languages {
	padding: 1px 15px 0 0;
}

.menu_lang {
	display: inline;
	margin: 0 0px;
}


/* Footer Layout ====================================================== */

#footer_back {
	width: 100%;
	height: 44px;
	display: block;
	_position: relative;
	_bottom: 1px;
	text-align: center;
	background-color: #B2B2B2;
	background-image: url(../img/footer_back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#footer {
	width: 800px;
	height: 44px;
	bottom: 0px;
	text-align: center;
}

.footer_style {
	color: white;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
}

.footer_style a {
	color: white;
	text-decoration: underline;
}

.footer_style a:hover {
	color: black;
	text-decoration: none;
}

.footer_copyright {
	color: white;
	font-size: 10px;
	line-height: 19px;
}

.footer_sim {
	width: 42px;
	height: 26px;
	display: inline;
	position: absolute;
	margin: 9px 340px;
	background-image: url(../img/sim.gif);
	background-repeat: no-repeat;
}

.foot_hr {
	width: 650px;
	height: 2px;
	background-image: url(../img/foot_hr.gif);
	background-repeat: repeat-x;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
}
.foot_hr hr {
	display: none;
}

/* Windows Layout ===================================================== */

.window {
	display: inline;
	float: right;
	width: 267px;
	padding: 2px 20px 20px 0px;
}

* html body .window { /* for IE */
	position: relative;
	right: -30px;
}

.windowHeaderRSS {
	font-size: 11px;
	width: 267px;
	font-weight: bold;
	line-height: 30px;
	text-indent: 12px;
	height: 42px;
	background-image: url(../img/window_header_rss.gif);
	background-repeat: no-repeat;
}

.windowBody {
	font-size: 10px;
	width: 267px;
	line-height: 110%;
	padding: 0 15px;
	text-align: justify;
	background-image: url(../img/window_body.gif);
	background-repeat: repeat-y;
}

#windowBodyTitle {
	width: 237px;
}
#windowBodyTitle a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#windowBodyTitle a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.windowFooter {
	width: 267px;
	height: 10px;
	background-image: url(../img/window_footer.gif);
	background-repeat: no-repeat;
}

.windowBodyDate {
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.windowBodyText {
	width: 237px;
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 110%;
	text-indent: 8px;
	text-align: justify;
}

/* Contact Layout ===================================================== */

.contactAddress {
	font-size: 14px;
	position: relative;
	margin: 0;
	padding: 120px 0 20px 0;
	line-height: 130%;
}

.contactCompany {
	font-weight: bold;
	font-size:17px;
}

/* Ofertas Layout ===================================================== */

.ofertaHeader {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 14px;
	margin: 20px;
}

.ofertaHeaderMini {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 12px;
	margin: 0 20px;
}

/* Box Layout ========================================================= */

.boxContainer {
	display: inline;
	float: left;
	margin-bottom: 10px;
}

.boxHeader {
	display: block;
	padding: 0 4px;
	line-height: 24px;
	background-color: #B3DA33;
}

.boxHeader2 {
	display: block;
	padding: 0 4px;
	line-height: 24px;
	background-color: #CDDA32;
}

.boxHeader3 {
	display: block;
	padding: 0 4px;
	line-height: 24px;
	background-color: #DACB32;
}

.boxHeader4 {
	display: block;
	padding: 0 4px;
	line-height: 24px;
	background-color: #DBAF32;
}

.boxContent {
	display: block;
	margin-top: 2px;
	padding: 1px 8px;
	background-color: #F2F2F2;
}

/* Content Layout ===================================================== */

#content_back {
	width: 100%;
	display: block;
	background-color: #F5F5F5;
	background-image: url(../img/content_back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.content {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

.content a {
	font-weight: bold;
	color: #86C03B;
	text-decoration: underline;
}
.content a:hover {
	font-weight: bold;
	color: #6B9A2F;
	text-decoration: none;
}

.cont_hr {
	display: inline;
	float: left;
	width: 760px;
	height: 2px;
	background-image: url(../img/cont_hr.gif);
	background-repeat: repeat-x;
	margin: 4px 20px 4px;
	overflow: visible;
}
.cont_hr hr {
	display: none;
}

.cont_li {
	list-style-position: inside;
	list-style-image: url(../img/li.gif);
}

#contCurrSection {
	font-size: 18px;
	color: #86C03B;
	margin: 0 20px 0 20px;
	padding: 5px 0 0;
	line-height: 24px;
}

#contSectionsLinks {
	color: black;
	font-size: 11px;
	line-height: 24px;
	margin: 0 20px 0 20px;
	padding: 0 0;
}

.contSectionHead {
	color: white;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	max-width: 780px;
	margin: 12px 10px 12px 0;
	background-color: #B2B2B2;
	background-image: url(../img/section_headend.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.contSectionHeadIcon {
	float: left;
	width: 62px;
	height: 32px;
	margin: 0 20px 0 0;
	padding: 0;
	background-image: url(../img/sim.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.contSectionText {
	width: 760px;
	display: inline;
	float: left;
	line-height: 135%;
	font-size: 12px;
	text-indent: 8px;
	text-align: justify;
	margin: 0;
	padding: 0 20px 20px 20px;
	overflow: hidden;
}

* html body .contSectionText { /* for IE */
	padding: 0 0 0 20px;
}

.contEnd {
	clear: both;
}
