/* Elementos de diseņo comunes de la interfaz */
#header {
	overflow:hidden;
	clear:both;
	color:#FFFFFF;
	background-color:#525252;
	margin-bottom:8px;
	/*border: 1px solid #339900;*/
}
/*PUBLICIDAD*/
#headerAds {
	position: relative;
	overflow: hidden;
	height:100px;
}
.ad728x90, .ad220x90 { float: left; }
.ad728x90 { margin-right: 10px; }
.ad250x250{
	overflow:hidden;
	clear:both;
	width: 300px;
	display: block;
	position: relative;
	margin: 10px 0;
	padding:4px;
	text-align:center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
}
#headerAds .peel {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2000;
}
/*LOGOTIPO EN CABEZAL , TEXTO Y LOGOTIPO LA TERCERA*/
h1.logo { background: url(i/ltcom_logo.gif) no-repeat; text-indent: -99999px; width: 346px; height: 42px; margin: 0 0 15px 10px ; padding: 0; z-index:1;clear:both;}
h1.logo a{display:block;width: 346px; height: 42px;}

/*HEADER*/
.corporativo{
	background: #000 url(i/bg_header.jpg) top left repeat-x;
}
/*BARRA LATERAL*/
.colLateral{
	/*background:#000 url(i/bg-col.jpg) bottom center no-repeat;*/
	margin:0; 
	border:none;
	float:left;
}

/*NAVEGACION*/
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:0.83em;
	font-weight:bold;
	text-transform:uppercase;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	border-right: 1px solid #666;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a{
	display: block;
	cursor: pointer;
	background-color: #E4E4E7;
	padding: 0.5em 1.2em;
	color: #000;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text*/ 
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{
	background-color: #006666;
	color: #FFF;
}
/*ELEMENTOS DE ARTICULOS*/
.epigrafe{
	font-size:0.83em;
}
div.contentHead h4 a{
	color:#8B9798;
}
.bajada{margin: 0 10px;}
.comment{
	display:block;
	background: url(i/ic-comentario.gif) no-repeat; 
	text-indent: 15px;
	font-size:0.83em;
	color:#3C3C3C;  
	margin: 2px 10px; 
	padding: 0; 
}
.date{
	margin: 2px 10px;
	font-size:0.83em;
	padding: 0;
	color:#CB0808; 
}
.sep{
	font-size:0.83em;
	padding: 0;
	margin:0;
	color:#DDD;
}
.infPhoto{
	font-size:0.83em;
	color:#58553D;
	text-align:left;
}
.titContentHead{
	font:0.95em bold Arial, Helvetica, sans-serif;
	color:#000;
	padding:4px 0;
	text-indent: 5px;	
}
.titContent{
	font-size:1em;
	color:#729494;	
}


