/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

@import url("iconize.css");

body{
	background: #f8f8f8;
	font-size: 13px;
}

body.admin{
	padding-top: 40px;
}

#admin-bar{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 22px;
	background: #333;
	width: 100%;
	z-index: 999999999;
	color: #fff;
	padding: 4px 10px;
}

#admin-bar a,
#admin-bar strong{
	color: #fff;
	text-decoration: none;
}

#admin-bar a:hover{
	text-decoration: underline;
}

#admin-bar ul li{
	display: inline;
}

#admin-bar ul li:after{
	content: ' | ';
	margin: 0 10px;
}

#admin-bar ul li:last-child:after{
	content: '';
	margin: 0;
}

a.admin-edit{
	background: yellow;
	color: #00205C;
	font-weight: bold;
	padding: 3px;
	border-radius: 5px;
	text-decoration: none;
	position: absolute;
	border: 1px solid #00205C;
	z-index: 999999;
}

a.admin-edit:hover{
	text-decoration: underline;
}

.container{
	background: #fff;
}

a.btn-lang,
a.btn-more{
	text-decoration: none;
	color: #535353;
	font-size: 11px;
	display: inline-block;
	line-height: 100%;
}

a.btn-lang{
	font-weight: bold;
}

a.btn-more{
	color: #aaa;
	margin: 0 15px 0 0;
}

a.btn-lang:hover,
a.btn-login:hover,
a.btn-more:hover{
	text-decoration: underline;
}

a.btn-lang:after,
a.btn-more:after{
	content: ' »';
}

a.btn-login{
	color: #00205C;
	text-decoration: none;
	font-size: 11px;
	background: url(../img/ico-login.png) top left no-repeat;
	padding: 0 0 0 20px;
	display: inline-block;
	line-height: 100%;
	margin: 0 15px 0 0;
}

a.btn-login:after{
	content: ' »';
}

a.btn-home{
	background: url(../img/ico-home.png) top left no-repeat;
	display: inline-block;
	padding: 0 0 0 15px;
	line-height: 100%;
	font-size: 11px;
	text-decoration: none;
	margin: 0 15px 0 0;
	height: 15px;
	position: relative;
	top: 3px;
}

a.btn-download{
	display: inline-block;
	background: #000393;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	padding: 3px 10px;
	font-family: 'RelatoSansOTSemiBold';
	font-size: 14px;
	letter-spacing: -1px;
}

a.btn-all-products{
	display: inline-block;
	background: #978B92;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	padding: 3px 10px;
	font-family: 'RelatoSansOTSemiBold';
	font-size: 14px;
	letter-spacing: -1px;
	margin-bottom: 10px
}

.regresar {
	display: block;
}
a.btn-regresar {
    margin: 0px 0px 5px;
    font-family: 'RelatoSansOTSemiBold';
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

a.btn-regresar:after {
	content: '';
    position: absolute;
    right: -18px;
    width: 15px;
    height: 15px;
    background: url(/img/rss-icon.png) no-repeat;
    background-size: 100%;
}

a.btn-all-products:after{
	content: ' »';
}

.location{
	position: relative;
}

.location span{
	color: #999999;
	font-size: 9px;
}

.location div{
	background: url(../img/bg-lang.png) top left repeat-x;
	padding: 2px 0px;
	border-radius: 5px;
	height: 21px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0px 1px 3px #888888;
	margin-bottom: 3px;
}

.location span.locale-select{
	display: block;
	color: #31425D;
	font-size: 11px;
	padding: 2px 0 2px 35px;
	text-decoration: none;
	line-height: 180%;
	position: relative;
}

.location span.locale-select:after{
	content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #31425D; 
    position: absolute;
    top: 8px;
    right: 10px;
}

.location ul{
	background: #ececec;
	padding: 2px 0px;
	display: none;
	position: absolute;
	width: 100%;
	box-shadow: 0px 1px 3px #888888;
	border-radius: 5px;
	z-index: 10000;
}

.location ul li{
	margin-bottom: 2px;
}

.location a.locale{
	color: #31425D;
	font-size: 11px;
	padding: 2px 0 2px 35px;
	text-decoration: none;
	display: block;
	line-height: 180%;
}

.location a.locale:hover{
	background-color: #31425D;
	color: #fff;
}

.location .mx{
	background: url(../img/ico-mx.png) 10px 5px no-repeat;
}

.location .pe{
	background: url(../img/ico-pe.png) 10px 5px no-repeat;
}

.location .cl{
	background: url(../img/ico-cl.png) 10px 5px no-repeat;
}

.location .co{
	background: url(../img/ico-co.png) 10px 5px no-repeat;
}

.location .us{
	background: url(../img/ico-us.png) 10px 5px no-repeat;
}

.location .la{
	background: url(../img/ico-la.png) 10px 5px no-repeat;
}

.breadcrumb{
	font-size: 10px;
	color: #777;
	text-transform: uppercase;
}

.breadcrumb a{
	text-decoration: none;
	color: #777777;
	display: inline-block;
	margin: 0 2px;
}

.breadcrumb a:after{
	content: ' ›';
}

.breadcrumb span{
	display: inline-block;
	margin: 0 2px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.paging{
	display: none;
}

.flash{
	border: 1px solid #FFFF73;
	border-radius: 5px;
	padding: 0 5px;
	font-size: 13px;
	background: #FFFFBF;
	color: #E12533;
}

.error-message{
	border: 1px solid #FFFF73;
	border-radius: 5px;
	font-size: 11px;
	padding: 0px 10px;
	background-color: #FFFFBF;
	color: #E12533;
}


/* #Page Styles
================================================== */
.h10px{
	height: 10px;
}

.h20px{
	height: 20px;
}

.h30px{
	height: 30px;
}

.h40px{
	height: 40px;
}

.h75px{
	height: 75px;
}

.h165px{
	height: 165px;
}

.w100px{
	width: 100px;
}

.w220px{
	width: 220px;
}

div.img-border.h365px{
	height: 365px;
}

div.img-border.h100perc{
	height: 100%;
}

div.img-border.w100perc{
	width: 100%;
}

h1{
	color: #00205C;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 100%;
}

h2{
	color: #00205C;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 100%;
}

h3{
	color: #00205C;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 100%;
}

h4{
	color: #00205C;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 100%;
}

h5{
	color: #00205C;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 100%;
}

h6{
	color: #00205C;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 100%;
}

h1.title{
	font-family: 'RelatoSansOTSemiBold';
	font-size: 21px;
	color: #00205C;
	margin-bottom: 20px;
	letter-spacing: -1px;
	text-overflow: ellipsis;
	/*white-space: nowrap; */
	overflow: hidden;
}

h1.title.gray{
	color: #978B92;
}

h1.special{
	color: #00205C;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 100%;
}

h2.subtitle{
	font-family: 'RelatoSansOTSemiBold';
	font-size: 15px;
	color: #00205C;
	margin-bottom: 20px;
	letter-spacing: -1px;
	line-height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

h2.subtitle-list{
	font-size: 24px;
	font-weight: bold;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #00205C;
	line-height: 100%;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
}

h2.subtitle-list-special{
	font-family: 'RelatoSansOTSemiBold';
	font-size: 21px;
	color: #00205C;
	margin-bottom: 20px;
	letter-spacing: -1px;
	line-height: 100%;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

h2.subtitle-section{
	font-size: 15px;
	font-weight: bold;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #00205C;
}

h2.subtitle-product{
	font-size: 15px;
	font-family: 'RelatoSansOTMedium';
	color: #00205C;
	margin-bottom: 0px;
}

h2.subtitle-head{
	font-size: 21px;
	font-weight: bold;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #00205C;
	line-height: 100%;
}

h3.title-details{
	color: #00205C;
	font-size: 17px;
	font-family: 'RelatoSansOTMedium';
}

h4.minititle{
	font-size: 17px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: 'RelatoSansOTSemiBold';
	color: #00205C;
	line-height: 100%;
	margin-bottom: 13px;
	height: 35px;
	overflow: hidden;
}

.elige-products{
	font-size: 11px;
	color: #777;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.timeline{
	
}

.timeline.blue{
	background: #F2F6FC;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.timeline h3{
	font-size: 18px;
	font-weight: bold;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #00205C;
	line-height: 100%;
}

.timeline h4{
	font-size: 12px;
	font-weight: bold;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #00205C;
	line-height: 100%;
	margin-bottom: 13px;
}

a.read-more{
	font-size: 9px;
	color: #00205C;
	font-weight: bold;
	border: 1px solid #00205C;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 1px 4px;
	border-radius: 5px;
}

a.read-more:after{
	content: ' »';
}

.right{
	float: right;
}

.left{
	float: left;
}

a.list-100{
	position: relative;
	padding: 0 0 0 120px;
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	line-height: 140%;
	height: 75px;
	overflow: hidden;
	margin-bottom: 10px;
}

a.list-100 img.img-border,
a.list-100 div.img-border{
	position: absolute;
	top: 0px;
	left: 0px;
}

a.list-100 img.img-border{
	width: 100px;
	height: 75px;
}

a.list-100 div.img-border{
	width: 100px;
	height: 75px;
}

a.list-100 div.img-border img{
	width: 73px;
	height: 73px;
}

a.list-220,
div.list-220{
	position: relative;
	padding: 0 0 0 240px;
	display: inline-block;
	color: #000;
	text-decoration: none;
	line-height: 180%;
	min-height: 165px;
	overflow: hidden;
	margin-bottom: 10px;
}

a.list-220 img,
div.list-220 img,
a.list-220-special img.img-border,
a.list-220-special div.img-border,
a.list-460 img.img-border,
a.list-460 div.img-border{
	position: absolute;
	top: 0px;
	left: 0px;
}

a.list-220-special div.img-border{
	width: 220px;
	height: 163px;
}

a.list-220-special div.img-border img{
	height: 161px;
	width: 161px;
}

div.list-220 img.img-border,
a.list-220 img.img-border{
	width: 220px;
}

a.list-100 span.more,
a.list-220 span.more,
div.list-220 span.more,
a.list-220-special span.more,
a.list-460 span.more{
	color: #AAAAAA;
	font-size: 11px;
	display: block;
	margin-top: 10px;
}

a.list-100 span.more:after,
a.list-220 span.more:after,
div.list-220 span.more:after,
a.list-220-special span.more:after,
a.list-460 span.more:after,
a.morelink:after{
	content: ' »';
}

a.morelink{
	color: #AAAAAA;
	font-size: 11px;
	display: block;
	text-decoration: none;
}

a.list-220-special{
	position: relative;
	text-decoration: none;
	padding: 175px 0 0 0;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}

a.list-220-special.large{
	padding: 230px 0 0 0;
}

a.list-220-special span.blue{
	display: block;
}

a.list-220-special span.note{
	display: block;
}

a.list-220-special span.more{
	margin-top: 0;
}

a.list-460{
	position: relative;
	text-decoration: none;
	padding: 385px 0 0 0;
	display: inline-block;
	margin-bottom: 10px;
}

a.list-460 div.img-border{
	width: 460px;
	height: 365px;
}

a.list-460 span.blue{
	font-size: 21px;
}

span.blue{
	color: #00205C;
	font-weight: bold;
}

span.note{
	color: #999999;
	font-size: 11px;
}

span.footnote{
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;

	display: none;
}

.bg-white{
	background: #fff;
}

.input.text.via {
    display: none;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select{
	margin-bottom: 10px;
}

a#btn-industrial{
	width: 40px;
	height: 170px;
	display: block;
	position: fixed;
	top: 170px;
	right: 0px;
	z-index: 10;
}

a#btn-industrial.es{
	background: url(../img/btn-industrial_es.png) -40px 0 no-repeat;
}

a#btn-industrial.en{
	background: url(../img/btn-industrial_en.png) -40px 0 no-repeat;
}

a#btn-comercial{
	background: url(../img/btn-comercial.png) -30px 0 no-repeat;
	width: 30px;
	height: 100px;
	display: block;
	position: fixed;
	top: 280px;
	right: 0px;
	z-index: 10;
}

a#btn-industrial:hover,
a#btn-comercial:hover{
	background-position: 0 0;
}

.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #1268CB; /* Old browsers */
		background: #1268CB -moz-linear-gradient(top, rgba(18,104,203,.2) 0%, rgba(27,101,210,.2) 100%); /* FF3.6+ */
		background: #1268CB -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,101,210,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #1268CB -webkit-linear-gradient(top, rgba(18,104,203,.2) 0%,rgba(27,101,210,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #1268CB -o-linear-gradient(top, rgba(18,104,203,.2) 0%,rgba(27,101,210,.2) 100%); /* Opera11.10+ */
		background: #1268CB -ms-linear-gradient(top, rgba(18,104,203,.2) 0%,rgba(27,101,210,.2) 100%); /* IE10+ */
		background: #1268CB linear-gradient(top, rgba(18,104,203,.2) 0%,rgba(27,101,210,.2) 100%); /* W3C */
		border: 1px solid #aaa;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		color: #fff;
		text-shadow: none;
}

label{
	font-weight: normal;
}

label.inline{
	display: inline;
}

a.app{
	width: 116px;
	height: 39px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

a.app.play{
	background: url(../img/ico-google-play.png) top left no-repeat;
	text-decoration: none;
}

a.app.itunes{
	background: url(../img/ico-app-store.png) top left no-repeat;
	text-decoration: none;
}

.border-top{
	border-top: 1px solid #EEEEEE;
	padding-top: 10px;
}

ul.related li a{
	text-decoration: none;
}

ul.related li a:after{
	content: ' »';
}

ul.related li a:hover{
	text-decoration: underline;
}

a.btn-tag{
	display: inline-block;
	text-decoration: none;
	color: #00205C;
	font-size: 11px;
	font-weight: bold;
	background: #C6FFFF;
	padding: 2px 15px;
	margin: 0 10px 10px 0;
}

a.btn-tag.big{
	font-size: 13px;
}

ul.plus-list{
	
}

ul.plus-list li{
	width: 50%;
	display: block;
	float: left;
}

ul.plus-list li a{
	color: #00205C;
	text-decoration: none;
	font-weight: bold;
}

ul.plus-list li a:before{
	content: '+ ';
	color: #BD0619;
}

a.more-list{
	text-decoration: none;	
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 100%;
}

a.more-list span.blue{
	display: inline-block;
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

a.more-list span.note{
	display: inline-block;
	width: 35%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	padding-left: 5%;
}

form#downloads input[type=text]{
	background: url(../img/ico-search.png) 95% center no-repeat;
	padding-right: 10%;
}

hr{
	margin-bottom: 20px;
}

form#filter label{
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a.btn-back{
	font-size: 9px;
	color: #777;
	float: right;
	text-decoration: none;
}

a.btn-back:before{
	content: '« ';
}

ul.downloads li a{
	text-decoration: none;
	font-weight: bold;
}

ul.downloads li a:hover{
	text-decoration: underline;
}

.resp-tab-content{
	border-color: #f8f8f8;
}

a.btn-informacion{
	display: inline-block;
	background: url(../img/btn-informacion.png) top left no-repeat;
	height: 25px;
	width: 140px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
}

a.btn-enviar{
	display: inline-block;
	background: url(../img/btn-enviar.png) top left no-repeat;
	height: 25px;
	width: 80px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
}

a.btn-imprimir{
	display: inline-block;
	background: url(../img/btn-imprimir.png) top left no-repeat;
	height: 25px;
	width: 80px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
}

div.social{
	text-align: right;
}

div.social a.fa{
	text-decoration: none;
	color: #605a54;
	font-size: 22px;
	margin: 0 2px;
}

table.product-data{
	width: 100%;
	font-size: 11px;
}

table.product-data thead tr th{
	text-align: left;
	font-size: 10px;
}

table.product-data thead tr{
	border-bottom: 1px solid #ececec;
}

img.img-border{
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
    box-sizing:        border-box;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
}

div.img-border{
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
    box-sizing:        border-box;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
	text-align: center;
	padding: 0 5px;
}

.upper{
	text-transform: uppercase;
}

form .required label:after{
	content: ' *';
}

a.more{
	font-size: 13px;
	text-decoration: none;
	color: #00205C;
	font-weight: bold;
}

a.more:after{
	content: ' »';
}

.logo{
	height: 55px;
}

/*tablas*/
.table {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.table table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.table tr:hover td{
	
}
.table tr:nth-child(odd){ background-color:#f4f8fc; }
.table tr:nth-child(even)    { background-color:#ffffff; }.table td{
	vertical-align:middle;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	color:#000000;
}.table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.table tr:first-child td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #005fbf 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #005fbf) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #005fbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#005fbf");
	background: -o-linear-gradient(top,#005fbf,005fbf);
	background-color:#005fbf;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-weight:bold;
	color:#ffffff;
}
.table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #005fbf 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #005fbf) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #005fbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#005fbf");
	background: -o-linear-gradient(top,#005fbf,005fbf);
	background-color:#005fbf;
}
.table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.input-special-user{
	display: none;
}

#PlumberBirthdayMonth, #PlumberBirthdayDay, #PlumberBirthdayYear{
    margin: 0 5px 10px 0;
    
}

#PlumberBirthdayMonth{
	width: 85px;
    float: left;	
}

#PlumberBirthdayDay{
	width: 45px;
	float: left;
}

#PlumberBirthdayYear{
	width: 60px;
	float: right;	
}

.btn-special-container.terms {
    float: right;
}

/* #Media Queries
================================================== */

	/* Just big */
	@media only screen and (min-width: 960px){
		li.resp-tab-item{
			background: #D8D8D8;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			margin-right: 5px;
			padding: 5px 15px;
		}
		
		li.resp-tab-item.resp-tab-active{
			background: #BDD2EA;
			padding: 4px 14px 5px 14px !important;
			color: #00205C;
		}
		
		.resp-tab-content{
			min-height: 305px;
		}
	}

	/* All Big Sizes*/
	@media only screen and (min-width: 768px) {
		a.btn-lang{
			margin-top: 25px;
		}
		
		a.btn-login{
			margin-top: 25px;
		}
		
		a.btn-home{
			margin-top: 18px;
		}
		
		ul.second-nav,
		ul.footer-nav{
			color: #777777;
			font-size: 11px;
			text-align: right;
			margin-bottom: 10px;
		}
		
		ul.main-nav li,
		ul.second-nav li,
		ul.footer-nav li{
			display: inline !important;
		}
		
		ul.main-nav li.mobile,
		ul.second-nav li.mobile{
			display: none !important;
		}
		
		ul.second-nav li:after,
		ul.footer-nav li:after{
			content: ' | ';
			margin: 0 10px;
		}
		
		ul.second-nav li:last-child:after,
		ul.footer-nav li:last-child:after{
			content: '';
			margin: 0;
		}
		
		ul.second-nav li a,
		ul.footer-nav li a{
			color: #777777;
			text-decoration: none;
		}
		
		ul.second-nav li a:hover,
		ul.footer-nav li a:hover{
			text-decoration: underline;
		}
		
		ul.second-nav li a.menu-plumber{
			background: #00205C;
			color: #fff;
			font-weight: bold;
			display: inline-block;
			border-radius: 3px;
			-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 21, 136, 0.75);
			-moz-box-shadow:    0px 1px 3px 0px rgba(0, 21, 136, 0.75);
			box-shadow:         0px 1px 3px 0px rgba(0, 21, 136, 0.75);
			padding: 0 3px;
		}
		
		ul.main-nav{
			background: url(../img/bg-menu.png) top left repeat-x;
			border-radius: 5px 5px 0px 0px;
			height: 40px;
			overflow: hidden;
			margin: 0;
		}
		
		ul.main-nav li{
			float: left;
			margin-bottom: 0;
		}
		
		ul.main-nav li:after{
			background: url(../img/bg-menu-span.png) top center no-repeat;
			width: 7px;
			height: 30px;
			display: inline-block;
			content: "";
		}
		
		ul.main-nav li.search{
			padding: 4px 0 0 0;
			height: 36px;
			float: right;
			margin-right: 20px;
		}
		
		ul.main-nav li.search input[type=text]{
			padding-right: 30px;
			float: left;
		}
		
		ul.main-nav li.search input[type=submit]{
			border: none;
			background: url(../img/ico-search.png) center center no-repeat;
			width: 17px;
			margin-left: -30px;
		}
		
		ul.main-nav li a{
			font-size: 15px;
			color: #fff;
			text-decoration: none;
			font-family: 'RelatoSansOTSemiBold';
			display: inline-block;
			padding: 10px 15px 0 15px;
			height: 30px;
			float: left;
			position: relative;
		}
		
		ul.main-nav li a:hover{
			background: #00205C;
		}
		
		ul.main-nav li a:hover:before {
		    content: '';
		    position: absolute;
		    top:0;
		    left:-10px;
		    width: 0px;
		    height: 0px;
		    border-style: solid;
		    border-width: 0 0 40px 10px;
		    border-color: transparent transparent #00205C transparent;
		}
		
		ul.main-nav li a:hover:after {
		    content: '';
		    position: absolute;
		    top:0;
		    right:-10px;
		    width: 0px;
		    height: 0px;
		    border-style: solid;
		    border-width: 40px 10px 0 0;
		    border-color: #00205C transparent transparent transparent;
		}
		
		ul.main-nav li span.elige-products{
			font-size: 14px;
			color: #fff;
			text-decoration: none;
			font-family: 'RelatoSansOTRegular';
			display: inline-block;
			padding: 10px 15px 0 15px;
			height: 30px;
			float: left;
			position: relative;
		}
		
		.mobile{
			display: none !important;
		}
		
		#map_canvas{
			width: 460px;
			height: 300px;
		}
		
		form#contact input[type=text],
		form#contact input[type=email],
		form#contact textarea,
		form#contact select{
			width: 450px;
		}
		
		form#downloads input,
		form#downloads select{
			display: inline;
			margin-right: 10px;
		}
		
		form#filter{
			float: right;
		}
		
		form#filter label{
			display: inline-block;
		}
		
		form#filter select{
			width: 130px;
			display: inline;
		}
		
		a.list-460 span.more{
			display: inline;
			margin-left: 30px;
		}
		
		.btn-special-container{
			text-align: right;
		}
	
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		body.admin{
			padding-top: 0px;
		}
		
		#admin-bar{
			display: none;
		}
		
		a.admin-edit{
			display: none;
		}
	
		ul.main-nav li a{
			padding: 10px 10px 0 10px;
		}
	
		ul.main-nav li.search input[type=text]{
			width: 150px;
		}
		
		h2.resp-accordion{
			line-height: 100%;
			background: #d8d8d8;
			font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-weight: bold;
			color: #333333;
		}
		
		h2.resp-accordion.resp-tab-active{
			background: #BDD2EA !important;
			
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		.logo{
			height: 45px;
		}
		
		ul.second-nav li:after,
		ul.footer-nav li:after{
			content: ' | ';
			margin: 0 4px;
		}
		
		#map_canvas{
			width: 364px;
			height: 280px;
		}
		
		form#contact input[type=text],
		form#contact input[type=email],
		form#contact textarea,
		form#contact select{
			width: 354px;
		}
		
		form#login input[type=text],
		form#login textarea,
		form#login select,
		form#register input[type=text],
		form#register textarea,
		form#register select{
			width: 162px;
		}
		
		a.list-220,
		div.list-220{
			padding: 0 0 0 140px;
			min-height: 90px;
		}
		
		a.list-220 img,
		div.list-220 img,
		div.list-220 img.img-border,
		a.list-220 img.img-border{
			width: 120px;
		}
		
		a.list-220-special{
			padding: 140px 0 0 0;
		}
		
		a.list-220-special img.img-border,
		a.list-220-special div.img-border{
			width: 172px;
			height: 129px;
		}
		
		a.list-220-special div.img-border img{
			height: 127px;
			width: 127px;
		}
		
		a.list-220-special.large{
			padding: 182px 0 0 0;
		}
		
		a.list-220-special.large img{
			height: 172px;
		}
		
		a.list-460{
			padding: 300px 0 0 0;
		}
		
		a.list-460 img.img-border,
		a.list-460 div.img-border{
			width: 364px;
			height: 283px;
		}
		
		a.list-460 div.img-border img{
			height: 280px;
			width: 280px;
		}
		
		.no-tablet{
			display: none !important;
		}
		
		a.btn-informacion,
		a.btn-enviar,
		a.btn-imprimir{
			display: block;
		}
		
		div.img-border.h365px{
			height: 354px;
		}
		
		div.img-border.h100perc{
			height: 100%;
		}
		
		div.img-border.w100perc{
			width: 100%;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.container{
			padding: 0 10px;
		}
	
		.logo{
			height: 25px;
		}
	
		.location span{
			font-size: 13px;
		}
		
		a.btn-lang{
			font-size: 14px;
			position: absolute;
		}
		
		a.btn-login{
			font-size: 14px;
			position: absolute;
		}
	
		ul.main-nav,
		ul.second-nav{
			margin-bottom: 10px;
		}
		
		ul.main-nav li,
		ul.second-nav li{
			display: none;
			margin-bottom: 5px;
		}
		
		ul.main-nav li.mobile,
		ul.second-nav li.mobile{
			display: block;
			font-weight: bold;
		}
		
		ul.main-nav li.mobile a{
			background: url(../img/bg-menu.png) top left repeat-x;
			position: relative;
		}
		
		ul.main-nav li.mobile a:after{
			content: "";
		    display: block;
		    width: 0; 
		    height: 0; 
		    border-left: 5px solid transparent;
		    border-right: 5px solid transparent;
		    border-top: 5px solid #fff; 
		    position: absolute;
		    top: 13px;
		    right: 30px;
		}
		
		ul.second-nav li.mobile a{
			position: relative;
		}
		
		ul.second-nav li.mobile a:after{
			content: "";
		    display: block;
		    width: 0; 
		    height: 0; 
		    border-left: 5px solid transparent;
		    border-right: 5px solid transparent;
		    border-top: 5px solid #777; 
		    position: absolute;
		    top: 13px;
		    right: 30px;
		}
		
		ul.main-nav li.mobile a{
			color: #fff;
		}
		
		ul.main-nav li a,
		ul.second-nav li a{
			display: block;
			text-align: center;
			border: 1px solid #777777;
			text-decoration: none;
			color: #777777;
			padding: 5px 0;
			border-radius: 5px;
			box-shadow: 0px 1px 3px #888888;
		}
		
		ul.main-nav li a{
			background: #ebebeb;
		}
		
		ul.main-nav li a:hover,
		ul.second-nav li a:hover{
			background: #00205C;
			color: #fff;
		}
		
		ul.main-nav li.search input[type=text]{
			display: inline;
			padding-right: 30px;
		}
		
		ul.main-nav li.search input[type=submit]{
			border: none;
			background: url(../img/ico-search.png) center center no-repeat;
			width: 17px;
			margin-left: -30px;
		}
		
		ul.footer-nav{
			
		}
		
		ul.footer-nav li{
			margin-bottom: 2px;
			color: #777;
			font-size: 12px;
		}
		
		ul.footer-nav li a{
			color: #777;
		}
		
		.no-mobile{
			display: none !important;
		}
		
		a#btn-industrial{
			width: 30px;
			height: 130px;
		}
		
		a#btn-industrial.es{
			background: url(../img/btn-industrial_es_mob.png) -30px 0 no-repeat;
		}
		
		a#btn-industrial.en{
			background: url(../img/btn-industrial_en_mob.png) -30px 0 no-repeat;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		ul.main-nav li.search input[type=text]{
			width: 380px;
		}
		
		a.btn-lang{
			top: 25px;
			left: 250px;
		}
		
		a.btn-login{
			top: 25px;
			left: 340px;
		}
		
		#map_canvas{
			width: 420px;
			height: 280px;
		}
		
		form#contact input[type=text],
		form#contact input[type=email],
		form#contact textarea,
		form#contact select,
		form#login input[type=text],
		form#login textarea,
		form#login select,
		form#register input[type=text],
		form#register textarea,
		form#register select{
			width: 410px;
		}
		
		a.list-220,
		div.list-220{
			padding: 0 0 0 180px;
			min-height: 120px;
			width: 240px;
		}
		
		a.list-220 img,
		div.list-220 img,
		div.list-220 img.img-border,
		a.list-220 img.img-border{
			width: 160px;
		}
		
		a.list-220-special,
		a.list-460{
			padding: 0 0 0 180px;
			min-height: 120px;
			width: 240px;
		}
		
		a.list-220-special img.img-border,
		a.list-220-special div.img-border,
		a.list-460 div.img-border,
		a.list-460 img{
			width: 160px;
			height: 120px;
		}
		
		a.list-220-special div.img-border img,
		a.list-460 div.img-border img{
			width: 118px;
			height: 118px;
		}
		
		a.list-220-special.large{
			padding: 0 0 0 180px;
			min-height: 160px;
		}
		
		a.list-220-special.large img{
			height: 160px;
		}
		
		div.img-border.h365px{
			height: 365px;
		}
		
		div.img-border.h100perc{
			height: 100%;
		}
		
		div.img-border.w100perc{
			width: 100%;
		}
		
	}
	/* Mobile Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (min-width: 300px) and (max-width: 767px) {
		td{
			display: block;
			width: 100% !important;
			height: auto;	
		}
		p img{
			display: block;
			width: 100% !important;
			height: auto;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		ul.main-nav li.search input[type=text]{
			width: 260px;
		}
		
		a.btn-lang{
			top: 25px;
			left: 140px;
		}
		
		a.btn-login{
			top: 25px;
			left: 230px;
		}
		
		#map_canvas{
			width: 300px;
			height: 260px;
		}
		
		form#contact input[type=text],
		form#contact input[type=email],
		form#contact textarea,
		form#contact select,
		form#login input[type=text],
		form#login textarea,
		form#login select,
		form#register input[type=text],
		form#register textarea,
		form#register select{
			width: 290px;
		}
		
		a.list-220,
		div.list-220{
			padding: 0 0 0 120px;
			min-height: 75px;
			width: 180px;
		}
		
		a.list-220 img,
		div.list-220 img,
		div.list-220 img.img-border,
		a.list-220 img.img-border{
			width: 100px;
		}
		
		a.list-220-special,
		a.list-460{
			padding: 0 0 0 120px;
			min-height: 75px;
			width: 180px;
		}
		
		a.list-220-special img.img-border,
		a.list-220-special div.img-border,
		a.list-460 div.img-border,
		a.list-460 img{
			width: 100px;
			height: 75px;
		}
		
		a.list-220-special div.img-border img,
		a.list-460 div.img-border img{
			width: 73px;
			height: 73px;
		}
		
		a.list-220-special.large{
			padding: 0 0 0 120px;
			min-height: 100px;
		}
		
		a.list-220-special.large img{
			height: 100px;
		}
		
		a.btn-informacion,
		a.btn-enviar,
		a.btn-imprimir{
			display: block;
		}
		
		div.img-border.h365px{
			height: 290px;
		}
		
		div.img-border.h100perc{
			height: 100%;
		}
		
		div.img-border.w100perc{
			width: 100%;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
    font-family: 'RelatoSansOTSemiBold';
    src: url('../fonts/relatosansot-semibold.eot');
    src: url('../fonts/relatosansot-semibold.eot') format('embedded-opentype'),
         url('../fonts/relatosansot-semibold.woff') format('woff'),
         url('../fonts/relatosansot-semibold.ttf') format('truetype'),
         url('../fonts/relatosansot-semibold.svg#RelatoSansOTSemiBold') format('svg');
}
@font-face {
    font-family: 'RelatoSansOTRegular';
    src: url('../fonts/relatosansot-regular.eot');
    src: url('../fonts/relatosansot-regular.eot') format('embedded-opentype'),
         url('../fonts/relatosansot-regular.woff') format('woff'),
         url('../fonts/relatosansot-regular.ttf') format('truetype'),
         url('../fonts/relatosansot-regular.svg#RelatoSansOTRegular') format('svg');
}
@font-face {
    font-family: 'RelatoSansOTMedium';
    src: url('../fonts/relatosansot-medium.eot');
    src: url('../fonts/relatosansot-medium.eot') format('embedded-opentype'),
         url('../fonts/relatosansot-medium.woff') format('woff'),
         url('../fonts/relatosansot-medium.ttf') format('truetype'),
         url('../fonts/relatosansot-medium.svg#RelatoSansOTMedium') format('svg');
}
@font-face {
    font-family: 'RelatoSansOTLight';
    src: url('../fonts/relatosansot-light.eot');
    src: url('../fonts/relatosansot-light.eot') format('embedded-opentype'),
         url('../fonts/relatosansot-light.woff') format('woff'),
         url('../fonts/relatosansot-light.ttf') format('truetype'),
         url('../fonts/relatosansot-light.svg#RelatoSansOTLight') format('svg');
}
