.volver {
  color:#FFFFFF;
  font-size:17px;
  margin:20px 20px 0 0;
  float:right;
/*  background: url("../img/hr.png") no-repeat scroll 50% 0 transparent;*/
 
}
.tituloCliente { 
	margin:20px 0 20px 50px;
	color:#FDC000;
	font-size:22px;
}

.marginTopImgCliente {
	margin-top:40px;
}


/*             color liks                  */
.colorFac {
  text-decoration: none;
  color: #0BCC82;
}

.colorAses {
  text-decoration: none;
  color: #EF2C58;
}

.colorCapa {
  text-decoration: none;
  color: #407EE0;
}

.colorDise {
  text-decoration: none;
  color: #EDAD11;
}

.colorInve {
  text-decoration: none;
  color: #E5AC0C;
}

.colorCont {
  text-decoration: none;
  color: #00B5B0;
}

.colorJueg {
  text-decoration: none;
  color: #704C92;
}

.colorEspa {
  text-decoration: none;
  color: #EF2C58;
}

/*             fondos                  */
.fondoFac { 
	background-color: #0BCC82;
}

.fondoAses {
  background-color: #EF2C58;
}

.fondoCapa {
  background-color: #407EE0;
}

.fondoDise {
  background-color: #EDAD11;
}

.fondoInve {
  background-color: #E5AC0C;
}

.fondoCont {
  background-color: #00B5B0;
}

.fondoJueg {
  background-color: #704C92;
}

.fondoEspa {
  background-color: #EF2C58;
}

.fondoGrisOs {
  background-color: #3b4752;
}

.fondoGrisCl {
  background-color: #E8EAEC;
}

/*             cajas Novedades                  */

.marginTopImg {
	margin-top:16px;
}

.bottom-border1 {
  box-shadow: 0 0 0  inset, 0 0 20px rgba(0, 0, 0, 0.1);
}

.bottom-border2 {
  box-shadow: 0 -4px 0 #0bcc82 inset, 0 0 20px rgba(0, 0, 0, 0.1);
}
	

/* ..........*****VIDEO**** ................*/

.video-responsive {
position: relative;
padding-bottom: 91%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.cajaVideo {
padding: 15px;
}
.topVideo {
	padding-top:30px;
}

.cajaVideoTar {
padding: 0;
}
.topVideoTar {
	padding-top: 15px;
}

.cajaVideoGal {
	padding: 5px 5px 0 5px;
	line-height: 80px;
}
.cajaVideoBanner {
	cursor: pointer;
	overflow:hidden;
	background-color: #fff;
	text-align: center;
/*	padding: 6% 20px; */
	transition: all 0.7s;
	box-shadow: 0px 0px 15px #cdcdcd;
}
.cajaVideoBanner:hover {
	background-color: rgba(188, 12, 25, 0.50);
}	