@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:url(../images/fondoLadrillo.jpg)
}

.Titulo{
	position:absolute;
	max-height:100px;
	max-width:550px;
	width:100%;
	height:100%;
	top:15px;
	left:250px;
}


label{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:54px;
	font-style:italic;
	color:#fff;
	background:#000;
}
h1{
	background:#000;
	text-align:center;
}

h1 a:visited {
	color:#FFF;
}

h1 a:link {
	color:#FFF;
}

h1 a:hover {
	color:#00F;
}
.Bitacora{
	position:absolute;
	max-height:300px;
	max-width:300px;
	width:100%;
	height:100%;
	top:40px;
	left:150px;
}

.Registro{
	position:absolute;
	max-height:300px;
	max-width:300px;
	width:100%;
	height:100%;
	top:40px;
	left:550px;
}

#imgbit{
	width: 150px;
	height: 150px;
	margin-top:25%;
	margin-left:25%;
}

#imgreg{	
	width: 150px;
	height: 150px;
	margin-top:25%;
	margin-left:25%;
}