/*GENERAL*/
body {
	background-image:url('pattern.jpg');
	background-position: center 50%;
	background-repeat:repeat-y;
	margin: 0;
	padding: 0
}


/*SOMBRAS CUERPO*/
.sombra_izq {
	background-image: url('sombra_izq.jpg');
	background-repeat: repeat-y
}

.sombra_der {
	background-image: url('sombra_der.jpg');
	background-repeat: repeat-y
}


/*CHAT*/
.chat {
	margin-top:2px;
	background-image:url('chat_fondo.gif');
	background-repeat:no-repeat;
	background-position: 
               center bottom;
	}

.borde_chat {
	background-color:#FFFFFF;
	border: #63759a 1px solid;
	}
	
.chat_video {
	margin-top:2px;
	background-image:url('chat_esquinas_izq_inf.gif');
	background-repeat:no-repeat;
	background-position: center bottom;
	background-color: #FCCF8E
	}

/*NEWS*/
.news_fondo {
	background-image:url('masalas_cont.gif');
	background-repeat:repeat-y;
	background-position: right top;
	}
	
.news_texto {
	font-family:tahoma, arial, helvetica;
	font-size: 12px;
	line-height:16px;
	color:#2f2e2e;
	}
	
.news_texto a {
	font-family:tahoma, arial, helvetica;
	font-size: 12px;
	line-height:16px;
	color:#000000;
	}

.news_texto li {
	font-family:tahoma, arial, helvetica;
	font-size: 12px;
	line-height:16px;
	color:#2f2e2e;
	}

.news_texto_fecha {
	font-family:tahoma, arial, helvetica;
	font-size: 12px;
	line-height:16px;
	color:#2f2e2e;
	padding: 5px 5px 5px 0px;
	font-weight:bold;
	}

.triangulito{
	margin: 5px 5px 1px 0px;
	}
	
.news_separacion {
	margin: 16px 0px 16px 0px;
	}