@import url('https://fonts.googleapis.com/css?family=Alegreya');
html {
	position: responsive;
	min-height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	margin-bottom: 60px;
	background: url(../DSC100279005.jpg) no-repeat;
        background-attachment: fixed; 
	font-family: 'Alegreya', serif;
}
body.login {
	background: url(../fondo-login.jpg) no-repeat;
}
.backcircuit {
	background: #fff url(../maxresdefault.jpg) no-repeat 130px;
	color: ##b30000;
	font-size: 20px;
	font-weight: bold;
}
hr {
	border-color: #000;
}
.cuerpo{
	margin-top: 20px;	
}
.text-muted {
	color: #fff;
  margin: 20px 0;
  margin-left: 10px;
}
.thumbnail {
	border-radius: 0;
	-webkit-box-shadow: 0px 7px 19px -4px rgba(0,0,0,0.72);
	-moz-box-shadow: 0px 7px 19px -4px rgba(0,0,0,0.72);
	box-shadow: 0px 7px 19px -4px rgba(0,0,0,0.72);
}
#alerthome {
	margin-bottom: 0;
}
.solicitudes > li:hover{
	background-color: #F2F2F2;
}
.solicitudes > li > a {
	color: #0489B1;
	float: right;
}
.form-signin {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	margin: 0 auto;
	margin-top: 10%;
	transition:all 0.3s ease;
}
.form-signin > .btn{
	margin-top: 50px;
}
.form-signin input {
	
	border-radius: 2px;
}
.form-signin .input-group-addon {
	background-image: url(../istock.jpg);
        
	color: #fff;
}
.form-signin .glyphicon {
	float: right;
}
.table-horario td {
	cursor:pointer;
}
.nti {
	display: inline-block;
}
@media (min-width: 768px) {
	.nti {
		display: none;
	}
	.form-signin { width: 35%; }
}
.card {
	border: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-bottom: 10px;
}
.card > .card-header {
    background-color: #312C2C;
    color: white;      
    border:0; 
}
.logo-text-panel {
	fill:#312C2C !important;
}
.boton{
text-align:center;
text-decoration: none;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
display:inline-block;
color: #FFF;
background: #7F8C8D;
padding: 15px 30px;
white-space: nowrap;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 10px 5px;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.azul{
background: url(../800px.jpg) no-repeat;
}

.azul:hover{
background: #0800ff;
}

.verde{background: #2ECC71;
}

.verde:hover{
background: #27AE60;
}

.rojo{
background: #E74C3C;
}

.rojo:hover{
background: #C0392B;
}

.naranja{
background: #E67E22;
}

.naranja:hover{
background: #D35400;
}
.amarillo{
background: #eef200;
}

.amarillo:hover{
background: #e6e270;
}