@import url("/author/portal/campus/campus-mobile.css");

.btn-primary {
    background-color: #333c8b; /* rgb(250, 167, 50) */
    background-image: linear-gradient(to bottom, #333c8b, #404aa5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333c8b', endColorstr='#404aa5'); /* for IE */
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #333c8b; /* rgb(250, 167, 50) */
}

.btn-warning {
    background-color: #333c8b; /* rgb(250, 167, 50) */
    background-image: linear-gradient(to bottom, #333c8b, #404aa5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333c8b', endColorstr='#404aa5'); /* for IE */
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #ffffff;
    background-color: #333c8b; /* rgb(250, 167, 50) */
}

.btn-danger {
    background-color: #333c8b; /* rgb(250, 167, 50) */
    background-image: linear-gradient(to bottom, #333c8b, #404aa5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333c8b', endColorstr='#404aa5'); /* for IE */
}

.badge-success {
    background-color: #333c8b;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #ffffff;
    background-color: #333c8b; /* rgb(250, 167, 50) */
}
/*a:hover,a:focus{color:#005580;text-decoration:underline}*/
a {   color: #333c8b; } /* 333c8b rgb(250, 167, 50)*/
a:hover { color: #333c8b; }

#header{ 
     background-image: linear-gradient(to bottom, #9c9b9b, #ffffff);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c9b9b', endColorstr='#ffffff'); /* for IE */
}



.DivOverDetalle_Div {position: absolute; width: 300px; height: 200px; z-index: 500; }
.ContenidoPlatOverlay_BoxContenido{
                        background-color: #333333;
                        width: 100%;
                        height: 100%;
                        border-bottom: 1px solid #333;
	                border-left: 1px solid #ccc;
	                border-right: 1px solid #333;
	                border-top: 1px solid #ccc;
	                color: #fff; 
	                border-radius: 6px 6px 6px 6px;
	                -moz-border-radius: 3px;
                        -webkit-border-radius: 3px;
                        -moz-box-shadow: 0px 0px 30px #c0c0c0; /* Firefox */
                        -webkit-box-shadow: 0px 0px 30px #c0c0c0; /* Safari and Chrome */
                        box-shadow: 0px 0px 30px #c0c0c0; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */}
.ContenidoPlatOverlay_BoxImg{float: left; padding: 5px;}
.ContenidoPlatOverlay_ImageList{max-width: 150px; width: expression(this.width > 150 ? 150: true); width: auto;}
.ContenidoPlatOverlay_BoxDescrip{padding-left: 5px; float: left; text-align: left}
.ContenidoPlatOverlay_BoxCateg{ padding-left: 5px; float: left; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, San-serif; FONT-SIZE: 11px; font-weight: none;}
.ContenidoPlatOverlay_BoxVisitas{padding: 5px; float: left; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, San-serif; FONT-SIZE: 11px; font-weight: none;}

.ContenidoPlatOverlay_BoxContenido a{color: #ffffff}

.MyPanel_TituloApartado{position: relative; width: 98%; float: left; margin: 5px; text-align: left; color: #666666; font-family: Arial, Helvetica, San-serif; font-weight: bold; font-size: 14px;  TEXT-DECORATION: none; border-bottom: 1px #cccccc solid;}
