.blocoDetalheEvento{
    width:680px;
    height:160px;
    margin-top:20px; 
    padding-bottom: 10px;
    /*border-bottom: 1px solid #F37D02;
    border-bottom: 1px solid #797979;  */ 
}
.imagemDetalheEvento{
    float:left;
    width:200px;
    height:160px;
}
.tituloDetalheEvento{
    float:left;
    width:470px;
    padding-left:10px;
    height:20px;
    text-transform: uppercase;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#aacf98;
    font-weight: bold;
}
.tituloDetalheEspectaculo{
    float:left;
    width:470px;
    padding-left:10px;
    height:20px;
    text-transform: uppercase;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#F37D02;
    font-weight: bold;
}
.descricaoDetalheEvento{
    float:left;
    width:470px;
    padding-left:10px;
    height:140px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.voltarDetalheEvento{
    float:left;
    width:480px;
    margin-top:20px;
    padding-left:20px;
}
/*#####################################################*/
/*                        ARTISTAS                      */
/*#####################################################*/

.blocoArtista{
	float:left;
	width:200px;
	height:180px;
	margin-right:20px;
	margin-bottom:60px;
}
.tituloArtista{
	float:left;
    width:200px;
    height:35px;
    text-transform: uppercase;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#F37D02;
    font-weight: bold;
	text-align:center;
}
.imagemArtista{
	float:left;
    width:200px;
    height:160px;
	margin-bottom:10px;
}

.linkArtista{
	width:200px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}


a.lkartista:link {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform: uppercase;
    color:#FFFFFF;
    font-weight: bold;
    text-decoration:none;
}
a.lkartista:visited {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform: uppercase;
    color:#FFFFFF;
    font-weight: bold;
    text-decoration:none;
}
a.lkartista:hover {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform: uppercase;
    color:#F37D02;
    font-weight: bold;
    text-decoration:underline;
}
a.lkartista:active {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform: uppercase;
    color:#F37D02;
    font-weight: bold;
    text-decoration:underline;
}




/*#####################################################*/
/*                        GALERIA                      */
/*#####################################################*/

.areatopogaleria{
    float:left;
    width:980px;
    margin-left: 53px;
}
.areaimagensgaleria{
    float:left;
    width:980px;
    margin-top:40px;
    margin-left: 53px;
}
.imagemdetalheGaleria{
    float:left;
    width:300px;
    height:150px;
    border: 1px solid #F37D01;
}
.descricaoGaleria{  
    float:left;
    width:620px;
    margin-left:10px;
    height:160px;
    padding-left:20px
}
.imagemGaleria{
    float:left;
    width:200px;
    height:160px;
    border: 1px solid #F37D01;
    margin-right:40px;
    margin-bottom:25px;
}
