
/* Header */
body {
	background: url('../imagenes/bg-principal.png') repeat!important;
}
header h1, header h2{
	margin:0;
	padding: 0;
}
.logo-header{
	width: 40%;
}

body.login{
	margin-top: 50px;
}


h1, h2, h3, h4, h5, h6{
	font-family: 'Fjalla One', sans-serif, Arial;
}

h1{
	font-size:30px;
}
h2{
	font-size:28px;
}
h3{
	font-size:20px;
}
h4{
	font-size:16px;
}
h5{
	font-size:12px;
}
h6{
	font-size:10px;
}

header h1{
	color: rgb(126,34,67); 
}
header h2{
	color: rgb(0,102,87);
}

.page-header{
	margin-top: 15px!important;
	color:rgb(237,181,0);
	border-bottom: 1px solid rgb(237,181,0)!important;
}

.tab-content{
	min-height: 310px;
	background: #fff;	
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

footer{
	float: left;
	background: url('../imagenes/borde-top.png') repeat;
	margin-top: 15px;
}
footer p{
	padding-top: 10px;
	color:#fff;
}

/* varios*/
.padding{
	padding: 23px;
}

.navbar-brand{
	font-family: 'Fjalla One', sans-serif;
}


.directorio{
	width:350px;
	
}
.persona{
	width:360px;
	margin:5px;
	padding:10px;
}

.nombre{
	font-family:'Fjalla One', sans-serif;
	font-size:16px;
	text-align:center;	
}
.cargo{
	background:rgba(0,0,0,.5);
	padding:5px;
	text-align:center;
	font-family: 'Open sans', sans-serif;
	color:#fff;
	border-radius: 5px;
}

.fcafe{
	background: rgb(164,101,26);
}

.famarillo{
	background: rgb(237,182,0);
}

.fverde{
	background: rgba(200,185,121,.8);
}

.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: .9em!important; }

/*datepicket*/
.ui-datepicker { /*no width*/ padding: .2em .2em 0!important; }
.ui-datepicker table {width: 100%; font-size: 0.8em!important; border-collapse: collapse; margin:0 0 .4em!important; }

.blanco{
	color: #ffffff!important;
}

.margen-bottom{
	margin-bottom: 10px;
}

.animacionflash {
  background-image: url('../imagenes/logoscuadro1.png');
 background-repeat: no-repeat;
}