@charset "utf-8";
/* CSS Document */

#contenido img {
	border: none;
	float: left;
}
.artista {
	clear: both;
}

h2 {
	background-color: #FE850C;
	color: #fff;
	font-weight: normal;
	font-size: 1.7em;
	
	padding: 0.5em;
}
h3 {
	color: #FE850C;
	font-weight: normal;
	border-bottom: 1px solid #FE850C;
}
p.vevent {
	background: #DEEAF3 url('img/exclamacion.gif') no-repeat 5px 5px;
	padding: 2em;
	clear: both;
}
