@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	/*background:url(../../images/fondoLadrillo.jpg)*/
	background:url(../../registro/images/fondo.jpg);
}

#imgbit1{
    position:absolute;
	width: 100px;
	height: 100px;
	top: 100px;
	left: 100px;
	background:#000;
}
#imgbit2{
    position:absolute;
	width: 100px;
	height: 100px;
	top: 260px;
	left: 25px;
	background:#000;
}
#imgbit3{
    position:absolute;
	width: 100px;
	height: 100px;
	top: 510px;
	left: 25px;
	background:#000;
}
#imgbit4{
    position:absolute;
	width: 100px;
	height: 100px;
	top: 750px;
	left: 25px;
	background:#000;
}
#imgbit5{
    position:absolute;
	width: 100px;
	height: 100px;
	top: 1000px;
	left: 25px;
	background:#000;
}

#h1r1{
    position:absolute;
	max-height:220px;
	max-width:400px;
	width:100%;
	height:100%;
	top:50px;
	left:250px;
	font-size:90px;
	background:#000;
}

#h1r2{
    position:absolute;
	max-height:220px;
	max-width:400px;
	width:100%;
	height:100%;
	top:300px;
	left:250px;
	font-size:90px;
	background:#000;
}

#h1r3{
    position:absolute;
	max-height:100px;
	max-width:650px;
	width:100%;
	height:100%;
	top:510px;
	left:150px;
	font-size:80px;
	background:#000;
}

#h1r4{
    position:absolute;
	max-height:100px;
	max-width:650px;
	width:100%;
	height:100%;
	top:750px;
	left:150px;
	font-size:80px;
	background:#000;
}

#h1r5{
    position:absolute;
	max-height:100px;
	max-width:650px;
	width:100%;
	height:100%;
	top:1000px;
	left:150px;
	font-size:80px;
	background:#000;
}

#h1r1 a:visited {
	color: #032AEC;
}

#h1r2 a:visited {
	color: #0BC71A;
}
#h1r3 a:visited {
	color: #DF920B;
}
#h1r4 a:visited {
	color: #0BDFD2;
}
#h1r5 a:visited {
	color: #0BDF68;
}