






body {
    background: #ddd;
}

ul, ol {
    list-style:none;
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size: 40px;
    font-weight: bold;
    color: #111;
}
h2 {
    color: #111;

}
h3 {
    color: #111;
}
h4 {
    font-weight: bold;
    font-size: 1.2em;
}
footer {
    background: black;
    color: grey;
}

/*END BASE CSS*/
.footer-content {
    margin: 0 auto;
#    max-width: 1200px;		#### raul;
#    padding: 20px;				### raul;
}
.footer-social {
    font-size: 40px;
}
.footer-social a {
    color: white;
}
.footer-social a:hover, .footer-social a:focus {
    text-decoration: none;
}
p.disabled {
    color: grey;
}
/*BOOTSTRAP OVERRIDE*/
.label {
    margin: 0px;
    padding: 0px;
    background: none;
    color: #fff;
}
.label a{
    background: #8A8A8A;
    color: #fff;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    display: inline-block;
}
.label:hover a{
    background: grey;
    color: #ececec;
}
.breadcrumb {
    color: #fff;
    background: #ed6d00;
    vertical-align:middle;
    line-height: 100%;
}
.breadcrumb a{
    color: #fff;
}
.breadcrumb a:hover{
    color: #fff;
    text-decoration: none;
}

.breadcrumbs_wrapper {
    margin: 0 auto;
    max-width: 1200px;
}
.breadcrumbs_color {
    background: #ed6d00;
}
.title-for-crumbs {
    display: none;
}
@media (max-width: 1199px) {
.title-for-crumbs {

    display: none;
}
}
.title-for-crumbs.always-hide {

    display: none;
}
.breadcrumb > li:last-of-type {
    display: block;
    font-size: 3.8em;
    content: "";
    line-height: 100%;
}
.breadcrumb > li:last-of-type:after  {
    content: "";
}
.breadcrumb > li:after {
    content: "»";
    padding: 0px 5px;

}
.breadcrumb > li + li:before {
    content: "\00a0";
    padding: 0px;

}
.breadcrumb li:first-child {
    padding-bottom: 10px;
}



.navbar {
    margin-bottom: 0px;
}
.navbar-brand {
    padding: 5px 5px 5px 15px;
}
.navbar-default {
    background-color: #858585;
    border-color: #858585;
    border: none;
}

.navbar-collapse {
    box-shadow: none;
    border: none;
}
.panel-default > .panel-heading {
    background: #ededed;
    color: #000;
}

/*END BOOTSTRAP OVERRIDE*/

.col-no-padding {
    overflow: auto;
}
.nomargin {
    margin: 0;
}
.nopadding {
    padding: 0;
}
.date, .num_views {
    text-align: right;
}
.date.mmobj {
/*    font-size: 1.2em; */
/*    position: absolute; */
/*    bottom: 10%; */
    left: 180px;
/*    position: absolute; */
    text-align: left;
}
.date.serial {
    left: 190px;
    bottom: 9%;
    position: absolute;
    font-size: 1.2em;
    text-align: inherit;
}
.header-content {
    margin: 0 auto;
    max-width: 1200px;
    color: #000;
    min-height: 80px;
    padding: 15px 0px;
}
.header-content a, .mobile_header a{
    color: #000;
}
.header-content .btn, .mobile_header .btn{
    color: #000;
    background: #fff;
}
.info.serial {
    padding-left: 20px;
}
.info {
    float: left;
    padding-left: 10px;
    width: 100%;
    min-height: 60px;
    overflow: hidden;
    display: inline;
    word-wrap: break-word;
}
.info .title{
    font-weight: bold;
    font-size: 1em;
    max-height: 2.7em;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.info .subtitle {
    color: red;
}

.info-wrapper {
    overflow: hidden;
}
.language_select_wrapper {
    float: right;
    margin: 8px;
}
.language_select_wrapper .btn{
    background: none;
    border: none;
}

.main-content {
    overflow: hidden;
    background: #fff;
    min-height: 600px;
}
.main-content-wrapper {
    background: #fff;
}
.menu {
    background: #858585;
    border: 0;
}
.mobile_header {
    background: #fff;
    color: #000;
}
.mobile_header .navbar-toggle {
    padding: 7px 10px;
    height: 34px;
}

body.opencast-layout .main-content {
    max-width: 100%;
}
body.opencast-layout .breadcrumb_wrapper {
    max-width: 100%;
}

.mmobj_objects {
    margin-left: 3%;
}
.mmobj_serie {
    background: #ededed;
    padding: 3% 2%;
}
.number-videos.serial {
    position: absolute;
    bottom: 8%;
    right: 8%;
    color: white;
    font-size: 0.9em;
    background: rgba(0,0,0,0.65);
    padding: 1px 5px 1px 5px;
}
.parent-centering {
    text-align: center;
    /* May want to do this if there is risk the container may be narrower than the element inside */
    white-space: nowrap;
}
.parent-centering:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.play_icon {
    position: absolute;
    margin: 10px;
    left: 0%;
    background: url("/bundles/pumukitwebtv/images/icons/play_icon.png") no-repeat center;
    background-size: contain;
    width: 28px;
    height: 28px;
    overflow: auto;
}
.play_icon.small {
    margin: 5px;
    width: 20px;
    height: 20px;
}
.pumukit_mmobjs{
    margin: 0 0%;
    overflow: hidden;
    color: #111;
}
.pumukit_mmobj {
    color: #111;
    height: 110px;
    overflow: hidden;
    margin: 10px 0px;
    padding: 5px;
/*    border-radius: 10px;*/
    position: relative;
}
.pumukit_mmobj a{
    color: #111;
}
@media screen and (max-device-width: 320px) {
    .pumukit_mmobj {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.pumukit_mmobj:hover, .pumukit_mmobj:focus {
    background: #ededed;
    color: #111;
}
.pumukit_album {
    position: relative;
    float: left;
}
.row.pumukit {
    margin: 0 auto;
}
.search-box {
    margin: 8px;
}
.search-box button {
    padding: 1px 6px;
}
.search-box .input-group {
    border-radius: 8px;
    /*overflow: hidden;*/
}
.search-box .input-group input.form-control {
    border-radius: 4px;
}
#search-box {
    border-radius: 4px;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
}
#search-box:focus {
    border-color: #ccc;
}
.search-form {
    margin: 10px;
    padding: 10px;
    background: #ededed;
    color: #111;
}
.search-form .input-group.date {
    width: 100%;
}
.input-group-addon {
    background: white;
}
/*Thumbnails*/
.thumbnail {
    width: 164px;
    height: 94px;
}
.minimmobj {
    overflow: hidden;
    padding: 5px;
    margin-bottom: 10px;
}
.miniinfo-wrapper {
    overflow: hidden;
}
.miniinfo {
    width: 100%;
    margin-left: 8px;
}
.miniinfo .title {
    height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.miniinfo .subtitle {
    height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.minithumbnail, .thumbnail {
    float: left;
    display: inline;
    margin-bottom:0px;
    text-align: center;
    border: 0;
    border-radius: 0px;
    box-shadow: 1px 1px 2px #666;
    background: #F3F3F3;
    padding: 2px;
    z-index: 3;
    position: relative;
}
.minithumbnail {
    padding: 1px;
    width: 122px;
    height: 69.5px;
}
.thumbnailwrapper {
    padding-left: 0px;
    min-width: 132px;
}
.minithumbnail.bodyMm, .thumbnail.bodyMm {
    margin-bottom: 5px;
}
.thumbnail img.thumbnailimg{
    max-width: 160px;
    max-height: 90px;
}
.minithumbnail img.thumbnailimg{
    width: 120px;
    height: 67.5px;
}
.minithumbnail img.thumbnailimg, .thumbnail img.thumbnailimg{
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
.thumbnailholder {
    top: 2px;
    width: 160px;
    height: 90px;
}
.minithumbnailholder {
    top: 1px;
    width: 120px;
    height: 67.5px;
}
.minithumbnailholder, .thumbnailholder {
    position: absolute;
    background:#000;
    z-index: -1;
}
.thumbnailo:nth-child(1) {
    z-index: 3;
    position: relative;
}
.thumbnailo:nth-child(2) {
    z-index: 2;
    transform: scale(0.97);
    position: absolute;
    left: 7px;
    top: 3px;
}
.thumbnailo:nth-child(3) {
    z-index: 1;
    transform: scale(0.94);
    position: absolute;
    left: 14px;
    top: 6px;
}
.video-duration {
    position: absolute;
    top: 8%;
    left: 8%;
    color: white;
    font-size: 0.8em;
    background:rgba(0,0,0,0.65);
    padding: 1px 3px;
}
.wrapper-center {
    width: 100%;
    vertical-align: middle;
    background: #858585; /* Trick to color the menu's length */
    margin: 0 auto;
    min-height: 600px;
    max-width: 1200px;
}
/*CIES*/
.announces {
    margin-top: 40px;
}
.breadcrumb {
    margin: 0px;
    border-radius: 0px;
}

.media {
    padding: 2px 2px 15px 2px;
}
.media-heading.subtitle{
    height: 1em;
    font-size: 1em;
    line-height: 1;
    overflow: hidden;
}

.media-heading.title{
    line-height: 1;
    overflow: hidden;
    height: 1em;
    font-size: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.media-body .date{
    line-height: 1;
    height: 1em;
    font-size: 1em;
}
.header {
    background: #fff;
    color: #000;
}
.header.sticky {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index:6;
    color: #000;
}
.header.sticky.nav-up {
    top: -60px;
}
.header.sticky.nav-up {
    top: 0;
}
.img_category img{
    width: 100%;
}
.img_category{
    position: relative;
    height: 100%;
}
.img_category.two {
    height: 50%;
}

.index_widget {
    margin-top: 15px;
    margin-bottom: 15px;
}
.index_widget .index_container .img_category.two{
    position: relative;
    display: block;
    padding-top: 4.35%;
}
.index_widget .index_container a{
    position: relative;
    display: block;
    overflow: auto;
    text-decoration: none;
}
.most-viewed h2, .recently-added h2 {
    font-weight: bold;
    font-size: 2em;
}
a:hover .cover {
    background: #fff;
    color: #858585;

}
.cover {
   background: #858585;
   color: #fff;
   font-weight: bold;
   font-size: 120%;
   width: 100%;
   padding: 8px;
}
@media (max-width: 992px) {
   .index_container .img_category.two {
        padding-top: 12.87% !important;
    }
    .index_container .img_category {
        padding-top: 5%;
    }
}
@media (max-width: 1199px) {
    .index_container .img_category,.index_container .img_category.two {
        padding-top: 8.67% !important;
    }
}

.panel-series .panel-body, .panel-related .panel-body{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 400px;
}
.powered_by {
    background: black;
    color: white;
}
.powered_by a{
    color: white;
    text-decoration: none;
}
.powered_by div {
#    max-width: 1200px;		### raul;
    text-align: right !important;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    position: relative;
}
.pumukit_announce {
    margin-top: 35px;
    overflow: auto;
}
.widget.slidebar {
    text-align: left;
    padding-top: 20px;
}
.widget.slidebar #total{
    text-align: center;
}
.widget.slidebar .element {
    display: block;
    font-size: 1.3em;
    text-decoration: none;
    padding: 10px 10px 10px 30px;
    color: #fff;
}

.pmk_menu_element {
    color: #fff !important;
}

.widget.slidebar .element:hover, .widget.slidebar .element.selected {
    background: #fff;
    color: #858585;
    margin-left: -65px;
    padding-left: 95px;
    z-index:10;
    text-decoration: none;
    transition: background 0.3s ease;
}

.pmk_menu_element:hover {
    background: #fff !important;
    color: #858585 !important;
}


@media (max-width: 1199px) {
    .widget.slidebar, .widget.slidebar .dropdown-menu {
        text-align: center;
    }
}
.ellipsedtext-parent {
    overflow: hidden;
    width: 100%;
    height: 120%;
}
.ellipsedtext-leftmargin {
    float: left;
    width: 2%;
    height: 100%;
}
.ellipsedtext-testwrapper {
    float: right;
    width: 98%;
}
.ellipsedtext-text {
    width: 800%;
}
.ellipsedtext-textstopper {
    width: 87.5%;
    height: 1em;
    float: right;
}
.ellipsedtext-endtext {
    display:inline-block;
    width: 87.5%;
    height: 1em;
}
.ellipsedtext-overflowdetector {
    float: right;
    width: 2%;
    height: 20%;
    position:relative;
}
.ellipsedtext-ellipse {
    position: absolute;
    top: -1.5em;
    left: 4387%;
    z-index: 2;
    padding: 0 20px 0 15px;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.pumukit_mmobj:hover .ellipsedtext-ellipse {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ededed 30%, #ededed 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(30%, #ededed), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #ededed 30%, #ededed 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, #ededed 30%, #ededed 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, #ededed 30%, #ededed 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #ededed 30%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed', GradientType=1 );
}



.breadcrumbs_color {
}
.breadcrumb > li:last-of-type {
    margin-top: 5px;
}
.breadcrumb{
	background-color: #0f2b47;
}
.breadcrumb > li:after{
	padding: 0px;
}
.breadcrumb li:first-child{
	padding-bottom: 0px;
}
.header {
	background-color: #073769;

}
.mobile_header {
        background-color: #002663;
}
.language_select_wrapper .btn {
        background-color: #FFF;
}
.navbar-default .nav-collapse {
        background-color: #000;
	padding-left: 0px;
	padding-left: 0px;
}
.navbar-default {
	background-color: #073769;
}
.navbar-default .navbar-collapse{
}
.navbar-default .navbar-nav>li>a:hover {
	color: #FFF;
	background-color: #fcc100;
}
.navbar-default .navbar-nav>li>a {
	color: #FFF;
	font-weight: bold;
}
.navbar-default .navbar-toggle .icon-bar {
        background-color: #fcc100;
}
.navbar-default .navbar-toogle .icon-bar {
	background-color: #fcc100;
}
.navbar-default .navbar-nav>li>a:focus{
	color: #fcc100 !important;
	background-color: #002663 !important;
}
.nav>li>a:hover, .nav>li>a:focus{
	color: #022663 !important;
	text-decoration: none !important;
	background-color: #fcc100 !important;
}
.dropdown-menu>li>a:hover{
        color: #022663 !important;
        text-decoration: none !important;
        background-color: #fcc100 !important;
}
.dropdown-menu>li>a:focus{
       background-color: inherit;
}
.navbar-default .navbar-nav>.open>a{
	background-color: inherit;
}
.navbar-nav>li>.dropdown-menu{
	background-color: #022663;
}


.index_widget{
margin-top: 0px;
}

.index_widget .index_container .img_category.two{
	padding-top:0px !important;
}
.cover{
	background: linear-gradient(to right,#999 ,#000);
	position: absolute;
	bottom: 0px;
	padding: 2px 10px;
	opacity: 0.8;
	font-weight: bold;
	padding: 0.5ex 1em 0.5ex 1em;	
	text-align: right;

}
a:hover .cover{
	background: #fcc100;
        color: #002663;

}
#categorias{
	padding-left:0px;
	padding-right:0px;
}
#slider1{
	float: left;
	padding-top: 10px;
	border-top: 3px solid #fcc100;
}
#contenido{
	float: right;
	padding-left: 0px;
	padding-right: 0px;#}
}
@media (min-width: 1200px){
	#contenido{
	}
}

#todo{
	background-color: #FFF;
}
h1{
}
#especial h2{
}
h2{
}
h3{
}
#especial{

}
.search-form{
	background:transparent;
}
a{
}
a:hover{
}
.main-content{
}
.main-content-wrapper{
	background: transparent;
}
.img-responsive{
	height: 100%;
}

h2 small{
}

p.disabled{
	color: #FFF;
}


.mmobj_thumbnail_title{
	font-weight: bold;
}
.date.mmobj{
}

.subtitle{
	#color: #FFF;
        color: red;
        white-space: nowrap;
}

.title{
}
hr{
	margin-top: 5px;
	margin-bottom: 5px;
}

.lib_menu_sort{
}

.date.serial{
}
.pumukit_mmobj:hover, .pumukit_mmobj:focus{
	background-color: #337ab7;
}
.mmobj_serie{
	background-color: transparent;
}


.bootstrap-datetimepicker-widget{
	color: #000;
}
.login-button {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: inherit;
	line-height: inherit;
	padding: 6px 12px 6px 12px;
	border: 0px;
}
.breadcrumb > li:last-of-type{
	font-size: inherit;
	margin-top: inherit;
	display: inline-block;
}

.img_category two{
	text-align: center;
}
.footer-content h3{
	color: #fcc100;
}
#playerContainer_videoContainer_container{
	top: 0px !important;
}
.label a{
	background: #022663;
	color: #fcc100;
}

.label a{
        background: #022663;
        color: #fcc100;
}

###########################
#Estilos por Raul B. CIC ##
###########################

#Paleta de colores
#Base azul + derivados azul
#073769
#065BB5
#1F67B5
#Base Naranja y derivado
#B57300
#694507




#.row footer-content {
#max-width: 100% !important;
#text-align: center !important;
#}

.footer-content div {
text-align: center;
}

.footer-content img {
padding: 5px;
}

.manual {
#background: linear-gradient(0.25turn, #07376900, #073769);
padding-bottom: 5em;
padding-top: 3em;
}

.manual img {
margin-left: auto;
margin-right: auto;
margin-bottom: 4em;
display: block;
max-width: 90%;
box-shadow: 5px 5px 5px;
}

.manual p{
margin-bottom: 2%;
font-family: "Times New Roman", serif;
font-size: 1.5em;
}


.panel-related .panel-body {
    max-height: 250px;
#    margin-bottom: 20px;
}

.mmobj_objects {
margin-left: 0px;
}

.media {
    padding: 2px 2px 2px 2px;
    margin: 10px 0px;
    min-height: 120px;
}

.rotulofecha {
    color: midnightblue;
    background-color: darkorange;
    padding: 5px;
    font-weight: bold;
    border-radius: 20px;
    padding-left: 0px;
}

.active {
    color: #fcc100 !important;
}

.thumbnailholder {
    background: inherit !important;
}

.thumbnail {
    background: inherit;
    background-color: inherit;
    box-shadow: inherit;
    max-height: 100px;
}

.minithumbnail img.thumbnailimg {
    width: inherit;
}

