@charset "utf-8";
/* CSS Document */


.block{
	width: 630px;
	height: 460px;
	float: left;
}

#containt_reg{
	width: 1890px;
	height: 460px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#containt_reg a{
	color: #FFF;
	text-decoration: none;
}

#containt_reg a:hover{
	color: #0068AF;
	text-decoration: none;
}

#containt_reg strong{
	color: #0068af;
	font-weight: bold;
	font-size: 14px;
}

.pasos{
	color: #0068af;
	font-weight: bold;
	font-size: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.textbox{
	background-image: url(../images/bg_textbox.jpg);
	background-repeat: repeat;
	border: none;
	color: #FFF;
	padding: 3px;
}

.bttn{
	width: 630px;
	height: 30px;
}

.bttn_1{
	width: 100px;
	height: 30px;
	float: left;
}

.bttn_2{
	width: 430px;
	height: 30px;
	float: left;
}

.bttn_3{
	width: 100px;
	height: 30px;
	float: left;
	background-color: #0083D7;
}

.clear{
	clear: both;

}
