﻿.bodybaja {
	background: url(../presentacion/imagenes/Background3.png) no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bodymedia
{background-image:url('../presentacion/imagenes/Background1.png');}
        
.bodyalta
{background-image:url('../presentacion/imagenes/Background2.png');}
        
.divbanner
{background-color:White;}


.imagenlogo
{
	width: 70%;
	height: 70%;
	padding: 0 30px 0 30px;
	}

      
.divcontenido
{
	width: 100%;
	height: 500px;
	}
        
.divpie
{ position: absolute; bottom:0; }

.divheader {
	width: 100%;
	background-image: url('../presentacion/imagenes/Banners/banner.jpg');
	background-size: 100% auto;
	height: 120px;
}	

.divheadertable
{
	width:100%;
	height:120px;
	}

.divheadertablelogo
{
	width: 440px;
	background-repeat: no-repeat;
	 margin-left: 50px;
	}
	
.divheadertableinfo
{
	width: 300px;
	}
	
.divclose
{
	width: 80px;
	vertical-align:text-bottom;
	color: White;
	float:right;
	}

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}

#nav li a {
	color: #333333;
	text-decoration: none;
	list-style: none;
}

#nav li a:hover {
	color: #006699;
	text-decoration: none;
	list-style: none;
}

#notification_li {
	position: absolute;
	list-style: none;
}

#notificationContainer {
	background-color: #fff;
	border: 1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	overflow: visible;
	top: 30px;
	margin-left: -350px;
	width: 385px;
	z-index: -1;
	display: none;
	// Enable this after jquery implementation
}

// Popup Arrow
#notificationContainer:before {
	content: '';
	display: block;
	position: relative;
	width: 0;
	height: 0;
	color: transparent;
	border: 10px solid black;
	border-color: transparent transparent white;
	margin-top: -20px;
	margin-left: 188px;
}

#notificationTitle {
	font-weight: bold;
	padding: 8px;
	font-size: 13px;
	background-color: #ffffff;
	position: relative;
	z-index: 1000;
	width: 334px;
	border-bottom: 1px solid #dddddd;
	color: black;
}

#notificationsBody {
	padding: 0px 0px 0px 0px !important;
	min-height: 300px;
	background-color: #ffffff;
	position: relative;
	z-index: 1000;
}

#notification_count {
	padding: 3px 7px 3px 7px;
	background: #cc0000;
	color: #ffffff;
	font-weight: bold;
	margin-left: 15px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	position: absolute;
	margin-top: -10px;
	font-size: 10px;
}

