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

body{
	background: #000000;
	font-family:Tahoma;
	font-size:14px;
	color: black;
}

h1{
	font-size:18px;
	font-weight:normal;
}



#contenidor{
	width:1024px;
	height:768px;
	top:0px;
	left:-512px;
	margin-left:50%;
	position:absolute;
	background: url("../imatges/fondo.jpg")  no-repeat;
	border: 1px solid #ffffff;
}

#logo{
	position:absolute;
	width:239px;
	height:128px;
	top:0px;
	left:0px;
	z-index:5;
}

#copyright{
	color:#676767;
	float:left;
	font-size:10px;
	left:808px;
	position:absolute;
	top:3px;
	z-index:5;
}
#copyright a{
	font-size:10px;
	color:#676767;
}

#menu{
	height:51px;
	left:0px;
	position:absolute;
	top:107px;
	clear:both;
}

#menu span{
	position:absolute;
}

#menu span.home{
	left:0px;
}
#menu span.galeria{
	left:205px;
}
#menu span.sobre{
	left:415px;
}
#menu span.contacto{
	left:625px;
}
#menu span.links{
	left:830px;
}


img{
	border:0px none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

#contingut{
	width:1024px;
	height:612px;
	position:absolute;
	top: 156px;
}

#contingut.home{
	background: url("../imatges/fondo_home.jpg")  no-repeat;
}
#contingut.about{
	background: url("../imatges/fondo_about.jpg")  no-repeat;
}
#contingut.gallery{
	background: url("../imatges/fondo_gallery.png")  no-repeat;
}
#contingut.contact{
	background: url("../imatges/fondo_contact.jpg")  no-repeat;
}
#contingut.links{
	background: url("../imatges/fondo_links.jpg")  no-repeat;
	width:1022px;
	height:610px;
	padding:1px;
}



#ElenaJoverPortfolio{
	top: 531px;
	left: 83px;
	position: relative;
}

#menuGaleria{
	width:202px;
	height:612px;
	position:absolute;
	top: 0px;
	left:0px;
}

#menu_interior{
	top:84px;
	position:relative;
}

#contingutGaleria{
	height:481px;
	left:230px;
	position:absolute;
	top:62px;
	width:687px;
}


#thumbs{
	position:relative;
	width:663px;
	text-align:center;
	height: 380px;
}

#thumbs img{
	margin:5px;
}

#paginacio{
	font-size:20px;
	height:28px;
	position:relative;
	text-align:center;
	width:663px;
}
#paginacio a{
	font-family:Tahoma;
	font-size:20px;
	color: black;
}

#paginacio a.sel{
	color: white;
}

#paginacio a:hover{
	color: #af5757;
}

#contingutGaleria.imatgePortfolio{
	background-color:#000000;
	background: url("../imatges/interior_galeria.jpg")  no-repeat;
}

#botonClose{
	left:660px;
	padding:0;
	position:absolute;
	top:6px;
}

#links{
	height:400px;
	left:100px;
	position:absolute;
	top:25px;
	width:824px;
}

#links li{
	float:left;
	padding:49px;
	list-style-type:none;
}

.separador{
	padding:15px;
}

#about{
	color:#676767;
	font-size:16px;
	height:470px;
	left:90px;
	position:absolute;
	text-align:center;
	top:52px;
	width:847px;
}

#cooming{
	width:687px;
	color:#676767;
	font-size:22px;
	text-align:center;
	position:absolute;
	top:199px;
}

#about a{
	color:#b21c1f;
	text-decoration:underline;
}

#contact{
	height:500px;
	left:329px;
	position:absolute;
	top:96px;
	width:490px;
}

#contact input{
	background-color:#E7E6E6;
	border:5px solid #000000;
	color:#858585;
	font-size:16px;
	height:35px;
	margin-bottom:13px;
	width:291px;
	font-family: Tahoma;
}

#contact textarea{
	background-color:#E7E6E6;
	border:5px solid #000000;
	color:#858585;
	font-size:16px;
	height:165px;
	margin-bottom:13px;
	width:420px;
	font-family: Tahoma;
}

#contact p{
	color:#858585;
	font-size:22px;
}
#contact a{
	color:#ffffff;
	text-decoration:underline;
}

#descripcion{
	color:#FFFFFF;
	font-size:12px;
	margin-left: 10px;
	margin-top:8px;
}

#interiorGaleria{
	margin-top:16px;
	margin-left:16px;
}