



body{
	background: #eee;
}
.jumbotron{
	background-color: #c8c8c8;
	padding: 60px 0px 15px;   /*cambio en este CSS */
}

/* TOP MENU */


.reel-logo{   /*cambio en este CSS */
	width: 293px;
	height: 35px;
	margin-top: 8px;
	background: url(images/reelday_logo.png);
	margin-left: 0px !important;
}
.reel-logo span{
	display: none;
}
.navbar-inverse .navbar-nav>li>a{
	color: #F79420;
}
.busqueda-top{
	width: 50px;
	height: 50px;
	margin-right: 15px;
	background: rgba(255,255,255,0.1);
}
.link-avanzada{
	font-size: 16px;
	margin: 10px 0px 20px;
}
.link-avanzada a{
	color: #444;
}
.btn-reelday{
	color: #fff;
	background-color: #F79420;
	border-color: #ccc;
}
.btn-reelblack{
	color: #F79420;
	background-color: #5C5A5A;
	border-color: #4C4C4C;
}
.busqueda-inicial{
	margin-top: 40px;
}
.tags-home-list{
	margin-top: 20px;
}

/* Footer */
.footer-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1030;
  background-color: #222;
  width: 100%;
}

/* INDEX */
.imagen-fondo{
	width: 100%;
	height:100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-image: url(images/brito.jpg);
}
.formulario-registro-home{
	background-color: #222;
	margin-top: 100px;
	margin-bottom: 60px;
	padding: 20px 30px;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 4px #666;
	position: relative;	
}


/* HOME  */
.proy-box{
	background-color: #FFF;
	height: 265px;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 4px #666;
	position: relative;
}
.img-box{
	width: 100%;
	max-height: 185px;
	overflow: hidden;
}
.img-responsive{
	width: 100%;
}
.view-more{
	display: block;
	width: 100%;
	height: 185px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	opacity: 0;
	border-radius: 5px 5px 0px 0px;
}
.view-more:hover{
	opacity: 1;
	background: rgba(0,0,0,0.4);
	transition:0.8s;
}
.view-more-txt{
	display: table;
	height: 100%;
 	text-align: center;
	width: 100%;
	
}
.view-more-txt span{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 21px;
	font-weight: 300;
}
.data-box{
	margin: 0px 15px;
}
.data-box h3{
	margin: 5px 0px 0px;
	font-size: 16px;
}
.tag{
	color: #F79420;
	font-size: 13px;
}
a.tag:hover{
	color: #F79420;
}
.loading-size{
	width: 45px;
	height: 45px;
	margin-bottom: 60px;
}
hr{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Busqueda Avanzada */
.fix-checkbox{
	width: 7px;
	display: inline-block;
}

/* SINGLE */
.video-single-box{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-single-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-box{
	background-color: #222;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 4px #666;
	position: relative;
}
.user-area{
	padding: 15px 20px 0px;
	float: left;
	position: relative;
	width: 100%;
}
.tabla-orange{
	background:#F79420;
	margin-bottom: 10px;
	border-left: 20px solid #f79420;
	border-right: 20px solid #f79420;
}
.tabla-orange>tbody>tr>th{
	border-top: 1px solid #B3B3B3;
}
.tabla-orange>tbody>tr>td{
	color:#fff;
	border-top: 1px solid #B3B3B3;
}

.single-box h2{
	font-size: 18px;
	  margin-top: 40px;
	  margin-bottom: 0px;
	  color: #fff;
}
.single-box h5{
	color: #F79420;
}
.single-box a{
	color: #fff;
}
.single-box a:hover{
	color: #ccc;
}
.img-perfil{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #ccc;
	margin: 0px 20px 20px 0px;
	float: left;
}
.fix-single{
	height: 100px;
}
a.link-single-lista{
	display: block;
	margin: 0px auto 15px;
	color: #fff;
	text-align: center;
}
.galery-box{
	background-color: #222;
	height: 155px;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 4px #666;
	position: relative;
}
.img-box-gallery{
	width: 100%;
	max-height: 115px;
	overflow: hidden;
}
.data-box-gallery{
	margin: 0px 10px;
}
.data-box-gallery h3{
	margin: 5px 0px 0px;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
.view-more-gallery{
	display: block;
	width: 100%;
	height: 115px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	opacity: 0;
	border-radius: 5px 5px 0px 0px;
}
.view-more-gallery:hover{
	opacity: 1;
	background: rgba(0,0,0,0.4);
	transition:0.8s;
}
.single-box h2.nombre-empresa{
	margin-top: 10px;
}

/* DASHBOARD */
.body-control-panel{
	background: #949494;
}
#barra-dashboard{
	height: 51px;
}
#barra-dashboard>div.container>div.navbar-header>a.reel-logo{
	display: block;
}
#dashboard-body{
	padding-top: 100px;
}
.dashboard-menu{
	background-color: #222;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 4px #666;
	position: relative;
}
.formulario-box{
	background-color: #FFF;
	padding: 30px 20px;
	margin-bottom: 25px;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #666;
	position: relative;
}

/* ULTIMOS CSS AGREGADOS */
.espacio-crear-perfil{
	margin-top: 90px;
}
a.boton-imagen-destacada{
	width: 320px;
	height: 225px;
	margin-bottom: 10px;
	display: block;
	background-color: #ccc;
	color: #999;
	text-align: center;
}
a.boton-imagen-destacada:hover{
	color: #F79420;
}
a.boton-imagen-destacada span{
	font-size: 25px;
	font-weight: 600;
}
.btn-categoria{
	margin-bottom: 10px;
}
.subir-contenido{
	width: 100%; 
	height: 281px;
	background-color: #444;
}

