body,
html {
	height: 100%;
}
body {
	margin: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #29522b;
	background-color: #fff;
}
a {
	color: a4afb5;
	font-weight: bold;
	text-decoration: none;
	outline: 0
	 -webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
a:hover {
	color: #244d23;
}
#container{
	padding: 0px;
	width: 100%;
	display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#section_left{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
}
#login_bottom {
	display: block;
	width: 100%;
}

#login {
	background-color: #FFF;
	height: auto;
	width: 380px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*
	moz-box-shadow: inset 0px -2px 2px rgba(0,0,0,0.1), 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px -2px 2px rgba(0,0,0,0.1), 0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px -2px 2px rgba(0,0,0,0.1), 0 2px 5px rgba(0, 0, 0, 0.3);
	border: solid 1px #ddd;
	*/
	overflow: hidden;
}

#logineframe {
	background-color: #FFF;
	height: auto;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-width: 380px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*
	moz-box-shadow: inset 0px -2px 2px rgba(0,0,0,0.1), 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px -2px 2px rgba(0,0,0,0.1), 0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px -2px 2px rgba(0,0,0,0.1), 0 2px 5px rgba(0, 0, 0, 0.3);
	border: solid 1px #ddd;
	*/
	/*border: solid 1px #ddd;*/
}

#loginbox {
	background-color: #FFF;
	height: auto;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-width: 380px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*
	moz-box-shadow: inset 0px -2px 2px rgba(0,0,0,0.1), 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px -2px 2px rgba(0,0,0,0.1), 0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px -2px 2px rgba(0,0,0,0.1), 0 2px 5px rgba(0, 0, 0, 0.3);
	border: solid 1px #ddd;
	*/
	border: solid 1px #ddd;
	padding: 20px 10px;
}

#login a {
	text-decoration:underline;
}
#login a:hover {
	text-decoration:none;
}

#login table td {
	color: #003102;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 8px;
	overflow: hidden;
}
label {
display: block;
float: left;
}
input.campo_acceso {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #000000;
	font-family: helvetica;
	font-size: 16px;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	transition: -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
	-moz-transition: -moz-box-shadow 0.2s, box-shadow 0.2s;
	-webkit-transition: -webkit-box-shadow 0.2s, box-shadow 0.2s;
	border: solid 1px #CCC;
	outline: none;
	width: 100%;
	height: 35px;
	margin: 0;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #E9E9E9 !important;
	padding-top: 2px;
	padding-bottom: 2px;
	box-sizing: border-box;
}


#ingresar {
	background-color: #003102;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	border: 1px solid #a4afb5;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: arial;
	font-size: 17px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #222;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 24px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	margin-right: 10px;
	margin-top: 0px;
	float: right;
}
#ingresar:hover {
	background-color: #a7afb7;
}
#ingresar:active {
	position:relative;
	top:1px;
}

#recordarContrasena {
	display: block;
	clear: left;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.registrate {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #244d23;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
}
#text_label {
	display: block;
	position: relative;
	overflow: hidden;
}
#Form1 {
	display: block;
}
#checkbox {
	margin-left: 10px;
}
#login img {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.col-sm-6 {
    width: 50%;
    float: left;
}
.col-sm-12 {
    width: 100%;
    float: left;
}
.imglogo {
	max-width: 100%;
}
.loginrecordar {margin:0 auto;}
#txtCorreo {border: solid 1px #666;    padding: 4px 8px;}