﻿body {
}

.banner
{
    height:100px;
    width:100%;
    background-color:White;
    text-align:center;
    vertical-align:middle;
}
.mpbanner
{
    height:100px;
    width:100%;
    background-color:White;
    text-align:left;
    vertical-align:middle;
}

.login
{
    margin:0 auto 0 auto; 
    width:310px;
    text-align:center;
}

.footer
{
    position : absolute;
    bottom : 0;
    left:0;
    /*
    height : 40px;
    margin-top : 40px;*/
    width:100%;
    text-align:center;
    font-size:10px;
}
.contentbg
{
    background-color:White;
    min-height:100%;
    height:auto !important;
    /*height:500px; */
}
.schedulecontent
{
    margin:0 auto 0 auto; 
    width:100%;
    text-align:center;
}
.IntroPanels
{
    border:1px solid #507CD1;
}

.cajaInfo {
position: relative;
border: 1px solid #e1e1e1;
border-bottom: #507CD1 5px solid;
border-radius: 5px 5px 0 0;
min-height: 80px;
padding: 15px 15px 15px 100px;
margin: 0 0 30px 0;
color: #555;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb));
background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
background: -o-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
background: linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
}

.cajaInfo .img {
position: absolute;
width: 55px;
height: 100%;
min-height: 82px;
background: url(../images/bombilla.png) no-repeat center;
top: 0px;
left: 20px;
}
.pnlNoticia
{
    padding:2em;
	text-align:center;
	font-size:13px;
	position:fixed;
	left:6%;
	 	
	top:10%;
	background-color:White;
	z-index:50;
	border:solid 2px #CCC;
	width:85%;
	height:70%;
	border-radius:5px;
	box-shadow: 0px 0px 10px 0px rgba(29, 26, 26, 0.45);
}
.Loader
{
    position:fixed;
    top: 50%;
    left: 50%;    
}