a {
	color: #16a085;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

body {
	background: #f2f6fc;
	color: #2c3e50;
	font-family: 'Open Sans', sans-serif;
}

table {
	max-width: 100%;
}

.avatar {
	float: left;
	margin: 0 1em 1em 0;
	width: 50px;
}

.btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn:hover {
	background: #16a085;
	color: #fff;
}

.btn.disabled {
	text-decoration:line-through;
	opacity: .5;
}

.btn-dashboard {
	color: #eee;
	-webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.btn-dashboard:hover {
	color: #16a085;
}

.btn-default {
	/*border: #999 2px solid;*/
	color: #666;
}

.btn-default:hover {
	color: #fff;
	background: #2ecc71;
	border-color: #16a085;
}

.btn-primary {
	background: #1abc9c;
	border: #09ab8b 1px solid;
}

.btn-primary:hover {
	background: #3498db;
	border: #3BAFDA 1px solid;
}

.sidebar-nav li a {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.opcion .btn-default {
	border: #ddd 2px solid;
	color: #666;
}

.opcion .btn-default:hover {
	color: #fff;
	background: #1abc9c;
	box-shadow: 0 4px 10px #ccc;
}

.contenedor,
.panel {
	background: #fff;
	border: none;
	border-radius: .2em !important;
	box-shadow: 0 0 1px #999;
}

.contenedor-tabla {
	background: #fff;
	border-radius: .2em;
	padding: 1em;
}

.contenedor-titulo {
	background: #f2f4f6;
	border-bottom: #ccc 1px solid;
	margin-bottom: 1em;
}

.contenedor-titulo a {
	color: #333;
}

.contenedor-titulo a:hover {
	text-decoration: underline;
}

.emoticon {
	margin: 0 .4em;
}

.errorlist {
	background: #fcc;
	color: #600;
	list-style: none;
	padding: 0;
}

.evento {
	color: #2c3e50;
	display: block;
	padding: .4em;
}

.evento:hover {
	background: #f0f9f6;
	color: #16a085;
	text-decoration: none;
}

.foto-usuario {
	padding: 0;
}

.helptext {
	color: #090;
	font-size: .8em;
}

.hero-widget { text-align: center; padding-top: 20px; padding-bottom: 20px; }
.hero-widget .icon { display: block; font-size: 96px; line-height: 96px; margin-bottom: 10px; text-align: center; }
.hero-widget var { display: block; height: 64px; font-size: 64px; line-height: 64px; font-style: normal; }
.hero-widget label { font-size: 17px; }
.hero-widget .options { margin-top: 10px; }

.label {
	font-weight: normal;
}

.mensaje {
	text-align: center;
}

.nav-pills li {
	font-size: 1.2em;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #16a085;
}

.nombre {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 300;
}

.notificacion {
	padding: .4em;
}

.notificacion:hover {
	background: #ff9;
}

.notificacion a {
	color: #666;
}

.notificacion a:hover {
	text-decoration: none;
}

.opcion {
	padding: .5em;
}

.panel {
	border-radius: 0 !important;
	margin: 1em 0;
}

.panel-body h3 {
	font-size: 2em;
}

.panel-body hr {
	margin-bottom: 0;
	margin-top: 0;
}

.panel-chart {
	margin: 0 !important;
	transition: all .4s;
}

.panel-chart:hover {
	box-shadow: 0 8px 40px #999;
	z-index: 100;
}

.panel-convenio {
	transition: all .4s;
}

.panel-convenio:hover {
	border-radius: 4px !important;
	box-shadow: 0 8px 50px #666;
}

.panel-default>.panel-heading {
	background: #fff;
}

.panel-default>.panel-heading h3 {
	color: #16a085;
}

.panel-default>.panel-heading span {
	font-size: 1.2em;
}

.panel-notificaciones a {
	font-size: 1.2em;
}

.panel-default.publicacion .panel-footer {
	background: #f0f9f0;
}

.panel-group .panel-heading:hover{
	background: #ded;
}

.panel-group .panel-heading a {
	color: #333;
	text-decoration: none;
}

.panel-group .panel-heading {
	padding: 0;
}

.panel-group .panel-heading h4 {
	padding: 10px 15px;
}

.panel-group .panel-heading a:not(.collapsed) h4 {
	background: #ded;
	color: #16a085;
}

.panel-meta:hover {
	background: #eee;
}

.sidebar-nav li a {
	color: #ccd;
}

.sidebar-nav > .sidebar-brand a {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

.table caption {
	background: #dfefdf;
	text-align: center;
}

.tab-pane {
	padding: 1em;
}

.timeline {
	background: #fff;
	box-shadow: 0 0 1px #999;
	padding: 1em 0;
}

.usuario {
	padding: 1em;
	transition: all .6s;
}

.usuario:hover {
	background: #f0fff0;
	box-shadow: 0 0 1px #999;
}

.usuario .lead {
	margin: 0;
}












/*
#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
  -webkit-transition: box-shadow .4s;
  -moz-transition: box-shadow .4s;
  -o-transition: box-shadow .4s;
  transition: box-shadow .4s;
}

.white-panel img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.white-panel h1 {
  font-size: 1em;
}
.white-panel h1 a {
  color: #A92733;
}
.white-panel:hover {
  box-shadow: 0 10px 40px #666;
}

.white-panel:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
*/
