/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */
 
.cookie-message {
  position:fixed;
  bottom:0;left:0;right:0;
  padding:0 85px 0 20px;
  background:#fff;
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
  z-index: 99;
}
.cookie-message a {
  position:absolute;
  top:0; *top:-2px; right:20px;
  cursor:pointer;
}
.cookie-message p, .cookie-message a {
  color:#333;
  font:bold 11px/18px Arial;
  margin:0.6em 0;
}
.blue {
  border-bottom:1px solid #0E83AE;
  background-color:#0990c3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e83ae), color-stop(50%, #0990c3), color-stop(100%, #0e9dd2));
  background: -webkit-linear-gradient(#004278, #045da7, #19629e);
  background: -moz-linear-gradient(#004278, #045da7, #19629e);
  background: -o-linear-gradient(#004278, #045da7, #19629e);
  background: -ms-linear-gradient(#004278, #045da7, #19629e);
  background: linear-gradient(#004278, #045da7, #19629e);
}
.blue p, .blue a { color:#fff; }


.naranja {
  border-bottom:1px solid #ed7305;
  background-color:#0990c3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed7305), color-stop(50%, #ed7305), color-stop(100%, #ed7305));
  background: -webkit-linear-gradient(#ed7305, #ff9930, #ff9930);
  background: -moz-linear-gradient(#ff9930, #ff9930, #ff9930);
  background: -o-linear-gradient(#ff9930, #ff9930, #ff9930);
  background: -ms-linear-gradient(#ff9930, #ff9930, #ff9930);
  background: linear-gradient(#ff9930, #ed7305, #ed7305);
}
.naranja p, .naranja a { color:#fff; }
/* Add here all your css styles (customizations) */
.ms-partialview-template .ms-slide-info {
	text-align: center;
	font-family: "Lato";
	margin-top: 20px;
	width: 100%;
}

.ms-partialview-template .ms-slide-info h3 {
	margin: 5px;
	font-weight: 300;
	font-size: 23pt;
	color: #222;
}

.ms-partialview-template .ms-slide-info h4 {
	margin: 5px;
	font-weight: 300;
	font-size: 14pt;
	color: #7A7A7A;
}

.ms-partialview-template .ms-slide-info p {
	font-size: 10pt;
	margin: 6px;
}	

/* Layers */
.ms-layer.video-title {
    font-family: "Lato",sans-serif;
    color: white;
    font-weight: 600;
    font-size: 42px;
    margin:0px;
    letter-spacing:0px;
}

.ms-layer.video-title.video-top-title {
    font-size: 16px;
    color: gray;
}

.ms-layer.video-title.video-sub-title {
    font-size: 22px;
    font-weight: 300;
}