html
{
	height: 100%;
	width: 100%;
}

body{
	height: 100%;
	width: 100%;
	margin: 0 0;
	background: -moz-linear-gradient(top, #FFFFFF , #AEC788);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF),  to(#AEC788));
	background-color: #AEC788;
	background-repeat: no-repeat;
}

.impact_tr 
{
	background-color: #06C;
}
.default_tr 
{
	background-color: #AEC788;
}

a{
	color: #333333;
}

a:hover, .active{
	color: #AEC788;
	text-decoration: underline;
}


#header #main_menu, #header #side_menu {
	
	background-image: url(images/mainmenu_bg.png);
	background-repeat: repeat-x;
}

#header #main_menu #main_menu_menu ul li, #header #side_menu > ul li {
	line-height: 45px;
	border-right: 1px solid #8CBA8F;
	border-left: 1px solid #8CBA8F;
	outline: 1px solid #030;
	text-decoration: none;
}

#header #main_menu #main_menu_menu ul li a, #header #side_menu > ul li a{
	text-decoration: none;
}

#header #main_menu #main_menu_menuul li .actual, #header #side_menu > ul li .actual{
	background-color: rgba(250, 250, 250, 0.3);
}

#header #main_menu #main_menu_menu ul li:hover, #header #side_menu > ul li:hover{
	background-color: #AEC788;
	background-repeat: no-repeat;
}


#header_logo{
	width: 100%;
	background-position: center -1px ;
	height: 75px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-left: -7px;
	margin-top: 3px;
}

.toolbar div{
	margin-top:5px;
	padding-bottom: 0px
}	
	
.toolbar div span{
	/*float: left;*/
	padding: 0px;
	margin: 0px;
}	
	
.toolbar div span.space{
    width: 20px;
    display:block;
}


/*
 * Booking
 */

.boo_content_div{
	border-top: 1px solid #D4d4d4;
	border-left: 1px solid #EEE;
	/*background-color: #f9f9f9;*/
	background-color: #FEFEFE;
	padding-top: 5px;
	padding-bottom: 5px;
}

.boo_content_div:hover{
	border-left: 1px solid #454545;
}


.boo_content_num{
	text-align:center;
	font-weight: bold;
}

.boo_content_num p {	
	background-color: #454545;
	color: white;
	margin-top:0px;
	padding-top:0px;
}

.boo_content_img img{
	border: 1px solid #999;
	padding: 1px;
}

.boo_content_info{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
}

.boo_content_info .title{
	font-size: 14px;
	font-weight: bold;
}

.schedule_container{
	padding-bottom:5px;
}

.boo_schedule_content{
	/*background-color: #778899;*/
	padding-top:5px;
	border: 1px solid #d4d4d4;
	background-color: #EEE;
}

.boo_content_add_container{
	background-color: #EEEEEE; 
	border-top: 1px solid #d4d4d4; 
	padding-top:5px; 
	padding-bottom:3px
}

.boo_content_add_container:hover{
	background-color: #FEFEFE; 
}

.schedule_container{
	border-top: 1px solid #d4d4d4; 
}

/*Socialbar for content */

.socialbar a{
 	text-decoration:none;
	padding-left:20px;
}

.socialbar a.first {
	padding-left:0px;
}

.socialbar a:hover{
	text-decoration:none;
}

.socialbar a.web span{
	font-size: 8px;
}


.socialbar a.facebook{
 	background:url(../../../img/socialmedia/facebook_16.png)  no-repeat;
  	background-position:0px -1px;
}

.socialbar a.twitter{
  	background:url(../../../img/socialmedia/twitter_16.png) no-repeat;
  	background-position:0px -1px;   
}

.socialbar a.google{
  	background:url(../../../img/socialmedia/google_16.png) no-repeat;
  	background-position:0px -1px;
}

div.social_content{
	margin:0px;
	padding:0px;
	
}

.link_share_content{
	text-decoration:none;
}

.link_share_content:hover{
	text-decoration:none;
}


.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 200px;
}

/*New styles*/
.notification-icon-count{
	background-image:url(images/bg-notificaciones.png);
	background-repeat: no-repeat;
	background-position:center;
	text-align:center;
	line-height:34px;
}

.notification-icon-count a{	
	color:#fff;
	text-decoration:none;
}

#download_player_banner{
	background-image: url(../../../img/banners/download_player_banner.png);
	background-repeat: no-repeat;
	height: 55px;
	margin-top: 1px;
	margin-left: 50px;
}

.disabled
{
	color:gray;
}

.dropdown-icon-menu{
	background-image:url(images/dropdown_icon_menu.png);
	background-repeat: no-repeat;
	background-position:center;
	text-align:center;
	line-height:34px;
}

#nav {
	width: 1220px;
	padding-top: 5px;
	margin:auto;
	height: 68px;
}

#guider-interface{
	background-color:#dcedc2;
	height: 250px;
	/*margin-bottom: 20px;*/
}

#header{
	background-color:#4d4d4d;
	margin-bottom: 20px;
}

#header_user{
	color: rgb(195, 195, 195);
	text-align: right;
	font-size: 12px;
}
#header_user a{
	color: rgb(102, 153, 51);
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
}

#submenu a {
	color: rgb(102, 102, 102);
}

#submenu b {
	color: rgb(102, 153, 51);
}

#expired_proyect {
    border:solid;
    border-color: #FFE000;
    border-width: 6px;
    background: #F5FFC0;
    margin-bottom:10px;
    height: 60px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
}


#user_film {
   position:relative;
   right:12px;
   bottom:2px;
}

/* FOOTER WIDGETS*/
#footer_menuses{border-top: solid 1px;background: #92af7a;min-height: 150px;margin-top: 40px;margin-bottom: 10px;}
#footer_menuses #menuses_group{min-height: 150px;margin: auto;word-spacing: 0;padding-top: 15px;width: 1000px}
#footer_menuses #menuses_group div{margin: auto 20px;}
#footer_menuses .menu {width: 130px;border-bottom: solid 1px #333;height: 15px;font-size: 11px;font-weight: bold;text-transform: uppercase;width: 100%;text-decoration: none;color: #444;}
#footer_menuses .submenu{height: 12px;}
#footer_menuses .submenu a{color: #eee;text-transform: uppercase;text-decoration: none;font-family: sans-serif;font-size: 10px;width: 100%;font-weight: 500;margin-left: 5px;}

