/* ################################################################ */
/* ###################### Header modificado ####################### */
/* ################################################################ */

.header {
	background-color: #008080;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px;
}

/* ################################################################ */
/* ###################### login-alternative ####################### */
/* ################################################################ */

/*.login-greeting{float:left;}*/
/*.logout-button{float:left;}*/
.login-logo{float:left;}
.control-group{float:left;}

.login-greeting{color:#ffffff;}

.logout-button{float:left;}

.btn.btn-primary{
	border-color: #ffffff;
} 

.btn.btn-primary:hover{
	color: #000000;
	background: #ffffff;
	text-shadow: 0 0 #ffffff;
} 


/* ################################################################ */
/* ########################### mod_menu ########################### */
/* ################################################################ */

@media (max-width: 733px) {
/* Sub-menues uno debajo el otro */
	.dropdown,
	.dropdown-submenu {
		display: block;
		position: static;
		float: none;
	}
	.dropdown-menu {
		position: static;
		float: none;
	}
	.open .nav-child.dropdown-menu {
		display: block;
		background-color: transparent;
		border: none;
		border-radius: 0;
		box-shadow:none;
	}

	/* Subitems iguales en estilo */
	.nav-child.dropdown-menu {padding: 0;}
	.nav-child.small {font-size: 13px;}
	.dropdown-menu > li > a {padding: 8px 12px 8px 20px;}
}



/* ################################################################ */
/* ######################### titulos mod ########################## */
/* ################################################################ */
h2 {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;	
}

/* ################################################################ */
/* ######################### footer 3 mod ########################## */
/* ################################################################ */
#footerfull {clear: both;}
#footerThreeMods {width: 100%; }
#footerleft, #footermiddle, #footerright {width: 32%;float: left; }
#footerleft {}


@media (max-width: 960px) {
    #footerThreeMods {width: auto; }
}

@media (max-width: 767px) {
    #footerleft, #footermiddle, #footerright {width: auto; float: none; }
}
