/************ fonts ************/
@font-face {
	font-family: 'helvetica';
	src: url('fonts/helvetica.eot');
	src: url('fonts/helvetica.eot') format('embedded-opentype'), url('fonts/helvetica.woff2') format('woff2'), url('fonts/helvetica.woff') format('woff'), url('fonts/helvetica.ttf') format('truetype'), url('fonts/helvetica.svg#helvetica') format('svg');
}
html, * {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
body {
	font-family: 'helvetica', Helvetica, Arial, sans-serif;
	line-height: 130%;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
h1 {
	text-align: center;
	padding: 50px 0px;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #363636;
}

.content {
	min-width: 960px;
	max-width: 1366px;
	width: 100%;
	position: relative;
	margin: auto;
}
.clear {
	clear: both;
}
.boton {
	display: inline-block;
	background-color: #333;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 12px;
	border: none;
	text-align: center!important;
	text-transform: uppercase;
}
.boton:hover {
	background-color: #111;
	cursor: pointer;
}
/************************HEADER************************/
header {
	background-color: #ddd;
	height: 100px;
	min-width: 960px;
}
header a img:first-child {
	float: left;
	padding-top: 10px;
	margin-left: 30px;
}
header a:last-child img {
	float: right;
	padding: 5px 60px 5px 30px;
	background-image: url(../img/fondo-antumec.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #333;
	display:none;
}
/************************BANNER************************/
#banner {
	text-align: center;
}
#banner img {
	width: 100%;
	min-width: 960px;
}
/************************PRODUCTOS************************/
section#productos article {
	width: 33.2%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
	padding: 50px 0px;
}
section#productos article:nth-child(4), section#productos article:nth-child(7) {
	border-right: none;
}
section#productos article:nth-child(7), section#productos article:nth-child(6), section#productos article:nth-child(5) {
	border-bottom: none;
}
section#productos article h2, section#productos article p {
	width: 273px;
	margin: auto;
	height: 80px;
}
section#productos article img {
	padding: 30px 0px;
}
section#productos article p {
	font-size: 14px;
	color: #000;
}
section#productos article .boton {
}
/************************VIDEOS************************/
section#videos {
	background-color: #eee;
	padding-bottom: 50px;
	margin-top: 50px;
}
section#videos img:nth-child(3) {
	width: 100%;
	padding: 30px 0px;
	height: 22px;
}
section#videos p {
	font-size: 22px;
	color: #363636;
	text-align: center;
}
section#videos #video {
	float: left;
	width: 66.4%;
	display: block;
}
section#videos #video iframe {
	width: 90%;
	height: 500px;
	margin: auto;
	display: block;
}
section#videos #video h2 {
	width: 90%;
	margin: auto;
	display: block;
	padding: 20px 0px;
	font-size: 26px;
	color: #666;
	line-height: 30px;
}
section#videos #listado {
	float: right;
	width: 33.2%!important;
	display: block;
}
section#videos #listado ul {
	overflow: hidden;
	height: 500px;
	border: 1px solid #ccc;
	width: 90%;
}
section#videos #listado a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-top: 0px;
	clear: both;
}
section#videos #listado a:hover {
	background-color: #dedede;
	cursor: pointer;
}
section#videos #listado a.activo, section#videos #listado a.activo p {
	background-color: #ddd;
	font-weight: bold;
}
section#videos #listado a.activo:hover, section#videos #listado a.activo:hover p {
	background-color: #ccc;
	cursor: pointer;
}
section#videos #listado li:last-child a {
	border: none;
}
section#videos #listado a .boton_play {
	float: left;
	width: 30%;
	margin: 3%;
	height: auto;
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
section#videos #listado a:hover .boton_play {
	background-size: 110%;
}
section#videos #listado a p {
	float: left;
	width: 60%;
	color: black;
	font-size: 14px;
	text-align: left;
	display: block;
	padding-top: 5%
}
/************************FOOTER************************/
footer {
	padding: 40px 40px;
	min-width: 960px;
	border-top: 1px solid #eee;
}
footer .contacto {
	width: 33.3333%;
	float: left;
}
footer .logo {
	width: 33.3333%;
	float: left;
	text-align: center;
}
footer .logo img {
	margin-bottom: 30px;
	margin-top: 10px;
}
footer .iso {
	float: right;
	text-align: right;
	background: red;
}
footer .contacto h3, footer .contacto p, footer .contacto .boton {
	text-transform: uppercase;
}
footer .contacto h3 {
	font-size: 22px;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
}
footer .contacto p {
	font-size: 14px;
}
footer .contacto p a {
	color: #000;
	text-decoration: none;
}
footer .contacto p a:hover {
	text-decoration: underline;
}
footer .contacto .boton {
	font-size: 14px;
	margin-top: 15px;
}
/************************COTIZADOR************************/
section#cotizador {
	padding-bottom: 90px;
}
section#cotizador form {
	width: 70%;
	margin: auto;
	font-size: 16px;
	color: #363636;
}
section#cotizador form p {
	width: 40%;
	float: left;
	padding: 2% 5%;
}
section#cotizador form img {
	width: 90%;
	clear: both;
	margin: auto;
	padding: 30px 0px;
	display: block;
}
section#cotizador form label, section#cotizador form input, section#cotizador form textarea {
	margin: auto;
	display: block;
	width: 100%;
	text-align: left;
}
section#cotizador form input, section#cotizador form textarea {
	border: 1px solid #888;
	padding: 5%;
	margin-top: 5px;
	width: 90%;
	font-size: 14px;
}
section#cotizador form textarea {
	padding: 5%;
	width: 90%;
	height: 150px;
}
section#cotizador form .boton {
	padding: 5%;
	width: 100%;
	margin-top: 120px;
}
section#cotizador form #menu {
	width: 50%;
	margin: auto;
	display: block;
	border: 1px solid #888;
	clear: both;
	text-align: center;
}
section#cotizador form #menu span {
	display: block;
	padding: 5%;
	padding-right: 10%;
	background-image: url(../img/flecha.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	width: 85%;
}
section#cotizador form #menu:hover ul {
	height: 270px;
}
section#cotizador form #menu ul {
	display: block;
	height: 0px;
	overflow: hidden;
}
section#cotizador form #menu ul li label:hover {
	background: #eee;
	cursor: pointer;
	display: block;
}
section#cotizador form #menu ul li label {
	padding: 10px 5%;
	display: block;
	font-size: 14px;
	text-align: center;
	width: 90%;
}
section#cotizador form #menu ul input[type=radio] {
	display: none;
}
section#cotizador #error {
	background-image: url(../img/fondo-naranjo.png);
	background-size: 1px 100%;
	color: white;
	width: 500px;
	margin: auto;
	padding: 10px;
}
section#cotizador #error img, section#cotizador #error p {
	float: left!important;
	margin: 0;
	padding: 0;
	clear: none;
	display: block;
}
section#cotizador #error img {
	width: auto!important;
	margin-right: 25px
}
section#cotizador #error p {
	width: auto;
	font-size: 14px;
	margin-top: 15px
}
/************************COTIZADOR ENVIADO************************/
section#enviado {
	margin-bottom: 200px;
}
section#enviado p {
	text-align: center;
	padding: 10px 0px;
}
section#enviado p a {
	margin-top: 30px
}

/* ALERTAS */
.alert-warning {
     background-color: #fcf8e3;
     border-color: #faebcc;
     color: #8a6d3b;
}
.alert-dismissable {
     padding-right: 35px;
}
.alert {
     padding: 5px 15px;
     margin-bottom: 20px;
     border: 1px solid transparent;
     border-radius: 4px;
     font-family: inherit;
     font-size: 14px;
     line-height: 20px;
     float: left;
}

.alert-dismissable .close {
     position: relative;
     top: -2px;
     right: 5px;
     color: inherit;
}
.form_row
{
	width: 100%;
	float: left;
}