
input[type="text"], 
textarea, 
textarea.form-control {
	height:35px;
	vertical-align: middle;
	background: #f8f8f8;
	border: 1px solid #ddd;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	font-weight: 400;
	line-height: 50px;
	color: #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left:10px;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }
.form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
 color: #999999;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
	}
.btn-block {
    display: block;
    width: 100%;
}
.btn {
	margin: 0;
	vertical-align: middle;
	background:#ff670f;
	border-color: #0d5189;
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.btn:hover { opacity: 0.6; color: #fff; }

.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }
.form-control{
	height:35px;
	margin: 0;
	padding: 0 5px;
	vertical-align: middle;
	background: #f8f8f8;
	border: 1px solid #ddd;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	font-weight: 400;
	line-height: 50px;
	color: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.form-inline .form-control-static{
	font-family: 'Roboto', sans-serif;
    font-size:13px;
	color:#cc6666;
}
/*caja home*/
.form-box {
			width:40%;
}

.form-top {
	background-color: #0d5189;
	overflow: hidden;
	text-align: center;
	text-transform:capitalize;
	padding-top: 0;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top:15px;
}

.form-top-left {
/*	float: left;*/
	width:100%;
/*	padding-top:1px;*/
}

.form-top-left h3 {
	/*font-size:1.5em;
	font-family: 'Roboto', sans-serif;
	color:#fff; */
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;

	
	}

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size:10px;
	line-height:10px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background:#eeeeee;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}
/*cierre-caja-home*/
.panel-tittle{
	color: #FFF;
	text-decoration: none;
	}
.panel-default > .panel-heading {
	background-color:#ff670f;
	border-color: #ddd;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.panel-default-off > .panel-heading{
	background-color:#ff670f;
	border-color: #ddd;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#accordion h2{
	color: #d65446;
	font-family: "Roboto",sans-serif;
    font-size: 16px;
	
}
.resumen-venta{
	background-color: #f7f4ed;
	text-decoration: none;
	}
	.resumen-foto{
	background-color: #fff;
	
	}
	.resumen-foto img{
		  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

	}
	.destacado-fondo{
	background-color:#333;
	color:#fff;
}
.destacado-fondo td{
	color:#fff !important;
}
.destacado-fondo-2{
	background-color:#fff;
}
.destacado-fondo-2 td{
	color: #999999;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
}
.checkbox {
    padding-left: 0px !important;}
	
	
	
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color:#ff670f;
    border-color: #dd786e;
    color: #fff;
    z-index: 2;
}
.list-group{

    margin-bottom: 14px;
    padding-left: 0;
}
	
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
}
	
.list-group-item {
	background: #f8f8f8 none repeat scroll 0 0;
	color: #888;
	 font-size: 14px;
	font-family: 'Roboto', sans-serif;
	size: 13px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: -1px;
  padding: 0 20px;
	position: relative;
	font-style: normal;
	vertical-align: middle;
}
.list-group-item  label{
	font-weight: lighter;
}
.form-bottom label{
	font-weight: lighter;
	color:#555;
	font-family: 'Open Sans', sans-serif;
    font-weight:400;
	font-size: 14.4444px;
}

.list-group-item > .web-pay {
    float: right;
}
.list-group-item > .chilexpress {
    float: right;
}
.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:0px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}
.modal-title {
color: #d65446;
    font-family: "Roboto",sans-serif;
    font-size: 18px;}
	
	.modal-body h2{
color: #d65446;
    font-family: "Roboto",sans-serif;
    font-size: 15px;}
	
	.modal-body p{
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	color: #999;
		}
	.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 0px solid #e5e5e5;
}
.day old,day today active,day{
	font-size: 10px;
	color: #999;	
	}
	
	.encuesta-modal{
	background-image: url(../img/encuesta.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:250px;
	}
	
.table-bordered th {
	color: #d65446;
	font-weight: bolder;		

	}
	.table-bordered td {
	color: #999;
	font-size: 12px;
	font-weight: normal;		

	}





