/* pique para sacarle el bordecito molesto en Firefox */
:focus {
	-moz-outline-style: none;
}

/**********  el elemento BODY controla el fondo *************************************/
body {
	margin: 0; 
	padding: 0;
	background-color: #5b514c; 
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
	text-align: center;
}
#content {
	width: 918px;
 	margin: 0 auto;	
	background-image: url(../../imagenes/content_bg.gif);
	/*background-position: center; *//* esto defasa explorer*/
	background-repeat:repeat-y ;
}

#header {
	width: 918px;
	height: 165px;
	background-image: url(../../imagenes/header.gif);
	/*background-color :#703250;*/
	background-position: center center;
	background-repeat: no-repeat ;
	text-align: left;
}
/* left Cols */
#ltCol {
	float: left ;
	width: 302px;
	height: 889px;
 	margin: 0;	
	background-image: url(../../imagenes/ltCol_bg.gif);
	background-position: rigth ;
  	background-repeat: no-repeat;
	text-align: left ;
}

#rtCol {
	width: auto;  
	height: 889px;   
	margin: 0 0 0 302px; 
	background-repeat: repeat ;
	background-position: right ;
}
#footer {
	width: 458px;
	height: 345px;
	clear: both;
}
/** header **/
#header .infoButton {
  	width: 91px;
	height: 40px;
	position: absolute;
	margin: 49px 0 0 102px;
	padding: 8px 0 0 11px;
	text-align: left;
	text-transform: uppercase;
}
#header .infoButton a {
	color: white;
	text-decoration: none;
}
#header .infoButton a:hover {
	color: #998888;
}
#header .langButton {
	width: 40px;
	height: 15px;
	position: absolute;
	margin: 72px 0 0 750px;
	font-size: 9px;
	text-align: right;
}
#header .langButton a {
  color: #99a5a5;    /*b3a5a5 */
  text-decoration: none;
}
#header .langButton a:hover {
	color: white;
}

/** profile **/
#info {
	width: 163px;
	height: 274px;
	display: block;
	visibility: hidden;
	filter: Alpha(opacity=100);
	margin: 150px 8px 8px 117px;
	border-bottom: 1px solid #5b514c;
	text-align: left;
}
<!--
#info .text {
	height: 220px;
	padding: 0 5px 5px 0;
	font-size: 10px;
	color: #372e2e;
	text-align: left;
	letter-spacing: -1px;
	overflow: hidden;
}	
#info a.downloadPDF {
  width: 163px;
  display: block;
  color: white;
  text-decoration: none;
  line-height: 20px;
}
#info a:hover.downloadPDF {
  text-decoration: underline;
}
#info a.hide {
	font-weight: bold;
	color: #5b514c;
	text-decoration: none;
	line-height: 20px;
}
#info a:hover.hide {
	color: white;
}
-->
/** comment **/
#comment {
	clear: right;
	width: 163px;
	height: 419px;
	margin: 38px 8px 8px 117px;
	font-size: 10px;
	color: white;
	text-align: left;
	line-height: 21px;
}
#comment h1 {
	width: 163px;
	padding: 0px 8px;
	_padding-bottom: 3px; /* guion adelante exclusivamente para IE */
	margin: 0 0 10px 0;
	background-color: #5b514c;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#comment #title {
	width: 163px;
	float: left;
	margin: 1px 0 0 0;
	padding: 0px 8px;
	_padding-bottom: 3px; /* guion adelante exclusivamente para IE */
	background-color: #5b514c;  
	text-transform: uppercase;
}
#comment #title input {
	width: 92px;
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #b3a5a5;
	border: none;
	background-color: #5b514c;
}
#comment #title textarea {
	height: 220px;  /* 320 */
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #b3a5a5;
	border: none;
	background-color: #5b514c;
	overflow: auto;
}
#comment #submit {
	width: 163px;
	float: left;
	margin: 0;
	padding: 0px 8px;
	_padding-bottom: 3px; /* guion adelante exclusivamente para IE */
	background-color: #5b514c;
	text-align: right;
	text-transform: uppercase;
}
#comment #submit a {
	width: 55px;
	height: 24px;
	display: block;
	margin: 0 -8px -2px auto;
	_margin-bottom: -4px; /* guion adelante exclusivamente para IE */
	padding: 0;
	display: block;
	border-top: 1px solid #b3a5a5;
	border-left: 1px solid #b3a5a5;
	color: white;
	text-decoration: none;
	text-align: center;
}
#comment #submit a:hover {
	color: #b3a5a5;
}
#comment #Mensaje {
	float: left;
	display: block;
	padding: 3px 5px 0 0;
	color: #ffe0e1;
	line-height: 13px;
}

/** rows **/
#row {
	width: 520px;
	float: left;
	text-align: left;
	margin: 0 0 14px 10px;
	_margin-left: 5px;
	_margin-bottom: 35px;
}
#row #rowHeader {
	height: 30px;
	border-top: 2px solid #5b514c;
	font-family: Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #5b514c;
	line-height: 24px;
	letter-spacing: -1px;
}
#row #item {
	
	width: 133px;
	height: 153px;
	float: left;
	padding: 7px 7px 5px 7px;
	margin: 0 17px 20px 0;
	background-color: white;
}
/*
#item a img {
	 border: none;
}*/
#row #item img {
	 border: none;
	margin: 0 0 5px 0;
	_margin-bottom: 3px;
}
#row #name {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #5b514c;
}

#footer {
  margin: 0 0 0 302px;
}
#footer img {
	float: left;
	margin: 20px;
}

/** **/

/***********  PopUp Trabajos  ********************************************************/
#TrabajosFondo {
	position: absolute;
	background-color: #333333;
	display: none;
	/* ATENTO A ESTO QUE ES IMPORTANTE: solo se puede usar filtro de alpha en un elemento con position: absolute */
	filter: Alpha(opacity=100);
}
#TrabajosPreloader {
	position: absolute;
	display: none;
	/* ATENTO A ESTO QUE ES IMPORTANTE: solo se puede usar filtro de alpha en un elemento con position: absolute */
	filter: Alpha(opacity=100);
	/*font-size: 10px;
	text-decoration: blink;
	padding: 5px;
	background-color: #FFCC00;*/
}
#TrabajosContenedor {
	display: none;
	position: absolute;
	filter: Alpha(opacity=100);
	/*padding: 7px;
	border: 3px solid #fff;*/
	background-color: #FFFFFF;
}
#TrabajosImagen, #TrabajosVideoAudio {
	display: none;
	position: absolute;
	filter: Alpha(opacity=100);
	background-color: #666666;
}
/* Flechitas, Counter, Detalle */
#TrabajosNav {
	line-height: 20px;
	display: none;
	position: absolute;
	filter: Alpha(opacity=100);
}
#TrabajosMediaCounter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	/*padding: 0px 5px 0px 5px;*/
}
#TrabajosDetalle {
	font-size: 10px;
	color: #000000;
	border-left: 1px solid #aaa;
}
/* avanzar / retroceder */
#TrabajosFlechaIzq a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF ;
	padding-left: 5px;
	display: block;
	background-color: #333333;
}
#TrabajosFlechaIzq a:hover {
	color: #FFFFFF;
	background-color: #66CCFF;
}
#TrabajosFlechaDer a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF ;
	padding-right: 5px;
	display: block;
	background-color: #333333;
}
#TrabajosFlechaDer a:hover {
	color: #FFFFFF;
	background-color: #66CCFF;
}
/************** DATA *********************************************************/
#TrabajosDataMarco {
	position: absolute;
	overflow: hidden;
	/*visibility: hidden;*/
	filter: Alpha(opacity=100);
}
#TrabajosData {
	position: absolute;
	background-color: #efefef;
	top: -2000px;
}
#TrabajosAbrirData {
	display: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #66CCFF;
	padding: 7px;
	background-color: #333333;
	/*border-left: 1px solid #999;
	width: 50px;*/
}
#TrabajosNombre {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	text-align: left;
	padding-top: 5px;
	padding: 7px 0px 7px 5px;
	background-color: #333333;
}
#TrabajosDescripcion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 5px;
}
/* link up & over */
#TrabajosLink {
	margin: 5px 5px 15px 5px;
}
#TrabajosLink a {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
#TrabajosLink a:hover {
	color: #FF9900;
}
/**** tooltip para cerrar trabajo ******************/
#TrabajosCerrar {
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	font-size: 10px;
	padding: 5px;
	background-color: #66CCFF;
}
