
body {
	padding: 0;
	margin: 0;
	font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #5d5c5c;
	/*height: 500;*/
	width: 700px;
	background-color: #f8f8f8;
	margin-right: auto;
	margin-left: auto;
}

p {
	margin: 7px 0px 2px 0px;
}

a {
	color:  #ff7800 ; /* naranja oscuro */
	text-decoration: none; 
}
a:hover {
	color: gray;
	/*text-decoration: underline;*/
}

.back a  {
	background: transparent url(images/back.gif) no-repeat 0px 2px;
	padding-left: 14px;
}
.more a  {
	background: transparent url(images/goto.gif) no-repeat 0px 2px;
	margin-left: 13px;
	padding-left: 16px;
}

h1 {
	padding: 10px 0px 7px 0px;
	margin: 0px 0px 0px 0px; 
	color: #5d5c5c;
	font-size: 9pt;
}
h2 {
	padding: 5px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	color: #FF4500;
	font-size: 8pt;
}
h3 {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	color: #787878;
	font-size: 8pt;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 20px;
}
li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-image: url(images/item-1.gif);
	line-height: 1.7em;
}
img {
	border : none;
}
.error {
	color: #D50000;
	font-weight: bold;
}
/***************************************************************************************************
		FORMULARIOS
 ****************************************************************************************************/

input  {
	font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #eaeaea;
	color: #5d5c5c;
}
textarea  {
	font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #eaeaea;
	color: #5d5c5c;
}

.button1 {
	/*height: 20px;
	width: 68px;*/
	background: url(images/button-back.gif);
	border-width: 3px;
	color: white;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: 3px;
	border-top-color: #eaeaea;
	border-left: #eaeaea;
	border-bottom-color: #5d5c5c;
	border-right: #5d5c5c;
}

.button {
	color: white;
	background-image: url(images/button-back.gif);
	background-repeat: repeat-x;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid silver;
	vertical-align: middle;
}
.button:hover {
	color: #3c3c3c;
	border-color: #8D8D8D;
}
.combo {
	font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #eaeaea;
	color: #5d5c5c;
	height: 18px;
}

/***************************************************************************************************
		LAYOUT
 ****************************************************************************************************/

#header {
	height: 65px;
	background: #eeeded;
	/*background: #eeeded url(images/logo-1.jpg) 10px no-repeat;*/
}

#top-bar {
	height: 31px;
	/*background-color: #ff4e00;*/
	background: #eeeded url(images/top-bar-1.jpg) no-repeat;
	/*border-top: 1px solid #939393;*/
	/*border-bottom: solid #939393 1px;*/
	padding: 0; margin:0;
}
#footer {
	height: 24px;
	color: #f6f6f6;
	background-color: #3c3c3c;
	padding: 8px 0px 0 0px;
	text-align: center;
}
#page-end {
	height: 60px;
	background:  white url(images/pattern-1.gif);
	/*border: 1px solid #eeeded;*/
	padding: 5px 0px 0 20px; 
	text-align: center;
}
#lang-links {
	font-weight: bold;
	color: #4F4F4F;/*#fecba2;*/
	float:right;
	padding: 0px 20px 0 10px;
}
#lang-links a {
	color: #F3F2F2;
	text-decoration: none;
}
#lang-links a:hover {
	color: #4F4F4F;
	text-decoration: none;
}
#lang-links .separator {
	font-weight: normal;
	margin: 0 5px 0 5px;
	color: #FF9162;
}

/***************************************************************************************************
		MENU
 ****************************************************************************************************/
#menu-main {
	font-weight: bold;
	padding: 8px 0px 0 10px;
}

.menu-main-item {
	display: block;
	float: left;
	padding: 4px 16px 0px 12px;
}
.menu-main-item a {
	color: #F3F2F2;
	text-decoration: none;
}
.menu-main-item a:hover {
	color: #4F4F4F;
	text-decoration: none;
}
.menu-main-item-sel {
	display: block;
	float: left;
	padding: 4px 7px 0px 7px;
}
.menu-main-item-sel a {
	color: #5d5c5c;
	text-decoration: none;
}

#tab-l {
	float: left;
	width: 5px; 
	height: 23px; 
	background:  url(images/tab-l.gif) top no-repeat;
}
#tab-m {
	height: 23px; 
	background:  url(images/tab-m.gif) top repeat-x;
}
#tab-r {
	width: 9px; 
	height: 23px;
	background:  url(images/tab-r.gif) top no-repeat;
}

/***************************************************************************************************
		CONTENT
 ****************************************************************************************************/
#content {
	/*float: left;*/
	/*clear: both;*/
	height: 390px;
	padding: 20px 20px 20px 20px;
	background:  white url(images/back-1.jpg) 410px 140px no-repeat;
	overflow: hidden;
}
#content-box-1 {
	display: block;
	overflow: auto;
	height: auto;
	/*width: 350px;*/
	background-color: #fbfafa;
	border: 1px solid #eaeaea;
	padding: 10px 13px 13px 13px;
}
#content-box-1 h1 {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #5d5c5c;
	font-size: 9pt;
	border-bottom: 1px  #eaeaea solid;
}
#content-box-1 p {
	margin: 7px 0px 5px 0px;
}


#content-box-2 {
	/*width: 220px;*/
	width: 100%;
	color: #81807f;
	background-color: #f1f1f1;
	border: 1px solid #eaeaea; 
	padding: 5px 5px 8px 5px;

}
#content-box-2 a {
	color: #ff7800;
	text-decoration: none;
}

#login-box {
	width: 141px;
	background-color:  #fbfafa;
	border: 1px solid #eaeaea;
	/*padding: 5px 7px 8px 7px;*/
	padding: 5px 0px 4px 5px;

}
#login-box h1 {
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 9px 0px;
	color: #5d5c5c;
	font-size: 8pt;
	border-bottom: 1px  #eaeaea solid;
}
#login-box p {
	margin: 5px 0px 10px 0px;
}

#login-box input {
	font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #eaeaea;
	color: #5d5c5c;
}

#login-box .button {
	color: white;
	background-image: url(images/button-back.gif);
	background-repeat: repeat-x;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid silver;
	vertical-align: middle
}
#login-box .button:hover {
	color: #3c3c3c;
	border-color: #8D8D8D;
}


#error-box {
	background: #fbfafa url(images/attention.gif) no-repeat 12px 10px;
	display: block;
	overflow: auto;
	width: 220px;
	border: 1px solid #eaeaea;
	padding: 10px 13px 13px 13px;
	color: #D50000;
}
#error-box h1 {
	padding: 0px 0px 3px 20px;
	margin: 0px 0px 5px 0px;
	color: #5d5c5c;
	font-size: 8pt;
	border-bottom: 1px #eaeaea solid;
}
#columna-1 {
	float: left;
	/*margin-left: 35px;*/
	/*padding: 0px 0px 10px 35px;*/
	width: 385px;
	height: auto;
	/*height: 40px;*/
	/*border-right: 1px dotted gray;*/
	/*border: 1px solid black;*/
}
#columna-1-1 {
	margin-top:10px;
	float: left;
	/*margin-left: 35px;*/
	/*padding: 0px 0px 10px 35px;*/
	width: 210px;
	height: 100%;
	/*border-right: 1px dotted gray;*/
	/*border: 1px solid black;*/
}
#columna-1-2 {
	margin-top:10px;
	float: right;
	padding: 0px 2px;
	/*margin-left: 35px;*/
	/*padding: 0px 0px 10px 35px;*/
	width: 145px;
	height: 100%;
	/*height: 40px;*/
	/*border-right: 1px dotted gray;*/
	/*border: 1px solid black;*/
}

#columna-2 {
	float: right;
	/*margin-left: 35px;*/
	/*padding: 0px 0px 10px 35px;*/
	width: 250px;
	height: auto;
	/*height: 40px;*/
	/*border-right: 1px dotted gray;*/
	/*border: 1px solid black;*/
}

/***************************************************************************************************
		RELATED TOPICS
 ****************************************************************************************************/
.related-topics-1 {
	background: url(images/relacionados.gif) no-repeat 7px 5px;
	
	/*clear: both;*/
	width: 130px;
	font-size: 8pt;
	color: #3D3D3D; /* Gris Oscuro*/
/*float: right;*/
	padding: 20px 10px 10px 10px;

	/*border-left: 8px solid silver;*/
	/*margin : 10px 0 10px 25px;*/
	margin: 10px 0 0px 0px;
	background-color:  transparent; /*#f1f1f1*/
	border: 1px solid #eaeaea;
	
}
.related-topics-2 {
	clear: both;
	width: 130px;
	font-size: 8pt;
	color: #3D3D3D; /* Gris Oscuro*/
	float: right;
	padding: 0px 10px 0px 10px;

	border-left: 8px solid silver;*/
	/*margin : 10px 0 10px 25px;
	margin: 10px 0 0px 0px;
	background-color:  transparent; /*#f1f1f1*/
	
}
.related-topics {
	clear: both; /*width: 130px;
	font-size: 8pt;
	color: #3D3D3D;  Gris Oscuro*/
	float: right;
	padding: 0px 10px 0px 10px; /*background: url(images/orange-color-5.jpg) 3% transparent ;*/
	width: 220px; /*height: 80px;*/
	color: #81807f;
	background-color: transparent;/* #fbfafa;*/
	border: 1px solid #eaeaea;
	padding: 5px 7px 8px 7px;
}
.related-topics .title {
	/*background: url(images/relacionados.gif) no-repeat -2px;*/
	background: url(images/item-1.gif) no-repeat 0 -3px;
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 5px 14px;
	margin-bottom: 8px;
}

.related-topics ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 15px;
}
.related-topics li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-image: url(images/item-1-2.gif);
	line-height: 1.7em;
}

/*
.related-topics a {
	color: maroon;
	font-size: 8pt;
	text-decoration: none;

}
*/

/***************************************************************************************************
		VARIOS
 ****************************************************************************************************/
.text-logo-samll {
	background: url(images/logo-small.gif) no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

/***************************************************************************************************
		COMMON
 ****************************************************************************************************/
*.right{
	/*clear: both;*/
	float: right;
}
*.left{
	/*clear: both;*/
	float: left;
}

*.margin {
	margin: 10px;
}
*.margin-top{
	/*padding-top: 10px;*/
	margin-top: 10px;
}
*.margin-bottom{
	margin-bottom: 10px;
	/*padding-bottom: 10px;*/
}
*.margin-left{
	margin-left: 10px;
}
*.margin-right{
	margin-right: 10px;
}
*.center {
	text-align: center;
}
*.indent {
	text-indent: 20px;
}
*.naranja {
	color: #ff4e00;
}
*.bold {
	font-weight: bold;
}
*.border {
	border: 1px  #eaeaea solid;
}

/***************************************************************************************************
		SLIDESHOW
 ****************************************************************************************************/
.slide-container {
	width:196px;
	height:89px;
	background-image:url('images/empresas-background-01.jpg');
	background-repeat:no-repeat;
	padding: 10px;
}

#slide-text {
	padding: 7px 25px;
	line-height: 10px;
}

.slideshow {
	height:63px;
	width: 190px;
}

.slideshow div {
	display: none;
}
