/* 
    Document   : 
    Created on : 20/01/2012, 07:56:08 PM
    Author     : Conrado
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/************************************** FONTS FACES **************************************/
@font-face {
   font-family: "Swis721 Cn BT Roman";
   font-style: normal;
   font-weight: normal;
   src: url(/css/fonts/swis721-cn-bt-roman.ttf),
        url(/css/fonts/swis721-cn-bt-roman-webfont.eot),
        url(/css/fonts/swis721-cn-bt-roman-webfont.woff);

}

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

}

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

}

@font-face {
    font-family: 'helveticaneueregular';
    src: url('/css/fonts/helvetica/regular/helveticaneue-webfont.eot');
    src: url('/css/fonts/helvetica/regular/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helvetica/regular/helveticaneue-webfont.woff') format('woff'),
         url('/css/fonts/helvetica/regular/helveticaneue-webfont.ttf') format('truetype'),
         url('/css/fonts/helvetica/regular/helveticaneue-webfont.svg#helveticaneueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvlightregular';
    src: url('/css/fonts/helvetica/lightregular/helvlight_regular-webfont.eot');
    src: url('/css/fonts/helvetica/lightregular/helvlight_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helvetica/lightregular/helvlight_regular-webfont.woff') format('woff'),
         url('/css/fonts/helvetica/lightregular/helvlight_regular-webfont.ttf') format('truetype'),
         url('/css/fonts/helvetica/lightregular/helvlight_regular-webfont.svg#helvlightregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}

/*@font-face {
   font-family: "Helvetica Neue";
   font-style: normal;
   font-weight: normal;
   src: url(/css/fonts/helvetica/helvnbc-webfont.ttf) format('truetype'),
        url(/css/fonts/helvetica/helvnbc-webfont.eot?#iefix) format('embedded-opentype'),
        url(/css/fonts/helvetica/helvnbc-webfont.woff) format('woff'),
        url('/css/fonts/helvetica/baker_signet_bt-webfont.svg#bakersignet_btroman') format('svg');
}*/

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

}

@font-face {
   font-family: "Myriad Pro";
    src: url('/css/fonts/MyriadPro-Regular.eot');
    src: url('/css/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/MyriadPro-Regular.woff') format('woff'),
         url('/css/fonts/myriad-web-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

}

/****************************************************************************/


root {
    display: block;
}

html, body{
 margin:0 auto;
 padding:0;
 text-align:center;
 background-color:  #FFF;
 max-width: 1200px;
 overflow-x: hidden;

/* 	behavior: url("/css/csshover3.htc");
	font-family:"helveticaneueboldcond", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px; */
}
h1, h2, h3, p {
   /*  font-family: "helveticaneueboldcond"; */
}

a > img{
	   border:0;
}
#contenedorPpal{
	position: relative;
	float: left;
	width: 100%;
	min-height: 800px; 
	overflow: hidden;
}

#contenedorTop{
	position: relative;
	float: left;
	width: 100%;
	min-height: 135px; 
	background-color:#3D3D3D;
}
#contenedorFranjaLogo{
	position: relative;
	float: left;
	width: 100%;
	height: 92px; 
	background-color:white;
	margin-top:9px;
	text-align:center;
}
#contenedorLogoFabrica{
	position: relative;
	/* float: left; */
	max-width: 590px;
	margin-left:auto;
	margin-right:auto;
	/* background-color:yellow; */
	/* z-index:10;
	display:block; */
}
#contenedorMenu{
/* 	position: absolute;
	top: 102px; */
	/* float: left; */
	position:relative;
	float: left; 
	width: 100%;
	min-height: 33px; 
	margin-top:0px;
	text-align:center;
	/* background-color:red; */
	background-color:#3D3D3D;
}
#sectorPie{
	position:relative;
	float:left;
	width:100%;
	/* height:40px; */
	display:block;
	margin-top:40px;
}

#franjaPie{
	position:relative;
	float: left; 
	width: 100%;
	/* height: 40px; */
	height: 50px;
	background-color:#491005; 
	text-align:center;
	color: white;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
	line-height: 14px;
	padding-top:5px;
}

#franjaPie a{
	text-decoration:none;
	color: white;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
@media (max-width: 780px) {
	.bxslider{
	  margin-top:0px;
	}
/* 	#gaby{
	  margin-top:10px;
	} */
}

	#sectorContenidoInternas{
		position:relative;
		width:100%;
		float:left;
		text-align:center;
	}
