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

* {
	margin: 0px;
	padding: 0px;
}
#principal {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #000000;

}
#arriba {
	height: 100px;
	width: 1024px;
	text-align: center;
}
#izquierda {
	width: 80px;
	float: left;
}
#foto {
	float: left;
	width: 400px;
	padding-right: 10px;
	padding-left: 10px;
}
#critica {
	margin-left: 420px;
	padding-right: 10px;
	padding-left: 10px;
}
#critica p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}
#foto h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #FF0000;
	text-align: center;
}


#derecha {
	margin-bottom: 80px;
	float: left;
	width: 944px;
	background-image: url(img/solapasitges.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#gris {
	width: 944px;
	margin-top: 70px;
	background-color: #CCCCCC;
	height: 698px;
}
#foto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin-top: 10px;
}


#sitges {
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFCC;
}
.blogaire {
	margin-top: 10px;
}
#fletxadreta {
	padding-top: 10px;
	clear: both;
	float: left;
}
#aladerecha {
	float: right;
	width: 66px;
}
#abellorra {
	float: left;
}

