@charset "UTF-8";
/* CSS Document */


body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}


@media (max-width: 980px) {
	/* Enable use of floated navbar text */
	.navbar-text.pull-right {
		float: none;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 767px) {
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 0;
	}
}

@media only screen and (max-width: 800px) {
#unseen table td:nth-child(2),
#unseen table th:nth-child(2) {display: none;}
}
 
@media only screen and (max-width: 640px) {
#unseen table td:nth-child(4),
#unseen table th:nth-child(4),
#unseen table td:nth-child(7),
#unseen table th:nth-child(7),
#unseen table td:nth-child(8),
#unseen table th:nth-child(8){display: none;}
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

/*Container
-------------------------------------------------- */
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: auto;
    margin-left: auto;
	margin-top: 20px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

/*Navegación
-------------------------------------------------- */
.navbar {
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: auto;
	padding: 0px 10px 10px;
	background-color: #46286E;
	background-image: -moz-linear-gradient(top, #876EA7, #46286E);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#876EA7), to(#46286E));
	background-image: -webkit-linear-gradient(top, #876EA7, #46286E);
	background-image: -o-linear-gradient(top, #876EA7, #46286E);
	background-image: linear-gradient(to bottom, #876EA7, #46286E);
	/*background-repeat: repeat-x;*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#876EA7', endColorstr='#46286E', GradientType=0);
	-webkit-box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.2);
}

.navbar-inner {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	height: auto;
	padding: 0px 10px 10px;
	background-color: #876EA7;
	background-image: -moz-linear-gradient(top, #876EA7, #876EA7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#876EA7), to(#876EA7));
	background-image: -webkit-linear-gradient(top, #876EA7, #876EA7);
	background-image: -o-linear-gradient(top, #876EA7, #876EA7);
	background-image: linear-gradient(to bottom, #876EA7, #876EA7);
	/*background-repeat: repeat-x;*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#876EA7', endColorstr='#876EA7', GradientType=0);
	-webkit-box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 400%;
	color:#FFF;
	padding: 30px 0;
	text-shadow: none;
	font-weight: normal;
	margin-bottom: 0;
}

.navbar .brand {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 400%;
	color:#FFF;
	padding: 30px 0;
	text-shadow:none;
	font-weight:300;
	margin-bottom:0;
}

.navbar-form {
	font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
	margin-top:20px;
	border: none;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
	background-image:none;
	background-repeat:no-repeat;
	box-shadow:none;
	margin: auto;
	}

.navbar-bottom {
	display:block;
  	bottom: 0;
  	width: 100%;
  	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #46286E;
	background-image: -moz-linear-gradient(top, #876EA7, #46286E);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#876EA7), to(#46286E));
	background-image: -webkit-linear-gradient(top, #876EA7, #46286E);
	background-image: -o-linear-gradient(top, #876EA7, #46286E);
	background-image: linear-gradient(to bottom, #876EA7, #46286E);
	/*background-repeat: repeat-x;*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#876EA7', endColorstr='#46286E', GradientType=0);
	-webkit-box-shadow: 20px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 20px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 20px 3px 1px rgba(0, 0, 0, 0.2);
}

.navbar-bottom h6, footer h6 {
	color: #EEEEEE;
	font-family: 'Open Sans';
}

.navbar-toggle {
	background-color:#EFA842;
	border:none;
	padding-right: auto;
}

.navbar-collapse {
    padding-right: 0;
	padding-left: 0;
	border: none;
	box-shadow: none;
	}
	
.navbar.btn-navbar {
	background-color:#EFA842;
	background-image: -moz-linear-gradient(top, #EFA842, #EFA842);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EFA842), to(#EFA842));
	background-image: -webkit-linear-gradient(top, #EFA842, #EFA842);
	background-image: -o-linear-gradient(top, #EFA842, #EFA842);
	background-image: linear-gradient(to bottom, #EFA842, #EFA842);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFA842', endColorstr='#EFA842', GradientType=0);
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background-color: transparent;
	color: #EFA842;
}

.navbar .nav > li > a {
	color: #fff;
	text-shadow: none;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #EFA842;
}

/* Footer styles
-------------------------------------------------- */
html {
  position:relative;
  min-height:100%;
}

body {
  margin-bottom: 140px;
  min-width: 100%
}

footer {
  position: absolute;
  display: block;
  clear:both;
  bottom: 0;
  width: 100%;
  margin-top: 140px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  background-color: #46286E;
	background-image: -moz-linear-gradient(top, #876EA7, #46286E);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#876EA7), to(#46286E));
	background-image: -webkit-linear-gradient(top, #876EA7, #46286E);
	background-image: -o-linear-gradient(top, #876EA7, #46286E);
	background-image: linear-gradient(to bottom, #876EA7, #46286E);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#876EA7', endColorstr='#46286E', GradientType=0);
	-webkit-box-shadow: 20px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 20px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 20px 3px 1px rgba(0, 0, 0, 0.2);
}
footer:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 100%;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 100%;
  border-bottom-left-radius: 50% 10px;
  border-bottom-right-radius: 50% 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* Mis proyectos
-------------------------------------------------- */

#page-wrap{
	margin: auto;
	height: auto;
	min-height:100%;
}
 
#page-wrap:after {
	height: 60px;
	display: block;
	clear: both;
}

.misproyectos {
	height:1px;
	color:#46286E;
	background-color:#46286E;
	border: 0 none;
}

/*Tipografías
-------------------------------------------------- */

#hoya {
	float: left;
	margin: 5px auto;
	text-align:right;
}

.hoya {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: right;
}

.h-color {
	color:#EFA63F;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:14px;
}

.BA {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight:300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	color: #46286E;
	line-height: 1em;
	margin-top:5px;
	padding-bottom:5px;
}

h1 {
	font-weight:900;
	font-size: 36px;
	margin-top: -5px;
	margin-bottom: 20px;
	---text-align: right;
}
	
#recordar-pass {
	font-size:12px;
	padding-top:0.4em;
}

#recordar-pass a {
	color: #CC9900;
}

#mod-pass {
	font-size:12px;
}

#mod-pass a {
	color: #CC9900;
}

#baja {
	font-size:12px;
}

#baja a {
	color: #999;
}

.user-register {
	color:#CCC;
	margin-top:20px;
}

.text-primary {
  color: #876EA7;
}
a.text-primary:hover {
  color: #46286E;
}

/*Botones, paginación, formularios
-------------------------------------------------- */

.bg-primary {
  color: #fff;
  background-color: #876EA7;
}
a.bg-primary:hover {
  background-color: #46286E;
}

.btn-primary {
  color: #fff;
  background-color: #876EA7;
  border-color: #46286E;
  background-image: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #46286E;
  border-color: #44256E;
}

.btn-primary .badge {
  color: #876EA7;
  background-color: #fff;
}

.pagination > li > a,
.pagination > li > span {
  color: #876EA7;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #46286E;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #876EA7;
  border-color: #876EA7;
}

.btn-lg {
	margin-bottom:10px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight:700;
}

.btn-home {
	padding-top:16px;
	padding-bottom:16px;
	margin-bottom:13px;
}

.control-label {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight:300;
	color: #46286E;
	font-size:21px;
	display: block;
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-bottom:10px;
	line-height: 1.2em;
}

.control-label-small {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:600;
	color: #46286E;
	font-size:14px;
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom:10px;
	padding:0;
	line-height: 1.2em;
}

.form-group {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.checkbox {
	padding-bottom:16px;
}

/*Encabezados
-------------------------------------------------- */

.jumbotron h1 {
	color: #46286E;
	font-size:42px;
}
.jumbotron {
  margin-top: -22px;
  padding-bottom: 20px;
}

.hero-unit {
	padding: 20px;
	background-color: #f3f1EA;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
	margin-bottom: 20px;
}
.hero-unit h1 {
	margin-bottom: 15px;
	color: #46286E;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  text-decoration: none;
}

a:hover, a:focus, a:active, a:link {
  text-decoration: none;
}

.well-lg {
	padding: 20px;
	margin: 20px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color:#46286E;
}

.label-important, .badge-important {
	background-color: #c33;
}
.nav-pills .nav stacked {
	font-size: 18px;
}

.container-header {
  padding: 15px;
  background-color:#eee;
  width:50%;
  border-radius: 6px;  
  padding-right: 15px;
  padding-left: 15px;
  height:auto;
}

.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 30px;
  margin-top: -20px;
  padding: 20px;
}

.intro-heading {
	  padding: 20px;
	  background-color:#eee;
	  margin: 20px 0 20px;
	  border-radius:6px;
}

@media only screen and (min-width: 768px) {
  .intro-header .intro-heading,
   {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 320px) {
  .intro-header .intro-heading,
   {
    padding: 10px 0;
  }
}

.intro-header .intro-heading h1 {
  font-size: 48px;
}

.intro-header .intro-heading .subheading {
  line-height: 1.1;
  display: block;
}

.intro-header .intro-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .intro-header .intro-heading h1 {
    font-size: 36px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}

/*Tablas
-------------------------------------------------- */

table {
	border: 1px solid #876EA7;
	background-color:#f9f9f9;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #666;
}

.media-heading h4 {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:18px;
	vertical-align:central;
	color: #333;
}
	
th {
  	text-align: left;
  	background-color:#46286E;
  	color:#FFF;
 	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:18px;
	text-transform:uppercase;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.2em;
  vertical-align:middle;
  border-top: 1px solid #46286E;
}

.avatar {
  border-radius: 6px;
  margin-right: 10px;
  vertical-align: text-center;
}

.av {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:18px;
	vertical-align:middle;
	color: #333;
}

a {
  color:#876EA7;
}

a:active,
a:hover {
  color:#492C6E;
}

.panel-body {
	font-size:12px;
}

/*Imágenes
-------------------------------------------------- */

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('https://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    padding: 100px 0;
	margin-top: -20px;
	margin-bottom: 30px;
}

.image-bg-fixed-height {
	background: url('https://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 500px;
}

.img-center {
	margin: 0 auto;
}


/*Filas
-------------------------------------------------- */
/*.row{margin-right: 20px; margin-left: 20px;}*/

.row-pasos {
	background-color:#FFF;
	margin: 0;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}

.list-group-item {
	font-size:16px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	vertical-aling:center;
	vertical-align:middle;
}

/* No More Tables */
	
@media only screen and (max-width: 768px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #876EA7; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
		white-space: normal;
		text-align:left;
	}
	
	#no-more-tables td.art-proy {
		padding-left: 10px; 
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	
	td data-title {
  	text-align: left;
  	color:#46286E;
 	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:16px;
	text-transform:uppercase;
}
}

#cc-approve-button-allsites:hover {
	background-color:#DA8814;
}

.caracteristica, .materia {
	margin-left:26px;
	line-height:0.2em;
}

footer a, footer a:focus, footer a:active, footer a:link {color: #EEE;}
footer a:hover {color: #FFF;}