@charset "utf-8";
/* CSS Document */

#body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
}

#site_center1 {
	text-align:center;
}
#conf_main1 {
	margin:0 auto;
	width:690px;
	text-align:left;
	height:395px;
}
a:link {
	color: #666666;
	text-decoration:none;
}
a:visited {
	color: #666666;
}
a:hover {
        color:#c4004a;
}
.conf_cabecera {
	height: 36px;
	background-color: #C3004A;
	position: relative;
	top: 13px;
	margin-left: 140px;
	text-align: left;
	width: 550px;
}
.conf_logo {
	width:121px;
	height: 56px;
	float: left;
}
.conf_contenedor {
	height: 325px;
	position: relative;
	top: 5px;
	width: 690px;
	text-align: right;
	float: left;
}

/*---------------------------REGISTRO*/

.conf_contenido {
	width: 580px;
	height: 240px;
	top: 0px;
	position: absolute;
	float: left;
	left: 52px;
}
.conf_titu {
	width: 580px;
	height: 25px;
	top: 20px;
	position: absolute;
	left: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #c3004a;
}
.conf_copy {
	width: 580px;
	height: 80px;
	top: 60px;
	position: absolute;
	left: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #6F7478;
	line-height: 20px;
}
.conf_boton_envio {
	width: 82px;
	height: 29px;
	top: 170px;
	position: absolute;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	left: 250px;
}
