html,body{
	margin:0;
	padding:0;
	font-family: century gothic,arial;
	min-width:1000px;
}

a{
	outline: none;
}

#page-container{
	margin:auto;
	min-width: 1000px;
	padding-bottom: 30px;
}

#login-page-container{
	background-image: url('../images/login_bg.png');
	background-position: 0px -50px;
	height: 450px;
}

#login_frame{
	background-image: url('../images/hojas.png');
	background-repeat: repeat-x;
	height:450px;
/*	width: 990px;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 200;
}

.image_logocme{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	right: 180px;
	width: 220px;
	height: 61px;
}

.image_bars{
	/*background-image: url('../images/hojas.png');*/
	background-repeat: no-repeat;
	position: absolute;
	top: 70px;
	right:350px;
	width: 278px;
	height: 292px;
}

.login_form_container{
	position: absolute;
	width:250px;
	height: 450px;
	right: 140px;
}

.login_form{
	list-style-type: none;
	margin: 0px;
	padding:0px;
	margin-top: 110px;
}

.login_form_label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin-bottom: 10px;
}

.login_form_input{
	margin-bottom: 15px;
}

.login_form_error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.login_textfield{
	border: 1px solid #D10C2D;
	height: 20px;
	width: 200px;
	color: #222;
	font-size: 12px;
	padding: 2px 5px;
}

.login_button{
	border: 1px solid #D10C2D;
	color: #FF7272;
	background-color: white;
	font-size: 12px;
	padding: 2px 5px;
}

.login_link{
	color: white;
	text-decoration: none;
}

.login_link:hover{
	color: white;
	text-decoration: underline;
}

body{
	background-color: #eaeaea;
}

header{
	background-color: #fff;
	padding: 30px;
	border-bottom: 4px solid #e1e1e1;
}

header img{
	vertical-align: text-bottom;
	width: 175px;
	height: 60px;
}

header div{
	display: inline-block;
	padding: 5px;
	margin-left: 10px;
}

header h3{
	margin: 0px;
	color:#5b5550;
}

header h2{
	margin: 0px;
	color: #1b1b1b;
	margin-top:7px;
}

small{
	width: 100%;
	display: inline-block;
	color: #107690;
	padding-bottom: 15px;
}

.lbl-descripcion{
	color: #737373;
	width: 150px;
	height: 30px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}

.txt-input-cme{
	width: 380px;
	height: 30px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	padding: 5px;
}

.radio-input-cme{
	width:15px;
	height:15px;
}

.subcontainer{
	display: inline-block;
	padding: 15px
}

.subcontainer h2{
	color:#d84444;
	margin-top: 10px;
	margin-bottom: 15px;
}

.subcontainer h3{
	padding-top: 15px;
	padding-bottom: 10px;
}

.list-group-cme{
	padding: 0px;
	list-style: none;
}

.list-group-item-cme{
	width: 100%;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.list-group-item-cme span{
	color : #737373;
	font-size: 15px;
	padding: 3px;
	float: left;
}
.list-group-item-cme input{
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

.sub-list-group-item-cme{
	float:left;
	margin-left: 25px;
}

.sub-list-group-item-cme>div{
	display: inline-block;
	height: 43px;
}

.txt-input-sub-list{
	margin-left: 15px;
	margin-right: 15px;
	width: 250px;
	padding: 2px;
}

.term-cond{
	display: inline-block;
	color:#1f1f1f;
	font-size: 15px;
	padding: 15px;
}

.checkbox-form-cme{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px !important;
	margin-top: 5px !important;
	float: left;
}

.term-cond span{
	float: left;
	margin-top:2px;
	margin-left: 15px;
	margin-right: 15px;
}

.btn-form-cme{
	font-weight: bold;
	margin-top: 30px;
	background-color: #4CAF50;
	color: #fff;
	width: 165px;
	height: 35px;
}

input:focus{
	outline: 2px solid #545454;
}

.de-msj-error{
	display: none;
	color: #d84444;
	padding: 5px;
	margin-left: 145px;
}

.checkbox-facturar-empresa{
	width: 100%;
	display: inline-block;
	background-color: #dedede;
	padding: 5px;
}

.checkbox-facturar-empresa input{
	width: 16px;
	height: 16px;
	float:left;
	margin-top: 3px;
}

.checkbox-facturar-empresa span{
	color: #696969;
	float:left;
	margin-left: 10px;
}

#container-empresa-facturar{
	margin-top: 80px;
	display: none;
}

.pwd-message-block{
	display: inline-block;
    padding-top: 5px;
    padding-bottom: 15px;
    color: #ed1414;
}