/* CSS Document */

body{
	margin: 0;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

/*  Contenedor de la totalidad de la pagina*/
#wrapper{
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 1065px;
}

#menuBarra{
	position:absolute;
	left:247px;
	top:110px;
	width:688px;
	height:30px;
}

#menuBarra_izquierdo{
	position:absolute;
	left:0px;
	top:0px;
	width:10px;
	height:30px;
	background-image: url(../images/menuBarra/menuBarra_izq.gif);
	background-repeat: no-repeat;
}

#menuBarra_centro{
	position:absolute;
	left:10px;
	top:0px;
	width:669px;
	height:30px;
	background-color: rgb(255,251,229);
}

#menuBarra_derecho{
	position:absolute;
	right: 0px;
	top:0px;
	width:10px;
	height:30px;
	background-image: url(../images/menuBarra/menuBarra_der.gif);
	background-repeat: no-repeat;
}

#pagina{
	top: 150px;
	left: 247px;
	width: 688px;
	height: 845px;
	position: absolute;
}

#pagina_contenido{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 688px;
	height: 825px;
	background-color: rgb(255,251,229);
}

#pagina_superior{
	position:absolute;
	left:0px;
	top:0px;
	width:688px;
	height:10px;
	background-image: url(../images/pagina/pagina_superior.gif);
	background-repeat: no-repeat;
}

#pagina_inferior{
	position:absolute;
	left:0px;
	bottom:0px;
	width:688px;
	height:10px;
	background-image: url(../images/pagina/pagina_inferior.gif);
	background-repeat: no-repeat;
}

#ubicacion{
	position: absolute;
	top: 0px;
	left: 45px;
	width: 260px;
	height: 15px;
	font-color: #000000;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
}

#terminos_condiones_titulo{
	position:absolute;
	left: 45px;
	top:25px;
	width: 400px;
	height: 32px;
	background-image: url(../images/ventajas_condiciones.gif);
}

#linea{
	position:absolute;
	left: 30px;
	top:60px;
	width: 416px;
	height: 3px;
	background-image: url(../images/pagina/linea_acerca_porcinegocios.gif);
	background-repeat:no-repeat;
}

#ventajas_registro{
	position:absolute;
	left: 50px;
	top:105px;
	width: 430px;
	height: 450px;
}

#terminos_condiciones{
	position:absolute;
	left: 80px;
	top:565px;
	width: 400px;
	height: 195px;
	overflow: scroll;
	overflow-x: hidden;
}

#acepto_terminos_condiciones{
	position:absolute;
	left: 70px;
	top:790px;
	width: 380px;
	height: 22px;
}

#terminos_condiciones_forma{
	position:absolute;
	left: 110px;
	top:0px;
	width: 150px;
	height: 20px;
	vertical-align: middle;
	visibility: hidden;
}

#terminos_condiciones_boton{
	position:absolute;
	left: 280px;
	top:0px;
	width: 100px;
	height: 20px;
	vertical-align: middle;
}

.formulario_corto{
	font-size: 10px;
	font-family:Verdana, Helvetica, sans-serif;
	color: rgb(218,37,29);
	background-color: #FFFBE5;
	height: 15px;
	width: 120px;
	border: 0px;
}
