body {
	background: rgba(242, 241, 239,0.2);
	font-family: 'Varela Round', sans-serif;
}

h2{
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	font-size: 18px;
}


.background {
	background: url(../img/cid/bg_index.jpg) no-repeat 50% 40%;
	background-size: cover;
	height: 250px;
}

.background_gradient {
background: rgba(0,0,0,0.7);
background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(70%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%);
background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%);
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}

.navbar {
	box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
	border: none;
}

.wrap {
	width: 80%;
	margin: 0 10%;
	padding: 20px 0 0 0;
}

/* NAVEGACION SUPERIOR */

.navbar-inner img {
	max-width: 250px;
	height: auto;
}

.btn {
	background: none;
	border: none;
	color: #fff;
}

.dropdown-menu .glyphicon {
	color: #222;
}

.navbar-inner .glyphicon {
	color: #fff;
}

/* CONTENEDOR GENERAL */
.ch-container {
	width: 90%;
	margin: 0 5%;
	padding: 10px 0 0 0;
}


/* SIDEBAR */
.sidebar-nav {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.sidebar-nav {
	color: #fff;
	background: rgba(41,43,97,0.8);
	width: 130%;
}

.sidebar-nav .ajax-link {
	color: #fff;
}

.sidebar-nav .ajax-link:hover {
	background: #2fa4e7;
	padding: 10px 15px;
}


ul.main-menu li:hover {
	margin-left: 0;
}

ul.main-menu li.active {
	margin-left: 0;
}



.sidebar-nav .hidden-md {
	color: rgba(154,191,59,1);
	font-size: 16px;
	padding: 10px 0 10px 12px;
	text-shadow: none;
}

/* CONTENEDOR DERECHO / EL CONTENIDO */
.col-lg-10 {
	width: 80%;
	float: right;
}

.box-inner {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.box-header {
	background: rgba(41,43,97,0.8);
	padding: 10px 20px 35px;
}

.box-header.well {
	padding: 20px 0 40px 30px;
}


.box-header.well .box-icon {
	position: absolute;
	top: 10px;
	right: 30px;
}

.box-header.well .box-icon select[id=txtOrdenar] {
	margin: 0 0 0 20px;
}

.box-header.well .control-label {
	color: #fff;
	float: left;
	padding: 10px 0 0 0;
}


.box-header.well h2{
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	font-size: 18px;
}


select {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	color: #576272;
	background: #fff;
	margin-bottom: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 5px;
	font-size: 14px;

	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}

select {
	width: 100%;
	float: left;
	margin: 0 8px 0 0;

	background: url(../img/icon-select.png) right center no-repeat #fff;
	padding: 10px 40px 10px 10px;
}

select:focus {
	border: 1px solid #576272;
}

table {
	font-size: 11px;
}




.form-group input[type=text] {
	width: 100%;
	margin: 0 0 5px 0;
}

.form-group button[type=button] {
	font-size: 12px;
	display: inline;
	width: 100%;
	background: rgba(41,43,97,0.8);
	margin: 3px 0;
}

.form-group button[type=button]:hover {
	background: #2fa4e7;
}





.form-group button[type=button],
.box-content button[type=button],
#content button[type=button] {
	font-size: 12px;
	display: inline;
	width: 100%;
	background: rgba(41,43,97,0.8);
	margin: 3px 0;
}

.form-group button[type=button]:hover,
.box-content button[type=button]:hover,
#content button[type=button]:hover {
	background: #2fa4e7;
}



.modal-content {

	border: none;
	background: url(../images/logo_header.png) no-repeat 15px 30px;
	background-color: rgba(41,43,97,0.8);
	padding: 50px 0 0 0;
}

.modal-content h3,
.modal-content p {
	color: #fff;
}

.modal-content h3 {
	font-size: 28px;
	padding: 0;
	font-family: 'Roboto Slab', serif;
	color: rgba(154,191,59,1);
}

.modal-content p {
	font-size: 18px;
	padding-left: 10px;
}

.close {
	top: 20px;
	right: 20px;
	position: absolute;
	color: #fff;
	opacity: 0.7;
}

.close:hover,
.close:focus {
	color: #fff;
	opacity: 1;
}


.modal-header,
.modal-footer {
	border: none;
}

.modal-header {
	height: 80px;
}

.modal-footer .btn-primary {
	background: rgba(47,164,231,0.6);
}

.modal-footer .btn-primary:hover {
	background: rgba(47,164,231,1);
}







