body {
	background-color: #666;
}
#envoltorio {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	min-width: 800px;
	border: medium solid #000;
}
#cabecera {
	height: 125px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(Imagenes/Titulo.jpg);
	margin-bottom: 15px;
}
#contenido {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	margin-left: 200px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	min-height: 700px;
}
#Menu {
	float: left;
	width: 200px;
}
#FotoPersonal {
	text-align: center;
	margin-bottom: 15px;
}


#BotonMenu {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF8D7A;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 5px;
	background-color: #FEE9E6;
	padding-top: 5px;
	color: #000;
}
#BotonMenu:hover {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF8D7A;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 5px;
	background-color: #FD9683;
	font-weight: bold;
}
#BotonMenuActivo {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF8D7A;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 5px;
	background-color: #FD9683;
	font-weight: bold;
	padding-top: 5px;
	color: #FFF;
}

#Collegues {
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#Update {
	background-color: #FEE9E6;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}
#Enlace01:hover {
	color: #C39;
	font-weight: bold;
}

.3dIm .img{
	position: relative;
	width: 300px;
	height: 200px;
	margin: 10px;
	overflow: hidden;
	/*border-radius*/
	/*-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	margin: 10px auto;
	
	*/
}
