/*
 Sticky Footer Solution
 by Steve Hatcher
 http://stever.ca
 http://www.cssstickyfooter.com
 */ * {
    margin: 0;
    padding: 0;
}

/* must declare 0 margins on everything, also for main layout components use padding, not
 vertical margins (top and bottom) to add spacing, else those margins get added to total height
 and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
html, body, #wrap, #wrap_cuida {
    height: 100%;
}

body > #wrap {
    height: auto;
    
}

body > #wrap_cuida {
    height: auto;
    min-height: 100%;
    background: url(../templates/default/images/assets_cuidar/img-back.jpg) no-repeat center 0px;
}

#wrap_cuida{background: url(../templates/default/images/assets_cuidar/img-back.jpg) no-repeat center 0px;}

#main {}
 /* must be same height as the footer */
#footer {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    clear: both;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/* capacitaci�n - formulario */
div#contenedor_medio {
	position:relative;
}
div#register {
	bottom:-25px;
	position:absolute;
	right:45px;
	z-index:4000;
}
#loading {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 19px;
	margin-left: -110px;
	margin-top: -9.5px;
}

#loadingBack {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
}
div#lbForm {
	background:url(images/capacitacion2.png) no-repeat center;
	display:none;
	height:583px;
	left:50%;
	margin:0 0 0 -421px;
	position:absolute;
	top:50px;
	width:842px;
	z-index:4000;
}
a.close {
	background-image:url(images/btn_cerrar.png);
	cursor:pointer;
	display:block;
	height:29px;
	position:absolute;
	right:15px;
	text-indent:-9999em;
	top:-30px;
	width:31px;
	z-index:5000;
}
form#capacitacionForm {
	width:100%;
	position:relative;
	height:583px;
}
form#capacitacionForm input.elem {
	background:none;
	border:none;
	height:18px;
	position:absolute;
}
form#capacitacionForm select.elem {
	position:absolute;
}
form#capacitacionForm input#name.elem {
	left:148px;
	top:133px;
	width:210px;
}
form#capacitacionForm input#lastName.elem {
	right:82px;
	top:140px;
	width:248px;
}
form#capacitacionForm input#address.elem {
	left:148px;
	top:196px;
	width:610px;
}
form#capacitacionForm select#zone.elem {
	left:160px;
	top:262px;
	width:160px;
}
form#capacitacionForm select#state.elem {
	left:388px;
	top:262px;
	width:160px;
}
form#capacitacionForm select#city.elem {
	right:63px;
	top:262px;
	width:160px;
}
form#capacitacionForm input#phone.elem {
	left:157px;
	top:323px;
	width:210px;
}
form#capacitacionForm input#email.elem {
	right:82px;
	top:385px;
	width:210px;
}
form#capacitacionForm input#ocupation.elem {
	left:156px;
	top:385px;
	width:210px;
}
form#capacitacionForm select#date.elem {
	right:82px;
	top:322px;
	width:210px;
}
form#capacitacionForm input#course.elem {
	left:157px;
	top:454px;
	width:210px;
}
form#capacitacionForm input#confirmation.elem {
	right:304px;
	top:459px;
	width:20px;
}
form#capacitacionForm input#submit {
	bottom:50px;
	position:absolute;
	right:60px;
}

form#capacitacionForm img#loadSelectOptions {
	display:none;
	left:0;
	position:absolute;
	top:0;
	z-index:5000;
}
form#capacitacionForm img.errorInput {
	display:none;
	left:0;
	position:absolute;
	top:0;
	z-index:5000;
}
form#capacitacionForm img#nameError {
	left:367px;
	top:132px;
}
form#capacitacionForm img#lastNameError {
	left:767px;
	top:139px;
}
form#capacitacionForm img#addressError {
	left:768px;
	top:194px;
}
form#capacitacionForm img#zoneError {
	left:330px;
	top:263px;
}
form#capacitacionForm img#stateError {
	left:557px;
	top:261px;
}
form#capacitacionForm img#cityError {
	left:786px;
	top:263px;
}
form#capacitacionForm img#dateError {
	left:767px;
	top:321px;
}
form#capacitacionForm img#phoneError {
	left:377px;
	top:322px;
}
form#capacitacionForm img#emailError {
	left:768px;
	top:384px;
}
form#capacitacionForm img#ocupationError {
	left:377px;
	top:384px;
}
form#capacitacionForm img#errorInput {
	left:342px;
	top:132px;
}
form#capacitacionForm img#confirmationError {
	left:500px;
	top:457px;
}
form#capacitacionForm img#submitLoading {
	position:absolute;
	left:50%;
	top:50%;
	display:none;
}















