
#timelineHolder.eventos .time{
	background: url("../img/eventos.png")no-repeat 30px bottom;
}
#timelineHolder.artistas .time{
	background: url("../img/artistas.png") no-repeat 30px bottom;
	position: relative;
}
#timelineHolder.noticias .time{
	background: url("../img/noticias.png") no-repeat 30px bottom;
}
.contentHolder{
	width: 600px;
	margin:20px 0 0 105px;
	font-size: 10px;
	line-height: 13px;
}
body #artistHolder{
	width: 500px;
}
.contentHolder h1{
	font-size: 12px;
	font-weight: bold;
}
.contentHolder .date{
	font-weight: normal;
}
.contentHolder .text{
	margin: 25px 0 40px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#artistHolder .text{
	margin-top: 15px;
}
#updatesHolder{
	margin: 12px 0 0 0;
}

#images{
	margin: 0 0 40px 0;
}
#videos{
	margin: 0 0 40px 0;
}
h2.bigTitle{
	font-size: 60px;
	font-weight: normal;
	margin:0 0 21px 0;
	padding:0;
	line-height: 50px;
}
h2.bigTitle img{
	margin:0;
	display: block;
}

#images h3{
	font-size: 12px;
	margin: 0 0 8px;
	font-weight: bold;
}

#images img{
	margin: 0 0 20px;
}
#artistasLine {
	margin:0;
	padding: 0;
	list-style: none;
	position:absolute;
	bottom:-10px;
	width: 100%;
}

#bigpic img{
	position:absolute;
	top:0;
	right:0;
	margin-top: 100px;
}

#artistasLine li{
	margin:0;
	padding: 0;
	list-style: none;
	display: inline;
	position:relative;
	padding:1px;
}
#artistasLine li .inhold{
	display: inline;
}
#artistasLine li a.artistas-link{
	text-decoration:none;
	outline:0;
}
#artistasLine li img{
	clear: both;
	border: 0;
}

/** COMMENTs */
#comments{
	padding: 0 0 40px 0;
}
.dottedLine{
	clear:both;
	width:100%;
	height:1px;
	margin: 4px 0 5px 0;
	background: url('../img/comentarios.png');
}
.commentBtn{
	height: 15px;
	width: 70px;
	float:right;
	display: block;
	cursor:pointer !important;
	outline:none;
	text-decoration:none;
}
.commentBtn:hover{
	cursor:pointer !important;
}

.overLine{
	margin: -12px 0 0 0;
	border-left: solid 5px #FFF;
}

.showCommentForm{
	margin: -13px 0 0 0;
}
.commentBtn img{
	border:0;
	cursor:pointer;
}
.nuevoComent, .postearBtn{
	cursor: pointer;
	float: right;
	margin: -8px 0 0 2px;
}
#commentForm{
	margin: 20px 0 0 0;
}
#commentForm h3{
	font-size:12px;
}
.imgupload{
	margin: 0 0 20px;
}
.commentCountHeadline{
	font-size:10px;
	font-weight: bold;
	margin:0 0 10px 0;
}
.commentCount{
	font-weight: normal;
}

.commentTitle{
	height: 69px;
	clear: both;
	width: 100%;
	font-weight: normal;
}
.commentTitle img{
	float:left;
}
.aComment .texthold{
	margin: 20px 0 ;
}
.commentTitle div.publicado, .commentTitle div.post{
	font-size: 10px ;	
	margin: 0 0 0 100px;
	padding: 24px 0;
	float:left;
}
.commentTitle div.post span, .commentTitle div.publicado span{
	font-weight: bold;
	display: block;
}
.aComment{
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.imageComment{
	margin: 10px 0;
	display: block;
}
.notify{
	padding:10px 20px;
	width:556px;
	border: dotted 2px;
	margin: 0 0 10px 0;
}
.notify.errores{
	border-color: #c2142f ;
	background: #f9d9d9;
}
.notify.exito{
	border-color: #008d5b ;
	background: #e6fbde;
}

div.fileLine{
	height: 25px;
	margin: 0 0 10px 0;
	width: 100%;
}
div.fileLine label{
	display: block;
	float:left;
	width: 50px;
	line-height: 24px;
	height:24px;
}
div.fileLine input{
	display: block;
	float:left;
}
div.fileLine a{
	display: block;
	float:left;
	width: 80px;
	line-height: 24px;
	height:24px;
	font-weight: bold;
	color: #fdc202;
	text-decoration: none;
}
div.fileLine a:hover{
	color: #008d5b ;
	text-decoration: underline;
}
#uploading{
float:left;
width:392px;
}


/* NOTICIAS */
div.noticia{
	margin: 0 0 40px 0;
}
div.noticia h1 .date{
	color: #c2142f;
	font-weight:bold;
}


.aComment {
	position:relative;
	overflow: visible;
}
.aComment .sidearrow{
	width: 24px;
	position:absolute;
	height:100%;
	top:0;
	left: -24px;
	background:#000 url('../img/flecha_com/mid.gif');
	overflow:visible;
}
.aComment .sidearrow .top{
	width: 24px;
	position:absolute;
	height:8px;
	top:0;
	left:0;
	background: #000 url('../img/flecha_com/top.gif') no-repeat;
}
.aComment .sidearrow .bot{
	width: 24px;
	position:absolute;
	height:12px;
	bottom:0;
	left:0;
	background: #000 url('../img/flecha_com/bottom.gif') no-repeat bottom;
}
.aComment .sidearrow.color1, .aComment .sidearrow .color1{
	background-color: #fdc202;
}
.aComment .sidearrow.color2, .aComment .sidearrow .color2{
	background-color: #c2142f;
}
.aComment .sidearrow.color3, .aComment .sidearrow .color3{
	background-color: #008D5B;
}
