/*ESTILO BIOGRAFIA Y AŅADIDOS*/
#titulo{
    font-size:40px;
}

#fondo{
    position:fixed;
    top:-10%;
    left:0;
    z-index:-1;
}

a:link{
    text-decoration:none;
    color:white;
    margin-left:5%;
    text-shadow: -1px 0px #000, 0px 1px #000, 1px 0px #000, 0px -1px #000;
}
a:visited{
    color:white;
}
a:hover{
    color:orange;
}


#botones
{

    text-align: center;
    font-size: 1.9em;

}


#cont
{
	width: 100%;
	min-width: 480px;
    background: white;
    opacity: 0.9;
    filter:  alpha(opacity=90);
}

#imagenvr
{
	text-align: center;
}

#fotovr
{
	margin: 3% 0 1% 0;
	width: 50%;
	border: solid #000000;
}

#piefoto
{
	padding-left: 25%;
}

#text
{
	font-size: 120%;
}

#parrafo
{
	margin: 2% 10% 2% 10%;
}

#web
{
	float: left;
	margin: 0 0 3% 10%;

}

#email
{
	float: right;
	margin: 0 10% 3% 0;
}