@charset "utf-8";
/* CSS Document */

#exposicion {
	width: 470px;
	height: 700px;
	padding-left: 2px;
	background-image: url(images/expo_poliniza10x10.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float: right;
}
#festival {
    width: 540px;
	height: 700px;
	padding-left: 2px;
	background-image: url(images/poliniza_2015_val.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float:left;
}
#festivalcas {
    width: 540px;
	height: 700px;
	padding-left: 2px;
	background-image: url(images/poliniza_2015_01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float:left;
}
#festivaleng {
    width: 540px;
	height: 700px;
	padding-left: 2px;
	background-image: url(images/poliniza_2015_eng.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float:left;
}
#derecha {
	width: 400px;
	height: 700px;
	padding-left: 2px;
	float: right;
}
#menu2 {
	/*width: 440px;
	padding-left: 60px;
	height: 70px;
	float:right;*/
}
#texto2e {
	width: 530px;
	padding-left: 0px;
	margin-top: 105px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-align: left;
	}
#texto2e a {
	color: #ffffff;
	/*text-decoration: underline;*/
	}
#textoder {
	left: 481px;
	/*font-weight: bold;*/
	padding-top: 150px;
}
#textoder a, #tallers a {
	font-weight: normal;
	color: #CCCCCC;
}
/* TALLERES*/
#tallers {
	width: 400px;
	height: 700px;
	padding-left: 2px;
	float: right;
	text-align: left;
}
#tallers h2{
	color: #FFCC00;
	margin-top: 15px;
	margin-bottom: 2px;
}
#tallers p{
	margin-top: 5px;
	margin-bottom: 5px;
}
#tallers strong{
	color: #FFFFFF;
}
/*ARTISTAS*/
#galeria {
	width: 105px;
	height: 130px;
	margin: 5px;
	color: #FFFF00;
	text-shadow: 0 -1px 0 black;
	background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #e7931a;
	float: left;
}
#galeria a {
	text-decoration: none;
	text-align: right;
	font-size: 10px;
}
/*EXPO*/
#datos {
	margin: 5px;
}
#datos img {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
	}