﻿/* ----------------------------------------------------------------------------
 * Copyright BRACNORIA
 * pau@bracnoria.com
 */

/*
 * Identificadores
 */

#total {
	text-align: center;
	width: 100%;
}

#main {
	width: 940px;
}

/* ----------------------------------------------------------------------------
 * Cabecera
 */
#header {
	height: 108px;
	background-color: #221e1f;
	background-image: url(/SiteCollectionImages/LogoBrcSobrenegro.jpg);
	background-repeat: no-repeat;
	background-position: 20px 50px;
	border-bottom: 8px solid white;
}

#header #adress
{
	color:#e0e0e0;
	font: 10pt calibri, verdana;
	font-weight: bold;
	text-align: right;
	margin-top: 50px;
	margin-right: 20px;
}

#header #adress a
{
	color: #e0e0e0;
	text-decoration: none;
}

#header #adress a:hover
{
	color: #F5B311;
}

#fotoPrincipal {
	float:left;
}

#tituloArea {
	font-weight: bold;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	position: relative;
	top: 40px;
}

#migaPan {
	padding: 5px;
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
}

#migaPan a, #migaPan a:hover, #migaPan a:active, #migaPan a:visited {
	color: #F3A233;
}
/* ----------------------------------------------------------------------------
 * Menu principal
 */
#mainMenu {
	padding: 15px;
	background-color: #DCDDDF;
	text-align: left;
	width: 244px;
}

#mainMenu .menuItem {
	background-color: #DCDDDF;
	font-size: 10pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#mainMenu .menuItemSelected {
}

#mainMenu .menuItemHover {
	color: white;
}

/* ----------------------------------------------------------------------------
 * Barra Idiomas
 */
#barraIdiomas {
	float: left;
	color: white;
	width: 36px;
	writing-mode: tb-rl;
	filter: flipv fliph;
}

/* ----------------------------------------------------------------------------
 * Área central
 */
 #central {
 	float: left;
 	width: 940px;
}
 
/* ----------------------------------------------------------------------------
 * Barra lateral
 */
#barraLateral {
	background-color: white;
	border-top: 5px solid white;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}

/* ----------------------------------------------------------------------------
 * Contenido
 */
#contenidoPrincipal {
	color: #fff;
	text-align: left;
	border-top: 5px solid white;
	padding: 15px;
}

.pageContent h1, .pageContent h2, .pageContent h3, .pageContent h4 {
	color: #F5B311;
}
/* ----------------------------------------------------------------------------
 * Pié de página
 */
#footer {
	clear: both;
	background-color: #fff;
	padding: 5px;
	color: #666666;
	font: 10pt calibri, verdana;
	text-align:center;

}

/* ----------------------------------------------------------------------------
 * Pié de página
 */
#inicioSesion a, #inicioSesion a:active, #inicioSesion a:hover, #inicioSesion a:visited{
	color: white;
	font: 1pt verdana;
	height: 5px;
}

/*
 * Modificadores
 */
.bold {
	color: #F5B311;
	font-weight: bold;
}
