body {background: #333 none repeat scroll 0 0;}

.card-container.card {
    margin-bottom: 10%;
    margin-top: 5%;
    max-width: 350px;
    padding: 40px;
}

.card {
    background-color: #D9F0F7;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin: 50px auto 25px;
    padding: 20px 25px 30px;
}
.headlogo{
	background:#333; margin-top:30px;
}

.footerlogo{
	 background:#333;
}


textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.bannerazul
{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-color: #E5E4E4;
	border-right-color: #E5E4E4;
	border-bottom-color: #E5E4E4;
	border-left-color: #E5E4E4;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: rgb(255, 255, 255);
}

label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

form {
    margin: 0 0 20px;
}



.span4 {
    width: 310px;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}


select, textarea, input[type='text'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input
{
	/*height: 20px;*/
	color: #555555;
	line-height: 20px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 14px;
	margin-bottom: 10px;
	vertical-align: middle;
	display: inline-block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}


input, textarea, .uneditable-input
{
	width: 100%;
}
textarea, input[type='text'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input
{
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
	background-color: rgb(255, 255, 255);
}
input, textarea, .uneditable-input
{
	margin-left: 0px;
}


textarea, input[type='text'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input
{
	height: 30px;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: rgb(182, 181, 181);
}


.footer{
	background:#F8F8F8;
	padding-top:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.footer p{ padding:0 10px;}


.frmInput{height:30px; width:300px;}



body {font-size: 12px;}



legend { font-size: 14px;}


.label-procesado {
    background-color: #9A51DB;
}
.label-procesado[href]:hover, .label-procesado[href]:focus {
    background-color: #8231CE;
}

.btn-procesado {
    background-color: #9A51DB;
    border-color: #8231CE;
    color: #fff;
}
.panel-procesado {
    border-color: #F3D7F7;
}
.panel-procesado > .panel-heading {
    background-color: #F3D7f1;
    border-color: #F3D7F7;
    color: #9241AF;
}
.panel-procesado > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #F3D7F7;
}
.panel-procesado > .panel-heading .badge {
    background-color: #A97AD6;
    color: #F3D7F7;
}
.panel-procesado > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #F3D7F7;
}

.alert-procesado {
    background-color: #F3D7F7;
    border-color: #F3D7F1;
    color: #9241af;
}
.alert-procesado hr {
    border-top-color: #F3D7F7;
}
.alert-procesado .alert-link {
    color: #9A51DB;
}


.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}
