/* Masthead Backgrounds */

.mastheadShell {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
}

.mastheadShellFlush {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.mastheadPad {
	padding: 0px;
	width: 85%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: auto;
}

.mastheadPad a {
	text-decoration: none;
}

.mastheadTypeWhite {
	float: right; 
	font-size: 1em;
	color: #FFFFFF;
	width: 100%;
	margin: auto;
}

.mastheadTypeWhite h1 {
	font.size: 1.9em;
	margin-bottom: 4px;
	margin-top: 1.8em;
}

.mastheadTypeWhite a{
	color: #FFFFFF;
	text-decoration: none;
}

.mastheadTypeDark {
	float: right; 
	font-size: 1em;
	color: #333333;
	width: 100%;
	margin: auto;
}

.mastheadTypeDark h1 {
	font.size: 1.9em;
	margin-bottom: 4px;
	margin-top: 1.8em;
}

.mastheadTypeDark a {
	color: #333333;
	text-decoration: none;
}

.mastheadBlue1 {
	background: #8DBFF1 url("../images/elements/mastehad-blue.gif") top left repeat-x;
	min-height: 300px;
	float: left;
	width: 100%;
}

.mastheadBlackGrey {
	background: #676767 url("../images/elements/mastehad-blackGrey.jpg") top left repeat-x;
	min-height: 300px;
	float: left;
	width: 100%;
}

.mastheadLightGrey {
	background: #C4C4C4 url("../images/elements/mastheadLight.jpg") top left repeat-x;
	min-height: 300px;
	float: left;
	width: 100%;
}

.mastheadMidGrey {
	background: #8A8A8A url("../images/elements/mastehad-MidGrey.jpg") top left repeat-x;
	min-height: 300px;
	float: left;
	width: 100%;
}


/* Themes */
.PhotoGrafik {
	background: transparent url("../images/themes/PhotoGrafik/MastheadImage.jpg") top center no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
}

.Barcelona {
	background: transparent url("../imagenes/themes/Barcelona/MastheadImage.jpg") top center no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
}

.Baseline {
	background: transparent url("../images/elements/mastheadBaseline.jpg") top center no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 295px;
	
}

.BaselineLight {
	background: transparent url("../images/elements/mastheadLightBase.jpg") top center no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 295px;
	
}

.BaselineMid {
	background: transparent url("../images/elements/mastheadMidBase.jpg") top center no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 295px;
	
}