/* CSS Document - index.php*/

body {
background-color:#999999;
margin:0px;
}

#all{
position:absolute;
width:100%;
height:100%;
background-color:#999999;
}

#left{
position:fixed;
background-image:url(../imagenes/web/portada/fondo.png);
background-repeat:repeat-y;
width:445px;
height:100%;
}

#logo{
background-image:url(../imagenes/web/portada/logo.png);
background-repeat:no-repeat;
background-position:center;
height:100%;
width:100%;
}

#entrar{
	/*margin-top: 25%;*/
	position:absolute;
	margin-left:550px;
}

#entrar img{
	margin-top: 200%;
	border: none;
}
