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

body {	overflow:hidden;
		max-height:900px;
		max-width:1024px;
}

.javi {color: #FF0000}
.negrita { font-weight: 500}
#contenedor { position: absolute; left:50%; margin-left:-512px; width:1024px; height: auto; }

#email {right: 100px;
}

#marco_foto {
	position: absolute;
	width:400px;
	left:50%;
	margin-left:-200px;
	border:#666666 solid 1px;
	top:50px;
}	

*/*#nombre {
	position: absolute;
	left: 380px;
	top: 63px;
	text-align:center;
	font-family: Myriad Pro;
	font-size:24px;
	color:#666666;
}
	
	
#apellido {
	position:absolute;
	left: 575px;
	top: 63px;
	font-family: Myriad Pro;
	font-size:24px;
	color:#666666;
	}
*/

#foto {
	position:absolute;
	left: 50%;
	margin-left: -116px;
	top: 5px;
	width: 232px;
	height: 86px;
	background-image:url(../imagenes/logo_jl_web.png);
}


#foto a { alink:none;
}


#enlaces {
	position:absolute;
	left:50%;
	margin-left:-350px;
	height: 20px;
	top: 100px;
	width: 700px;
	text-align:center;
	font-family: Myriad Pro;
	color: #666666;
}


#enlaces a {text-decoration: none;
}


a:link {color:#666666; text-decoration:none;}
a:hover {color: #FF0000;}
a:visited {color: #FF0000; text-decoration:none;}
a:active {color:#666666; text-decoration:none;}


#contenido {
	position:absolute;
	left: 50%;
	margin-left:-350px;
	top: 135px;
	width: 700px;
	height: 320px;
	text-align:justify;
	font-family: Myriad Pro;
	color:#666666;
	border:dotted;
	border-color:#666666;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-collapse:collapse;
	padding:8px;
}


#contenido_portfolio {
	position:absolute;
	left: 50%;
	margin-left:-360px;
	top: 135px;
	width: 720px;
	height: 577px;
	color:#666666;
	border:dotted;
	border-color:#666666;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-collapse:collapse;
}


#pie {
	position:absolute;
	left: 50%;
	margin-left: -350px;
	top: 725px;
	width: 700px;
	text-align:center;
	font-family: Myriad Pro;
	color:#666666;
	font-size:14px;
}

#prueba {
	position:absolute;
	height: 90px;
	left: 91px;
	top: 49px;
}




