body {
	font-family:"Roboto", Verdana, Geneva, sans-serif;
	background-color: #455A64 !important;
	color: #37474F;
	font-size: 14px;
	margin: 0 auto;
	}
h1, h2, h3, h4 {
	text-transform:uppercase;}
hr {
	border:thin dashed #B0BEC5;}
.azul11 {
	font-size: 14px;
	color: #0277BD;
}

* {
	box-sizing:border-box;}
.excel {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;}
.boton_azul {
background: #29B6F6;
    padding: 10px 15px;
    box-sizing: border-box;
    vertical-align: central;
   	width: auto;
    margin: 10px 0;
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    font-size: 14px;
	text-decoration:none;
}
.required_star {
	color:#F00;
	font-weight:bold;
	font-size:16px;}
.azulclaro11 {
	font-size: 14px;
	color: #FFFFFF;
}
.gris11 {
	font-size: 14px;
	color: #455A64;
}
.nombretipo {
	font-size: 12px;
	color: #0265A1;
}
.cargo {
	font-size: 12px;
	font-style: oblique;
	color: #546E7A;
}
.blanco td{
	background:#FFFFFF}

.explicacion {
	background:#FFF;
	padding:8px;
	font-size:12px;
	box-shadow: 0px 0px 8px #607D8B;
	border-radius: 4px;
	}
.nota {
	background:#C8E6C9;
	padding:8px;
	font-size:14px;
	box-shadow: 0px 0px 8px #81C784;
	border-radius: 2px;
	font-weight:bold;
	}
	* {
		box-sizing:border-box;}

input[type="text"] {
    padding: 10px;
    margin: 2px;
    border: 2PX #B0BEC5 solid;
    color: #000;
    display: inline-block;
    width: 92%;
    font-weight: bold;
	box-sizing:border-box;
	border-radius: 4px;
}
input[type="password"] {
    padding: 10px;
    margin: 0px 4px 0px 0PX;
    border: 2PX #B0BEC5 solid;
    color: #000;
    display: inline-block;
    width: 49%;
    font-weight: bold;
	border-radius: 4px;
}
input[type="email"] {
    padding: 10px;
    margin: 2px;
    border: 2PX #B0BEC5 solid;
    color: #000;
    display: inline-block;
    width: 92%;
	border-radius: 4px;
    
    font-weight: bold;
}
input[type="checkbox"] {
	border: 2PX #B0BEC5 solid;
}
textarea {
	border: 2PX #B0BEC5 solid;
	width: 92%;
	padding: 10px;
	border-radius: 4px;
	margin: 2px}
select {
	border: 2PX #B0BEC5 solid;
	width: 92%;
	padding: 10px;
	margin: 2px;
	height: 40px;
	border-radius: 4px;}

file {
	border: 2PX #B0BEC5 solid;
	width: 92%;
	padding: 10px;
	border-radius: 4px;}
	
	.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0,0,0,.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
	
/* Buttons */
.btn {
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: /*#48A3A6*/ #8BC34A;
	color: white;
	font-size: 16.5px;
	text-decoration: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	padding: 7px 12px;
	-webkit-backface-visibility: hidden;
	outline: 0;
}
.btn:hover, .btn:focus {
	background-color: #66cccc;
	color: white;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	outline: 0;
}
.btn:active, .btn.active {
	background-color: #3d4e58;
	color: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn.disabled, .btn[disabled] {
	background-color: #95a5a6;
	color: white;
}
.btn.btn-large {
	padding: 12px 19px 14px;
}
.btn.btn-primary {
	/*background-color: #EF7247;*/
	background: #7B44A2;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
	background-color: #ff9966;
}
.btn.btn-primary:active, .btn.btn-primary.active {
	background-color: #3d4e58;
}
.btn.btn-info {
	background-color: #4495cc;
}
.btn.btn-info:hover, .btn.btn-info:focus {
	background-color: #5dade2;
}
.btn.btn-info:active, .btn.btn-info.active {
	background-color: #3d4e58;
}
.btn.btn-danger {
	background-color: #e74c3c;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
	background-color: #ec7063;
}
.btn.btn-danger:active, .btn.btn-danger.active {
	background-color: #3d4e58;
}
.btn.btn-success {
	background-color: #54bd83;
}
.btn.btn-success:hover, .btn.btn-success:focus {
	background-color: #6fd99c;
}
.btn.btn-success:active, .btn.btn-success.active {
	background-color: #3d4e58;
}
.btn.btn-warning {
	background-color: #e6af32;
}
.btn.btn-warning:hover, .btn.btn-warning:focus {
	background-color: #f0d24b;
}
.btn.btn-warning:active, .btn.btn-warning.active {
	background-color: #3d4e58;
}
.btn-toolbar .btn {
	font-size: 18px;
	padding: 10px 14px 9px;
}
.btn-toolbar .btn:first-child {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
.btn-toolbar .btn:last-child {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
.btn-toolbar .btn.active {
	color: white;
}
.btn.btn-link {
	background: none;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #48A3A6;
  cursor: pointer;
}
.btn.btn-link:hover, .btn.btn-link:focus {
	background-color: none;
	color: #EF7247;
}
.btn.btn-link:active, .btn.btn-link.active {
	background-color: none;
	color: #EF7247;
}
.btn.btn-inverse {
  background-color: #393E46;
}
.btn.btn-inverse:hover, .btn.btn-inverse:focus {
	background-color: #50555c;
}
.btn.btn-inverse:active, .btn.btn-inverse.active {
	background-color: #3d4e58;
}
.btn.btn-follow {
	background-color: #00acee;
}
.btn.btn-follow:hover, .btn.btn-follow:focus {
	background-color: #5dade2;
}
.btn.btn-follow:active, .btn.btn-follow.active {
	background-color: #3d4e58;
}
