@charset "UTF-8";

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.idioma p .idioma a {
	color: #666;
}

#contenido_eventos {
	width: 840px;
	margin-left: 60px;
	margin-top: 40px;
}
#texto_eventos {
	width: 500px;
	float: right;
	text-align: justify;
}

#evento_home a, #texto_eventos a:link, #texto_eventos a:visited{
	color: red;
	text-decoration:none;
}

#evento_home a:hover{
	color: #E20A16;
	text-decoration:underline;
}

#foto_eventos {
	float: left;
	width: 300px;
	
}
#evento_home {
	width: 260px;
	margin-left: 10px;
	background-color: #000;
	color: #FFF;
	padding: 10px;
}
#evento_home h1 {
	font-size: 18px;
	color: #E20A16;
}

#cats {
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-bottom:100px;
}

