
/*
/**********************/
/* valors per defecte */
/**********************/
/*
#divFormRegistre{
	border-style : solid;
	border-color : blue;
	border-radius : 10px;
	box-shadow : 10px 10px 5px #666666;
	margin-top : 100px;
	width : 80%;
	height : 400px;
	background-color : white;
	}
	
#idDivImatgeUsuari{
	position : absolute;
	width:13%;
	height:37%;
	margin-left : 5px;
	margin-top : -75px;
	background-color : lightgray;
	}	
#idimgUsuari{
	width : 100%;
	height : 100%;
	
}
#idTaulaRegistre{
	border-style:solid;
	border-width:1px;
	border-color:cyan;
	width:100%;
	font-family:verdana;
	font-size:11px;
}

*/
#divCapcelera{
	position : absolute;
	width : 97%;
	height : 120px;
	background-color : #13D875;
	top : 1.5%;
	left : 10px;
	border-radius : 10px;
}
#divFormRegistre{
border : solid;
border-color : #13D875;
border-radius : 10px;
box-shadow : 10px 10px 5px #666666;
margin-top : 200px;
width : 80%;
height : 400px;
background-color : white;
}

#idDivImatgeUsuari{
position : relative;
width:100%;
height:100%;
margin-left : 0px;
margin-top : -105px;
background-color : lightgray;
display:inline;
}	

#idimgUsuari{
width : 100%;
height : 100%;

}

#idTaulaRegistre{
border-style:solid;
border-width:1px;
border-color:cyan;
width:100%;
font-family:verdana;
font-size:11px;
}

@media screen and (device-width : 1280px) and (device-height : 1024px){
	#divCapcelera{
		position : absolute;
		width : 97%;
		height : 120px;
		background-color : #13D875;
		top : 1.5%;
		left : 10px;
		border-radius : 10px;
	}
#divFormRegistre{
	border : solid;
	border-color : #13D875e;
	border-radius : 10px;
	box-shadow : 10px 10px 5px #666666;
	margin-top : 200px;
	width : 80%;
	height : 450px;
	background-color : white;
	}

#idDivImatgeUsuari{
	position : relative;
	width:100%;
	height:100%;
	margin-left : 0px;
	margin-top : -105px;
	background-color : lightgray;
	display:inline;
	}	

#idimgUsuari{
	width : 100%;
	height : 100%;

}

#idTaulaRegistre{
	border-style:solid;
	border-width:1px;
	border-color:cyan;
	width:100%;
	font-family:verdana;
	font-size:11px;
	}
}
@media screen and (device-width : 1024px) and (device-height : 768px){
	#divCapcelera{
		position : absolute;
		width : 97%;
		height : 120px;
		background-color : #13D875;
		top : 1.5%;
		left : 10px;
		border-radius : 10px;
	}
	#divFormRegistre{
		border : solid;
		border-color : blue;
		border-radius : 10px;
		box-shadow : 10px 10px 5px #666666;
		margin-top : 200px;
		width : 80%;
		height : 400px;
		background-color : white;
		}
	
	#idDivImatgeUsuari{
		position : relative;
		width:100%;
		height:100%;
		margin-left : 0px;
		margin-top : -105px;
		background-color : lightgray;
		display:inline;
		}	
	
	#idimgUsuari{
		width : 100%;
		height : 100%;
	
	}
	
	#idTaulaRegistre{
		border-style:solid;
		border-width:1px;
		border-color:cyan;
		width:100%;
		font-family:verdana;
		font-size:11px;
		}
}
@media screen and (device-width : 1024px) and (device-height : 600px){

}


