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

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

}

@font-face {
    font-family: 'Helvetica Bold';
    src: url('helvetica/helveticaltstd-bold-webfont.eot');
    src: url('helvetica/helveticaltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('helvetica/helveticaltstd-bold-webfont.woff') format('woff'),
         url('helvetica/helveticaltstd-bold-webfont.ttf') format('truetype'),
         url('helvetica/helveticaltstd-bold-webfont.svg#HelveticaLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica Light';
    src: url('helvetica/helveticaltstd-light-webfont.eot');
    src: url('helvetica/helveticaltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('helvetica/helveticaltstd-light-webfont.woff') format('woff'),
         url('helvetica/helveticaltstd-light-webfont.ttf') format('truetype'),
         url('helvetica/helveticaltstd-light-webfont.svg#HelveticaLTStdLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background: #000;
	font-family: 'Helvetica', Helvetica, Arial, sans-serif;
}
*{
	position: relative;
	margin: 0px;
	padding: 0px;
	behavior: url(PIE.htc);
}
img{
	border: none;
}
.clearboth{
	clear: both;
}
.alignLeft{
	float: left;
}
.alignRight{
	float: right;
}

.PageContent{
	width: 880px;
	margin: 0px auto;
}

/* Sprites */
.SpriteBtn{
	float: left;
	overflow: hidden;
}
.SpriteBtn img{
	position: relative;
}
.SpriteBtn.Facebook,
.SpriteBtn.Twitter{
	width: 40px;
	height: 40px;
}
.SpriteBtn.Twitter img{
	left: -40px;
}
.SpriteBtn.Facebook:hover img,
.SpriteBtn.Twitter:hover img{
	top: -40px;
}
.SpriteBtn.Prev,
.SpriteBtn.Next{
	width: 37px;
	height: 36px;
}
.SpriteBtn.Next img{
	left: -37px;
}
.SpriteBtn.Prev:hover img,
.SpriteBtn.Next:hover img{
	top: -36px;
}
.SpriteBtn.Mail{
	width: 17px;
	height: 14px;
}
.SpriteBtn.Mail:hover img{
	top: -14px;
}

/* Header */
#Header{
	float: left;
	width: 100%;
}
#Header #Logo{
	position: relative;
	float: left;
	margin-top: 22px;
	margin-left: 24px;
}
#Header #Slogan{
	position: relative;
	float: left;
	width: 600px;
	margin-top: 45px;
	margin-left: 20px;
	color: #fff;
	font-family: 'Helvetica Light';
	font-size: 12px;
	font-style: italic;
}
#Header #Slogan span{
	position: relative;
	top: -200px;
}
#Header #Social{
	float: right;
	margin-top: 32px;
	margin-right: 31px;
}
#Header #Social .Twitter{
	margin-left: -10px;
}
#Header #Menu{
	float: right;
	clear: right;
	width: 551px;
	list-style: none;
	margin-top: 13px;
	margin-right: 30px;
	font-family: 'BebasNeueRegular';
}
#Header #Menu li{
	float: left;
	height: 38px;
	line-height: 38px;
	background: #313232;
	margin-right: 3px;
	padding: 0px 25px;
}
#Header #Menu li a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	text-shadow: 0px 0px 15px #aaa;
}
#Header #Menu li a:hover{
	color: #aaa;
}
#Header #Menu li.Active a,
#Header #Menu li.Active a:hover{
	color: #177ADC;
}

/* Footer */
#Footer{
	float: left;
	width: 100%;
	height: 53px;
	background: #000;
	color: #177ADC;
	font-size: 9px;
}
#Footer .LeftCol{
	float: left;
	width: 50%;
}
#Footer .LeftCol p{
	margin-top: 16px;
}
#Footer .RightCol{
	float: right;
	width: 50%;
	text-align: right;
}
#Footer .RightCol p{
	float: right;
	margin-top: 16px;
}
#Footer .RightCol .SpriteBtn.Mail{
	float: right;
	margin-top: 15px;
	margin-left: 10px;
}
#Footer a{
	color: inherit;
	text-decoration: none;
}

/* Banner */
.Banner{
	float: left;
	width: 100%;
	height: 336px;
}
.Banner .BgContent{
	float: left;
	width: 100%;
	height: 271px;
	margin-top: 30px;
	margin-bottom: 35px;
	background: #808080 url(../images/bg-banner-1.jpg) repeat-y center;
}
.SliderMain{
	position: relative;
	float: left;
	width: 100%;
	height: 336px;
	margin-top: -30px;
}
.SliderMain .SliderContainer{
	float: left;
	width: 100%;
	overflow: hidden;
}
.SliderMain .SliderContainer ul{
	float: left;
	width: 3000px;
	list-style: none;
}
.SliderMain .SliderContainer ul li{
	float: left;
}
.SliderMain .nivo-directionNav{
	position: absolute;
	width: 100%;
	
}
.SliderMain .nivo-directionNav .nivo-prevNav,
.SliderMain .nivo-directionNav .nivo-nextNav{
	position: absolute;
	top: 144px;
}
.SliderMain .nivo-directionNav .nivo-prevNav{
	left: -50px;
}
.SliderMain .nivo-directionNav .nivo-nextNav{
	right: -50px;
}

.ProductosSlider{
	width: 210px;
	height: 167px;
	overflow: hidden;
}
.ProductosSlider img{
	width: 100%;
}

/* Secciones */
/* Seccion 1 */
.Seccion1{
	float: left;
	width: 100%;
	height: auto;
	background: #2C3F4C;
	padding: 35px 0px;
}
.Seccion1 .BgContent{
	float: left;
	width: 100%;
	padding: 20px 0px;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#989898));
	background: -webkit-linear-gradient(#ffffff, #989898);
	background: -moz-linear-gradient(#ffffff, #989898);
	background: -ms-linear-gradient(#ffffff, #989898);
	background: -o-linear-gradient(#ffffff, #989898);
	background: linear-gradient(#ffffff, #989898);
	-pie-background: linear-gradient(#ffffff, #989898);
}

.Block{
	position: relative;
	float: left;
	width: 200px;
	padding-right: 23px;
	margin-right: 23px;
	margin-bottom: 20px;
	background: url(../images/slice1.png) center right no-repeat;
}
.Block h2{
	font-family: 'BebasNeueRegular';
	font-size: 34px;
	font-weight: normal;
	color: #177ADC;
	margin-bottom: 10px;
}
.Block p{
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #333;
	margin-bottom: 10px;
}
.Block img{
	margin-bottom: 10px;
}
.Block img.MainImg{
	border-right: #003366 solid 15px;
}
.Block ul{
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #333;
}
.Block ul > li{
	margin-left: 15px;
	margin-bottom: 10px;
}
.Block .BtnVerMas{
	position: absolute;
	float: left;
	bottom: 0px;
	left: 0px;
}
.Index .Block{
	height: 230px;
}
.Block.BlockDouble{
	width: 385px;
}
.Block.BlockDouble p{
	float: left;
	width: 40%;
}
.Block.BlockOfTwo{
	width: 415px;
}
.Block.BlockOfTwo li{
	font-size: 15px;
}
.Block.BlockOfThree{
	width: 270px;
}

.Block.BlockOfThree{
	width: 270px;
}
#blockproductos li{
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #333;
	padding-bottom: 10px;
	margin-left: 20px;
}
.Block.BlockComplete{
	width: 100%;
	background: none;
	padding-right: 0px;
	padding-top: 10px;
	margin-right: 0px;
	border-top: #999 solid 1px;
}
.Block.Lastblock{
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}
.Index .Block .Logos{
	margin-top: 0px;
	margin-bottom: 5px;
	height: 48px;
	overflow: hidden;
}
.Tabs1{
	/*
	padding: 10px;
	margin: -10px;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255,255,255,0.5)), to(rgba(100,100,100,0.5)));
	background: -webkit-linear-gradient(rgba(255,255,255,0.5), rgba(100,100,100,0.5));
	background: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(100,100,100,0.5));
	background: -ms-linear-gradient(rgba(255,255,255,0.5), rgba(100,100,100,0.5));
	background: -o-linear-gradient(rgba(255,255,255,0.5), rgba(100,100,100,0.5));
	background: linear-gradient(rgba(255,255,255,0.5), rgba(100,100,100,0.5));
	-pie-background: linear-gradient(rgba(255,255,255,0.5), rgba(100,100,100,0.5));
	*/
}
.Tabs{
	width: 100%;
	padding-right: 0px;
	margin-bottom: 10px;
	background: none;
	padding-top: 20px;
	border-top: #999 solid 1px;
}
.Tabs h2{
	float: left;
	font-size: 32px;
	padding-right: 15px;
	padding-left: 15px;
	color: #777;
	border-right: #999 solid 1px;
	cursor: pointer;
}
.Tabs2 h2{
	font-size: 23px;
}
.Tabs h2.First{
	padding-left: 0px;
}
.Tabs h2.Last{
	padding-right: 0px;
	border-right: none;
}
.Tabs h2:hover{
	color: #333;
}
.Tabs h2.current{
	color: #177ADC;
}
.Tabs2 ul{
	list-style: circle;
	font-size: 12px;
}
.Tabs2 ul li{
	margin-bottom: 2px;
}
.Cita{
	float: right;
	text-align: right;
	color: #069;
	font-size: 10px;
	font-style: italic;
}

/* Botones */
.BtnVerMas{
	padding: 0px 10px;
	height: 24px;
	line-height: 24px;
	background: #313232;
	border-radius: 10px;
	color: #fff;
	font-size: 13.5px;
	text-decoration: none;
	box-shadow: 0px 3px 9px #333;
}
.BtnVerMas:hover{
	background: #555;
}


/* Index */
.Nuestros h2{
	float: left;
	width: 100%;
}
.Nuestros .h2{
	border-top: #555 solid 1px;
	padding-top: 5px;
}
.Nuestros .BtnVerMas{
	position: relative;
	margin-bottom: 10px;
}
.Productos.BtnVerMas{
	position: relative;
	margin-bottom: 10px;
}

/* Gallery */
.Gallery1{
	float: left;
	width: 580px;
}
.Gallery2{
	width: 800px;
	margin-left: 45px;
}
.Gallery1 a{
	float: left;
	width: 103px;
	height: 78px;
	overflow: hidden;
	margin: 5px;
	box-shadow: 0px 0px 16px #000;
}
.Gallery1 a img.Horizontal{
	height: 100%;
}
.Gallery1 a img.Vertical{
	width: 100%;
}

/* Clientes */
.Cliente{
	margin-right: 75px;
	margin-bottom: 15px;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.5);
}
.Cliente.LastCliente{
	margin-right: 0px;
}

/* Contacto */
h2.Sucursal-titulo{
	font-size: 18px;
	margin-top: 30px;
}
.Sucursal{
	float: left;
	width: 48%;
}
.Sucursal.Sucursal2{
	float: right;
	text-align: right;
}
.Sucursal strong,
.Sucursal a{
	color: #069;
}
p.Cursiva{
	margin-top: 15px;
	margin-bottom: 15px;
	color: #666;
	font-style: italic;
	font-size: 14px;
}
.FormaContacto{
	float: left;
	width: 92%;
}
.FormaContacto .Labels{
	float: left;
	width: 19%;
}
.FormaContacto .Inputs{
	float: right;
	width: 78%;
}
.FormaContacto label{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 10px;
	padding: 5px 15px;
	background: #2C3F4C;
	border: #003344 solid 1px;
	border-radius: 5px 0px 0px 5px;
}
.FormaContacto input[type="text"],
.FormaContacto textarea{
	float: right;
	width: 96%;
	height: 25px;
	padding: 5px 2%;
	color: #888;
	line-height: 25px;
	margin-bottom: 10px;
	border: #dadada solid 1px;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	border-radius: 0px 5px 0px 0px;
	
}
.FormaContacto textarea{
	max-width: 96%;
	height: 100px;
	border-radius: 0px 5px 0px 5px;
}
.FormaContacto input[type="submit"]{
	float: right;
	height: 40px;
	color: #fff;
	font-size: 20px;
	padding: 0px 20px;
	background: #2C3F4C;
	border: none;
	cursor: pointer;
	border-radius: 0px 15px 0px 15px;
}
.FormaContacto input[type="submit"]:hover{
	background: #003366;
}
#Message{
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -160px;
	width: 300px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 275px rgba(0,0,0,0.8);
	color: #444;
}
#Message p{
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}
#Message ul{
	margin-left: 20px;
	font-size: 13px;
	list-style: circle;
}
#Message ul li{
	color: #a00;
	line-height: 20px;
	margin-bottom: 10px;
	border-bottom: #f3f3f3 solid 1px;
}

#news{overflow:hidden; padding:10px 30px 0 30px;}
#news h2{font-size:34px; color:#177ADC; margin-bottom:10px; font-family:'BebasNeueRegular'; font-weight:normal;}
#news .Block.BlockOfThree{width:350px; margin-right:35px;}


