﻿*
	{
		margin: 0;
		padding: 0;/* para Firefox */
	}

/*
@font-face {
    font-family: 'nillandregular';
    src: url('fonts/nilland-webfont.eot');
    src: url('fonts/nilland-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nilland-webfont.woff') format('woff'),
         url('fonts/nilland-webfont.ttf') format('truetype'),
         url('fonts/nilland-webfont.svg#nillandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

body {
	font-size: 9pt;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana;
	color: #242424;
}

img {border-width: 0px;
}

h2{
	font-family: Arial, "Lucida Sans Unicode", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana;
	font-size: 12pt;
	text-decoration: none;
}

.spacer 
{
    height: 50px;
    width: 1px;
    clear: both;
}
#headerContainer{
	width:100%;
	background-image: url('../../img/mainbkg.gif');
	background-color: #f1f1ee;
	background-repeat: repeat-x; 
}

.headerContainerMainHeight{
    height:840px;     
}

.headerContainerContentHeight{
    height:84px; 
    }

#headerCenteredContainer{
	max-width: 1280px;
	width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
	min-width: 890px;
	width:expression(document.body.clientWidth < 890? "890px": "auto" );
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#headerLogoBrugge
{
    	float: left;
	    padding: 26px 0px 0px 150px;
    }

#mainContainer{
	width: 100%;
	/*height: 400px;  Main Height*/
	background-image: url('../../img/MainPixelBkg.GIF');
}

#mainContentOuterContainer{
	width: 100%;
	height: 100%;
	background-color: #f1f1ee;
	background: #f1f1ee;
}

#mainCenteredContainer{
	max-width: 1280px;
	width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
	min-width: 890px;
	width:expression(document.body.clientWidth < 890? "890px": "auto" );
	height: 100%;
	margin: 0 auto;
	padding-top: 10px;
	background-image: url('../../img/MainPixelBkg.GIF');
    background-color: White;
    width: 100%;
}

#mainContentCenteredContainer{
	max-width: 1280px;
	width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
	min-width: 890px;
	width:expression(document.body.clientWidth < 890? "890px": "auto" );
	margin: 0 auto;
	padding-top: 10px;
	background-image: url('../../img/MainPixelBkg.GIF');
    background-color: #FFFFFF;
	height: 100%;    
    width: 100%;
}

#mainContentInnerContainer
{
    padding: 15px 25px 15px 25px;

}

.mainCenteredContainerContent
{
    max-width: 1280px;
	width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
	min-width: 890px;
	width:expression(document.body.clientWidth < 890? "890px": "auto" );
	height: 100%;
	margin: 0 auto;
	padding-top: 10px;
    background-image: url('../../img/MainPixelBkg.GIF');
    background-color: White;
    width: 100%;
    height: 555px;
}

#mainBotonBacktoPaper {
	width: 260px;
	height: 41px;
	position: relative;
	left: 70%; 
	top: 390px;

}

#main-idioma{
	float: right;
	padding: 33px 5px 0px 5px;
}

#main-idioma a
{
	margin: 0px 5px 0px 5px;
}

#headerMainPicture {
	background-image: url('../../img/mainbanner1.JPG');
	background-repeat: repeat-x;
	max-width: 1280px;
	width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
	min-width: 800px;
    width:expression(document.body.clientWidth < 800? "800px": "auto" );
    width: 100%;
	height: 540px;
	vertical-align: top;
    background-color: rgb(255, 255, 255);
}

.headerContentPicture {
	background-image: url('../../img/headerContentBkg.JPG');
	background-repeat: repeat-x;
	max-width: 1280px;
	width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
	min-width: 800px;
    width:expression(document.body.clientWidth < 800? "800px": "auto" );
    width: 100%;
	height: 84px;
	vertical-align: top;
	
}

#btnBackToPaper{
	border: 1px #FFFFFF solid;
}

#headerBar{
	background-image: url('../../img/HeaderbkgTransp-small.png');
	background-repeat: repeat-x;
	width:100%;
	height: 71px;
	position: relative;
}

/* Brugge Navigation Menu */
#header-nav {
		font-size: 10pt;
		font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', Verdana, sans-serif;		
		color: #FFFFFF;
		float: right; 
}

#header-nav li {
		display:inline;
}

#header-nav a:link,#header-nav a:visited {
		padding-top: 33px;
		float:right;
		width: 130px;
		text-decoration:none;
}

#header-nav a:hover,#header-nav a:focus {
		background-image: url('../../img/headerbkg-small.PNG');
}
	
#header-nav a:active {
		color:#fff;
}

/* Navigation Menu Shadow */
.textShadowWhite { 
	position:relative; 
	display:block; 
	color:#000;
	font-family: Arial;	
	width: inherit;
	height: 38px;
	padding-left: 6px;
}  
 
.textShadowWhite span { 
	position:absolute; 
	display:block; 
	top:0px;
}  

.textShadowWhite:before { 
	display:block; 
	padding:1px; 
	content: attr(title); 
	color:#c6c6c6; 
}  

/* Footer */

#footerTopContainer{
	clear: both;
	width: 100%;
	height: 220px;
	background-image: url('../../img/FooterTopBkg.GIF');
}

#footerTop{
	max-width: 1280px;
	width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
	min-width: 1000px;
    width:expression(document.body.clientWidth < 800? "800px": "auto" );
	height: 100%;
	margin: 0 auto;
	
}

#footerTopLogo
{
    float: left;
    margin-right: 30px;    
    }

#footerTopRecomendanos
{
    float: left;
}

/* Footer Menu */
#footer-menu {
	padding-left: 4em;
}

#footer-menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	left:auto;
	
}
	
#footer-menu li{
	margin:5px 10px 0px 0px;
	padding:0;
	list-style-type:none;
	float:left;
	display:inline;
	font-weight:bold;
	background:none;
	position:relative;
	width:150px;
	
}
	
#footer-menu li a, #footer-menu li a:link, #footer-menu li a:visited {
	color:#FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-size:14px;
	text-decoration: none;
}

.footerTopMenuTd
{
    width:70%; 
    min-width:850px;
    width:expression(document.body.clientWidth < 850? "850px": "auto" );
}
/* Footer General */

.footerSitemapTitle {
	font-weight: bold !important;
	font-size:16px !important;
}

#footerBottomContainer
{
	width: 100%;
	height: 50px;
	background-image: url('../../img/FooterBottomBkg.GIF');
	float: left;
	clear: both;
}

#footerBottom{
	max-width: 1280px;
	width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
	min-width: 800px;
    width:expression(document.body.clientWidth < 800? "800px": "auto" );
	height: 100%;
	margin: 0 auto;
	clear: none;
}

#footerBottomOrnament{
	width: 100%;
	height: 50px;
	background-image: url('../../img/footerOrnament.gif');
	float: left;
	background-repeat: no-repeat;
}

.footerSocialLinks{
	margin: 15px 0px 0px 15px;
}

#footerBottomText{
	float: right;
	margin-top: 25px;
	font-size: 10pt;
}

/* Used in Footer */
.textShadow { 
	position:relative; 
	display:block; 
	color:#fff;
	font-family: Arial;	
 }  
 
.textShadow span { 
	position:absolute; 
	display:block; 
	top:0px; }  

.textShadow:before { 
	display:block; 
	padding:1px; 
	content: attr(title); 
	color:#000; 
}  

/* MainPage */

.MainPageProductDescription
{
    width: 160px;
    height: 90px !important;
    margin: 50px 0 0 40px;
}

.MainPageProductDescriptionInnova
{
    margin: 50px 0 0 50px !important;
}

.MainPageProductDescriptionContainer
{
    height: 250px;
    width: 100%;
    left: 33.33%;
}

.MainPageProductDescriptionContainer div
{
    height: 100%;
    width: 33.33%;
    float: left;
}

#SocialContainer {
    float: none;
    height: 250px;
    margin-top: 30px;
}

#EdicionesEspecialesContainer {
    background-image: url('../../img/MainPixelBkgEdicionesEspeciales.GIF');
    margin: 0px 0px 10px 0px;
    height: 220px;
    width: 95%;
    
}

#EdicionesEspecialesContainer p {
    margin: 8px 0px 0px 15px;
}

#EdicionesEspecialesHeaderContainer {float: left;}

#EdicionesEspecialesImagesContainer {
    float: left;
    margin-left: 16px;
    margin-top: 13px;

}

#EdicionesEspecialesImagesContainer img {
    border: solid 1px #8a8a8a;
    float: left;
}

#EdicionesEspecialesImagesContainer .medium {
 margin-left: 15px;
 margin-right: 15px;
}

#EdicionesEspecialesEmpresas {
    float: right;
    background-image: url('../../img/EdicionesEspeciales-EmpresasBkg.gif');
    width: 512px;
    height: 203px;
    border: solid 1px #8a8a8a;
    margin: 8px 10px 0px 0px;
}

#EdicionesEspecialesEmpresasSlideshow img {
    padding: 45px 0px 0px 10px;
}

#EdicionesEspecialesHeader {
    margin: 15px 0px 0px 15px;
}

#facebookContainer {
 float:left;
 margin-left: 100px;
}

#newslist{
	overflow: auto;
	height: 180px;
	margin-bottom: 15px;
	width: 100%;
}

#newslist li{
    list-style-type: square;
	list-style-position: inside;
	margin: 7px 0px 0px 5px;
    width: 725px;
}

#NewsContainer
{
   float: left;
   width: 60%;
}

#NewsHeader
{
    background-image: url('../../img/newsHeaderBkg.GIF');
    height: 30px;
    width: 100%; 
}

/* General Content - Sobre Brugge */

#GeneralContentContainer
{
    width: 950px;
	height: 100%;
	padding-top: 15px;
	margin: 0 auto;
}

/* Productos */ 
.prodItem
{
    float: left; 
    width: 460px;
    margin-bottom: 30px;
}

.marginright
{
    margin-right: 30px;    
 }
 
 .boxProductos
 {
    margin-top: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #d1d1d1;
    background-color: #ececeb;
    width: 440px;
    height: 40px;
    padding: 5px 10px 5px 10px;
    clear: both;
}

.boxProductos h3 {
    text-align: left;
    font-size: 12pt;
	font-family: Arial, Verdana, Helvetica;
	color: #363636;
}

.boxProductos div
{
    float: left;    
}

 
#ProductosSlideshowContainer
{
    margin-top: 15px;
    display: block;
}
    
/* Productos - Boxes*/

.ContainerProductBox {
    height: 250px;
    margin-top: 30px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    min-width: 900px;
}

.ContainerProductBox div {
    height: 250px;
    width: 225px;
    border-width: 1px;
    border-style: solid;
    border-color: #d1d1d1;
    background-color: #ececeb;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.ContainerProductBox div span
{
    color: #585858;
    padding-left: 10px;
    padding-right: 10px;
    display: table;
}

.ContainerProductBox div h2, .ContainerProductBox div span {
    padding-left: 10px;
}

.small
{
    height: 200px !important;
}

.small div
{
    height: 177px !important;
}

.astretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}    

/* Productos: Explora */

#explora-frase
{
    display: block;
    margin-left: 90px;
    margin-top:10px;    
}
/* Productos: Ediciones Especiales */

#EdicionesEspeciales-frase
{
    display: block;
    margin-left: 30px;
    margin-top:10px; 
    margin-bottom: 20px;   
}

#GeneralContentContainer h2,
.h2Generico
{
    margin-bottom: 10px;
    clear: both;
    font-family: Arial;
    font-weight: normal ;
    font-size: 18pt;
    color: #666666;     
}

#GeneralContentContainer h1
{
    margin-bottom: 10px;
    clear: both;
    font-family: Arial;
    font-weight: normal ;
    font-size: 22pt;
    color: #666666;
}

/*Sobre brugge: Back to Paper */
        
#backtopaperContent
{
    height: 300px;
}
        
#backtopaperContent .PictureFrame
{
    float: right; 
    background-image: url('../../img/backtopaperPicture.JPG');
    background-repeat: no-repeat;
    width: 330px;
    height:279px;
}
        
#backtopaperContent .contentText
{
    float: left; 
    width: 600px;
    margin-right: 10px;
}
        
#backtopaperAddendum
{
    clear: both; 
    width: 100%;
    height: 200px;
}
        
#backtopaperAddendum img
{
    margin-top: 15px;   
}
        
/*Sobre brugge: Estilo */        
        
#EstiloContent
{
    height: 600px;
    margin-top: 90px;
}
        
#EstiloContent .PictureFrame
{
    float: left; 
    background-image: url('../../img/estiloPicture.JPG');
    background-repeat: no-repeat;
    width: 330px;
    height: 510px;
}
        
#EstiloContent .contentText
{
    float: right; 
    width: 580px;
    margin-right: 10px;
}        
        
.contentText
{
    font-family:  "Lucida Sans Unicode", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana;
	font-size: 14pt;   
}

/* Donde Comprar*/

#DondeComprarOnlineContainer {
    background-image: url('../../img/MainPixelBkgEdicionesEspeciales.GIF');
    margin: 0px 0px 10px 0px;
    height: 200px;
    width: 100%;
   min-width: 910px;
}

#DondeComprarOnlineContainer p {
    margin: 5px 0 0 0;
}


#DondeComprarOnlineInnerContainer {
    margin: 0px 20px 0px 20px;
    padding-top: 10px;
    min-width: 890px;
}

#DondeComprarOnlineContainer ul {
  list-style: none outside none;
  margin:0;
  padding: 0;
  text-align: justify;
  font-size: 0.1px; /*hide whitespace between elements*/
}
#DondeComprarOnlineContainer ul:after{
  content: '';
  display: inline-block;
  width: 100%;
}
#DondeComprarOnlineContainer li {
  display: inline-block;
  padding: 0;
  margin: 10px;

}
.break {
   height: 0;
}

/* Formulario Contactos */
#contactoBoxContainer 
{
width: 100%; 
margin-top: 10px;
border-top-style: dashed;
border-color: #939393;
border-width: 1px;    
}

#contactoBoxLeft
{
float: left;
border-right-style: dashed;
border-color: #939393;
border-width: 1px;
width: 600px;
}

#contactoBoxRight
{
float: right;
width: 325px;
margin-top: 30px;
}

/* Otras Formas Contacto */
.ContactItems
{
 clear: both;
 margin-left: 40px;
}

.contactoIcon 
{
    float: left;
    margin-right: 15px;
    width: 16px;
}

#contactoHome
{
    margin-top: 20px;    
}
#contactoHome .contactoIcon 
{
    height: 50px;
    padding-top: 7px    
}

#contactoTel .contactoIcon {
    height: 40px;
    padding-top: 3px;
}

#contactoMail .contactoIcon {
    height: 40px;
    padding-top: 5px;
}

#contactoBoxContainer a, a:link, a:visited {
    color: #363636;
}

#contactoBoxContainer a:hover
{
    background-color: #fc5a05;
    color: white;
}

#ContactoSubmitted
{
    text-align: center; 
    padding-top: 100px;
    padding-bottom: 300px;
}

/* Form Contacto */
.frmRow
{
    height: 50px;
    margin-top: 20px;
}
    
.frmInput {
    background-image: url("../../img/ContactoTextboxBkg.GIF");
}

textarea
{
    background-image: url("../../img/contactoTextAreaBkg.GIF");
    background-repeat: repeat-x;
    height: 150px;
}

.frmInput, textarea {
    border-style: solid;
    border-width: 2px;
    border-color: #c4c4c4;
    color: #666666;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    width: 440px;
}

.frmLabel {
    display: block;
    float: left;
    font-size: 13pt;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    text-align: right;
    width: 100px;
}

.frmButton
{
    background-color: #FF651B;
    border-color: #666666;
    border-style: solid;
    border-width: 1px; 
    color: White;    
    width: 150px;
    height: 41px;
	font-size: 12pt;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana;
	float: right;
	margin-right: 22px;
	margin-top: 15px;
    }

.ContactoValidationSummary
{
    background-color: #ff651b;
    padding: 15px 15px 15px 15px;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    }
.ConsultaValidatorError
{
    color: Red;
    font-weight: bold;
}
/* Misc */

#dondeComprarContainer
{
    min-height: 680px; 
}

/* Recomendanos */
#RecomendanosPopupContent { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
    background-image: url('../../img/recomendanosbkg.JPG');
    font-size:12pt;
}

.button.b-close, .button.bClose {
border-radius: 7px 7px 7px 7px;
box-shadow: none;
font: bold 131% sans-serif;
padding: 0 5px 2px;
position: absolute;
right: -7px;
top: -7px;
}

.button {
background-color: #fd5f13;
border-radius: 10px;
box-shadow: 0 2px 3px rgba(0,0,0,0.3);
color: #fff;
cursor: pointer;
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
}

.SocialButton {
    margin-left: 20px;
    float: right;
}
                       
