/* CSS Document */
html, body {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #666666;
}
a:link {
	text-decoration: none;
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: underline;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color:#FFF;
}
img {
	border:0;
}
#contenidor {
	padding: 0px;
	height: 100%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
	bottom: 0px;
}
#contenidor #logo {
	margin: 20px;
	padding: 0px;
	height: 65px;
	width: 220px;
	position: relative;

}
#contenidor #menu {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 250px;
	position: relative;
	left: 0px;
}
#galeria {
	width: 520px;
	height: auto;
	position: absolute;
	right: 0px;
	padding: 15px;
	top: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
}
#galeria #Item {
	margin: 3px;
	padding: 0px;
	float: left;
	width: 160px;
	position: relative;
	height: 125px;
}
#galeria #Item .foto {
	margin: 0px;
	padding: 5px;
	height: 78px;
	width: 150px;
	border: thin solid #FFF;

}
#galeria #Item .foto a:hover {
	background-color: #FF9900;
}
#galeria #Item span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
	top: 0px;
}
#galeria #Item span a:hover {
	color:#FF9900
}
#menu #Item {
	padding: 0px;
	width: 150px;
	position: relative;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu #Item .foto {
	padding: 5px;
	height: auto;
	width: auto;
	border: thin solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#menu #Item span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
	top: -5px;
}
#contenidor #menu #premsa {
	margin: 20px;
	padding: 5px;
	height: auto;
	width: 190px;
	position: relative;
	background-color: #003366;
	top: 0px;
	border: thin solid #FFF;
	color: #00599D;
}
#contenidor #menu #premsa p {
	background-color: #00599D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#contenidor #menu #premsa ul {
	position: relative;
	left: -15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}



#fitxa {
	width: 500px;
	height: 200px;
	position: relative;
	padding: 0px;
	background-color: #2672AC;
	margin: 15px;
	border: thin solid #FFF;
}
#fitxa span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	position: relative;
	top: -20px;
}
#fitxa ul {
	color: #000000;
	list-style-position: outside;
	list-style-type: none;
	background-color: #FFC;
	margin: 10px;
	padding: 10px;
	height: auto;
	width: 200px;
	position: relative;
	border: thin solid #FFF;
	top: -20px;
}
#fitxa ul span {
	padding: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin: 0px;
	top: -5px;
	color: #00599D;

}
#fitxa li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-transform: capitalize;
}

#galeriaBox {
	margin: 5px;
	padding: 0px;
	width: 250px;
	position: absolute;
	top: 10px;
	right: 0px;

}
.fotoBox {
	margin: 5px;
	padding: 0px;
	float: left;
	border: thin solid #FFF;

}
.nav {
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 45px;
	position: relative;
	left: 65%;
	top: 20px;
}

