/* CSS Document */
body{ background-image:url(../images/bg1.jpg);
}
#cuerpo{ width:830px;
margin:auto;
}
.top{ width:830px;
margin:auto;
height:35px;
background-image:url(../images/top.png);
}
.contenido{ width:830px;
margin:auto;
height:420px;
background-image:url(../images/bg.png);
}
.footer{ width:830px;
margin:auto;
height:36px;
background-image:url(../images/botom.png);
}
.space{
margin:auto;
height:30px;
width:830px;
}
.logo1{
	background-image:url(../images/alcani.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.logos{ margin:auto;
height:75px;

}
.logo2{ background-image:url(../images/protocolus.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.login{
	width:342px;
	margin:auto;
	height:295px;
	background-image:url(../images/login.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
