/**
 * COPYRIGHT NOTICE
 * ZOOM Design SRL
 * This source code may not be redistibuted
 * without written consent from the above mentioned entity.
 * 
 * @author ZOOM <info@zoomdesign.com.ar>
 * @date 00/00/2015
 * @copyright 2015 | ZOOM Design SRL
 * @package sbox
 */
 
 
/* LAYOUT */

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #A3C6E9;
}

#clear {
	clear: both;
}

#space {
	height: 10px;
}

/* SELECCION */

::selection {
 background:#F37B6D;
 color:#fff;
}

::-moz-selection {
 background:#F37B6D;
 color:#fff;
}

::-webkit-selection {
 background:#F37B6D;
 color:#fff;
}

/* HEAD */

#head {
	position: relative;
	width: 100%;
	min-width: 980px;
	max-width: 100%;
	height: 120px;
	background-color: #008FC5;
	margin: 6px auto 3px auto;
}

#caja-head {
	position: relative;
	background-image: url(../imagenes/layout/logo.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 980px;
	height: 120px;
	margin: auto;
}

#caja-iconos {
	position: relative;
	float: right;
	width: 170px;
	height: 80px;
	margin: 20px;
}

#divisor {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/divisor.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 1px;
	height: 80px;
	margin: auto;
}

#icono-01 a { position: relative; background-image: url(../imagenes/layout/icono-01.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 80px; height: 80px; float: left;}
#icono-01 a:hover { background-position: 0 -80px;}

#icono-02 a { position: relative; background-image: url(../imagenes/layout/icono-02.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 80px; height: 80px; float: left;}
#icono-02 a:hover { background-position: 0 -80px;}

#icono-03 a { position: relative; background-image: url(../imagenes/layout/icono-03.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 80px; height: 80px; float: left;}
#icono-03 a:hover { background-position: 0 -80px;}

#botonera {
	position: relative;
	display: block;
	background-image: url(../imagenes/layout/shadow.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 950px;
	height: 64px;
	padding: 15px;
	margin: auto;
	text-align: center;
	font-family: 'Maven Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}

#boton {
	position: relative;
	display: block;
	overflow:hidden;
	height: 30px;
	top: 22px;
	margin: auto;
}
#boton li {
	float: right;
	height: 30px;
	width: auto;
	margin-left: 12px;
	margin-right: 5px;
}
#boton ul {
	overflow:hidden;
}
#boton ul.hidden {
	display:none;
}
.boton-a {
	display: block;
	color: #455560;
	padding: 4px;
	border: 2px solid #FFF;
}
.boton-a:hover {
	display: block;
	color: #455560;
	padding: 4px;
	border-bottom: 2px solid #A6CE39;
}

.boton-s {
	display: block;
	color: #FFF;
	background-color: #999;
	padding: 4px;
}

#nivo {
	position: relative;
	width: 100%;
	min-width: 980px;
	max-width: 100%;
	height: 400px;
	background-color: #E4E9EC;
	margin: 3px auto;
}

#caja-nivo {
	position: absolute;
	width: 980px;
	height: 380px;
	left: -490px;
	margin-left: 50%;
	top: 10px;
	background-color: #FFF;
}

#nivo-estatico {
	position: relative;
	width: 100%;
	min-width: 980px;
	max-width: 100%;
	height: 40px;
	background-color: #E4E9EC;
	margin: 3px auto;
}

#iconos {
	position: relative;
	background-image: url(../imagenes/layout/iconos.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 980px;
	height: 150px;
	margin: 10px auto auto auto;
}

/* MODULOS */

.modulo {
	position: relative;
	width: 980px;
	margin: 10px auto;
}

.modulos {
	position: relative;
	background-image: url(../imagenes/layout/sombra.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 980px;
	margin: 10px auto;
	border-top: 1px solid #95A2AC;
}

.a00 {height: 30px;}
.a01 {height: 200px;}
.a02 {height: 300px;}
.a03 {height: 319px;}
.a04 {height: 500px;}
.a05 {height: 530px;}


.titulo-01 { position: relative; background-image: url(../imagenes/layout/titulo-01.png); background-position: center left; background-repeat: no-repeat; background-attachment: inherit; width: 980px; height: 60px; margin: 20px auto auto auto; }
.titulo-02 { position: relative; background-image: url(../imagenes/layout/titulo-02.png); background-position: center left; background-repeat: no-repeat; background-attachment: inherit; width: 980px; height: 60px; margin: 20px auto auto auto; }
.titulo-03 { position: relative; background-image: url(../imagenes/layout/titulo-03.png); background-position: center left; background-repeat: no-repeat; background-attachment: inherit; width: 980px; height: 60px; margin: 20px auto auto auto; }
.titulo-04 { position: relative; background-image: url(../imagenes/layout/titulo-04.png); background-position: center left; background-repeat: no-repeat; background-attachment: inherit; width: 980px; height: 60px; margin: 20px auto auto auto; }

#boton-01 a { position: relative; background-image: url(../imagenes/layout/boton-01.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 100px; height: 100px; float: right; margin-top: 10px; z-index: 6000;}
#boton-01 a:hover { background-position: 0 -100px;}

#boton-02 a { position: relative; background-image: url(../imagenes/layout/boton-02.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 100px; height: 100px; float: right; margin-top: 10px; z-index: 6000;}
#boton-02 a:hover { background-position: 0 -100px;}

#boton-03 a { position: absolute; background-image: url(../imagenes/layout/boton-03.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 100px; height: 100px; z-index: 6000; bottom: 16px; right: 0px;}
#boton-03 a:hover { background-position: 0 -100px;}

#boton-04 a { position: absolute; background-image: url(../imagenes/layout/boton-04.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 100px; height: 100px; z-index: 6000; bottom: 16px; right: 0px;}
#boton-04 a:hover { background-position: 0 -100px;}

.textos {
	position: relative;
	float: left;
	width: 200px;
	padding: 20px;
	margin: 5px;
}

.textos-3D {
	position: relative;
	float: left;
	width: 430px;
	padding: 15px 20px;
	margin: 0px 20px;
}

.producto-01 { position: relative; background-image: url(../imagenes/productos/01.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 980px; height: 184px; margin: auto; }
.producto-02 { position: relative; background-image: url(../imagenes/productos/02.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 980px; height: 184px; margin: auto; }
.producto-03 { position: relative; background-image: url(../imagenes/productos/03.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 980px; height: 420px; margin: auto; z-index: -1000; }
.producto-04 { position: relative; background-image: url(../imagenes/productos/04.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 306px; height: 211px; margin: auto auto auto 35px; float: left; }

.producto-3D {
	position: relative;
	background-image: url(../imagenes/productos/3D.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 400px;
	height: 120px; 
	margin: 10px auto; 
	float: left;
}

#interfases {
	position: relative;
	background-image: url(../imagenes/layout/interfases.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 800px;
	height: 450px;
	margin: auto;
}

.impresion-01 { position: relative; background-image: url(../imagenes/impresion/01.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 870px; height: 270px; margin: 40px auto 40px 0px; }
.impresion-02 { position: relative; background-image: url(../imagenes/impresion/02.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 870px; height: 270px; margin: 40px auto 40px 0px; }
.impresion-03 { position: relative; background-image: url(../imagenes/impresion/03.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 870px; height: 270px; margin: 40px auto 40px 0px; }
.impresion-04 { position: relative; background-image: url(../imagenes/impresion/04.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 870px; height: 270px; margin: 40px auto 40px 0px; }
.impresion-05 { position: relative; background-image: url(../imagenes/impresion/05.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 870px; height: 270px; margin: 40px auto 40px 0px; }
.impresion-06 { position: relative; background-image: url(../imagenes/impresion/06.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 870px; height: 270px; margin: 40px auto 40px 0px; }

#corporeo {
	position: relative;
	width: 290px;
	height: 206px; 
	margin: 8px;
	float: left;
	background-color: #E3E7EB;
	border: 10px solid #E3E7EB;
}

.tresd-titulo { font-family: 'Maven Pro', sans-serif; color: #7F3F98; font-weight: 400; font-size: 36px; text-align: center; top: -8px; position: relative;}
.sign-titulo { font-family: 'Maven Pro', sans-serif; color: #F37B6D; font-weight: 400; font-size: 36px; text-align: center; top: -8px; position: relative;}
.web-titulo { font-family: 'Maven Pro', sans-serif; color: #F7921E; font-weight: 400; font-size: 36px; text-align: center; top: -8px; position: relative;}

.texto-1 { font-family: 'Maven Pro', sans-serif; color: #BAC4CC; font-weight: 400; font-size: 26px; text-align: center; top: -8px; position: relative;}
.texto-2 { font-family: Arial, Helvetica, sans-serif; color: #455560; font-size: 14px; line-height: 1.8em; text-align: center; }
.texto-2 span { color: #7F3F98; font-size: 16px }

#caja-web { border: 14px solid #E3E7EB; width: 800px; height: 350px; margin: 20px auto 50px auto; }

#web-01 a { position: relative; background-image: url(../imagenes/web/01.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 800px; height: 350px; margin: 0px auto; display: block; }
#web-01 a:hover { opacity: .87; -moz-opacity: .87; filter:alpha(opacity=87); }

#web-02 a { position: relative; background-image: url(../imagenes/web/02.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 800px; height: 350px; margin: 0px auto; display: block; }
#web-02 a:hover { opacity: .87; -moz-opacity: .87; filter:alpha(opacity=87); }

#web-03 a { position: relative; background-image: url(../imagenes/web/03.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 800px; height: 350px; margin: 0px auto; display: block; }
#web-03 a:hover { opacity: .87; -moz-opacity: .87; filter:alpha(opacity=87); }

#web-04 a { position: relative; background-image: url(../imagenes/web/04.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 800px; height: 350px; margin: 0px auto; display: block; }
#web-04 a:hover { opacity: .87; -moz-opacity: .87; filter:alpha(opacity=87); }

#web-05 a { position: relative; background-image: url(../imagenes/web/05.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 800px; height: 350px; margin: 0px auto; display: block; }
#web-05 a:hover { opacity: .87; -moz-opacity: .87; filter:alpha(opacity=87); }

#web-06 a { position: relative; background-image: url(../imagenes/web/06.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 800px; height: 350px; margin: 0px auto; display: block; }
#web-06 a:hover { opacity: .87; -moz-opacity: .87; filter:alpha(opacity=87); }

#web-07 a { position: relative; background-image: url(../imagenes/web/07.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 800px; height: 350px; margin: 0px auto; display: block; }
#web-07 a:hover { opacity: .87; -moz-opacity: .87; filter:alpha(opacity=87); }

#web-08 a { position: relative; background-image: url(../imagenes/web/08.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 800px; height: 350px; margin: 0px auto; display: block; }
#web-08 a:hover { opacity: .87; -moz-opacity: .87; filter:alpha(opacity=87); }

#exito-01 a { position: relative; float: left; background-image: url(../imagenes/web/exito-01.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 290px; height: 210px; border: 4px solid #E3E7EB; margin: 40px 0px 40px 25px; display: block; }
#exito-01 a:hover { opacity: .87; -moz-opacity: .87; filter:alpha(opacity=87); }

#exito-02 a { position: relative; float: left; background-image: url(../imagenes/web/exito-02.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 290px; height: 210px; border: 4px solid #E3E7EB; margin: 40px 18px; display: block; }
#exito-02 a:hover { opacity: .87; -moz-opacity: .87; filter:alpha(opacity=87); }

#exito-03 a { position: relative; float: left; background-image: url(../imagenes/web/exito-03.jpg); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 290px; height: 210px; border: 4px solid #E3E7EB; margin: 40px 25px 40px 0px; display: block; }
#exito-03 a:hover { opacity: .87; -moz-opacity: .87; filter:alpha(opacity=87); }

#pidaya a { position: absolute; bottom: -50px; right: 50px; background-image: url(../imagenes/layout/ordeneya.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 220px; height: 100px;}
#pidaya a:hover { background-position: 0 -100px;}

#ordeneya a { position: absolute; bottom: 0px; right: 118px; background-image: url(../imagenes/layout/ordeneya.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 220px; height: 100px;}
#ordeneya a:hover { background-position: 0 -100px;}

#ordene a { position: relative; margin: auto; background-image: url(../imagenes/layout/ordeneya.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 220px; height: 100px;}
#ordene a:hover { background-position: 0 -100px;}

#ordeneya-print a { position: absolute; top: 50%; margin-top: -32px; right: 20px; background-image: url(../imagenes/layout/ordeneya-print.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 100px; height: 120px;}
#ordeneya-print a:hover { background-position: 0 -120px;}

/* FOOTER */

#shadow {
	position: relative;
	background-image: url(../imagenes/layout/shadow.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 980px;
	height: 30px;
	margin: auto;
}

#head-02 {
	position: relative;
	width: 100%;
	min-width: 980px;
	max-width: 100%;
	height: 200px;
	background-color: #008FC5;
	margin: 6px auto 3px auto;
}

#footer {
	position: relative;
	width: 980px;
	height: 200px;
	margin: auto;
}

#sociales {
	position: relative;
	width: 240px;
	height: 60px;
	margin: 0px auto 0px auto;
	padding: 50px 0px 25px 0px;
}

#social-flickr a { position: relative; float: right; margin: 0px 10px 0px 10px; background-image: url(../imagenes/layout/social-flickr.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 60px; height: 60px;}
#social-flickr a:hover { filter: alpha(opacity=80); opacity: 0.80;}

#social-instagram a { position: relative; float: right; margin: 0px 10px 0px 10px; background-image: url(../imagenes/layout/social-instagram.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 60px; height: 60px;}
#social-instagram a:hover { filter: alpha(opacity=80); opacity: 0.80;}

#social-mail a { position: relative; float: right; margin: 0px 10px 0px 10px; background-image: url(../imagenes/layout/social-mail.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 60px; height: 60px;}
#social-mail a:hover { filter: alpha(opacity=80); opacity: 0.80;}

#sucess {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
}

#adress {
	position: relative;
	float: right;
	width: 330px;
	margin: auto;
	top: 0px;
}

#mapa-contenedor {
	position: absolute;
	top: 139px;
	left: 2px;
	width: 242px;
	height: 180px;
}

#img-mapa a{ display: block; background-image: url(../imagenes/layout/mapa.png); background-attachment: inherit; background-position: 0 0; background-repeat: no-repeat; width: 242px; height: 180px; padding: 0px; border: solid 1px #BAC4CC; }
#img-mapa a:hover { background-position: 0 -180px;}

/* Anclas */

.ancla {
	float: left; 
	text-decoration: none; 
	text-align: center;
	margin: auto;
	position: absolute;
}

.divs {
	width: 0px; 
	height: 0px; 
	margin: auto; 
}

#arriba, #contacto {
	width: 0px; 
	padding: 0px;
	text-align: center;
	text-decoration: none;
}

/* --------------------------------------------------------------- */

#filter {
	display: block;
	height: 40px;
	position: relative;
	text-align: center;
	width: 980px;
	margin: 40px 0px 31px 0px;
	/*background-color: #FEA;*/
}
#filter:before, #filter:after {
	height: 40px;
	position: absolute;
	top: 0;
	width: 80px;
	content: '';
}
#filter:before {
	background-position: 0 -40px;
	left: -80px;
}
#filter:after {
	background-position: 0 0;
	right: -80px;
}
#filter a {
	font-family: 'Maven Pro', sans-serif;
	display: inline-block;
	font-size: 18px;
	color: #A9B4BD;
	line-height: 37px;
	padding: 0 20px;
	font-weight: 400;
	text-decoration: none;
}
#filter a:hover {
	text-decoration: none;
}
#filter a.active {
	color: #A6CE39;
}
#stage {
	width: 980px;
}
#container {
	display:block;
	overflow:hidden;
	width: 980px;
	margin:0 auto;
	/*background-color: #FEA;*/
}
#container li {
	float: left;
	width: 290px;
	height: 206px;
	list-style: none;
	margin: 8px;
	position: relative;
	border: 10px solid #E3E7EB;
}
#container ul {
	overflow:hidden;
}
#container ul.hidden {
	display:none;
}

/* Formulario  */

#modulo {
	position: relative;
	width: 680px;
	margin: 10px auto;
}

#nombre-campos {
	position: relative;
	float: left;
	width: 120px;
	margin: 15px 0px 0px 5px;
	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #455560;
	font-size: 13px;
	text-align: left;
}
#nombre-campos span{
	color: #6DB33F;
}

.campos {
	position: relative;
	display: block;
	float: left;
	width: 97%;
	height: 20px;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border: solid 3px #C4CED4;
	filter: alpha(opacity=50); opacity: 0.50;
}

.mensaje {
	position: relative;
	display: block;
	float: left;
	width: 97%;
	min-width: 97%;
	max-width: 0px;
	height: 100px;
	min-height: 300px;
	max-height: 850px;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border: solid 3px #C4CED4;
	filter: alpha(opacity=50); opacity: 0.50;
}

textarea, input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:  #455560;
	border: 3px solid #C4CED4;
}

input, textarea { padding: 5px; }
input { height: 16px; }
input:focus { border: 3px solid #9CC87B; }
textarea:focus { border: 3px solid #9CC87B; }

.submitbtn {
	position: relative;
	display: block;
	width: 97%;
	height: 38px;
	padding: 5px;
	margin: 50px 0px 10px 0px;
}

.enviar {
	position: relative;
	display: block;
	width: 202px;
	height: auto;
	border: 3px solid #9CC87B;
	padding: 10px;
	margin: 10px auto auto auto;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
	/*Degrade*/
	background: #6DB33F;
	background: -moz-linear-gradient(-45deg, #8FC269 0%, #6DB33F 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #8FC269), color-stop(100%, #6DB33F));
	background: -webkit-linear-gradient(-45deg, #8FC269 0%, #6DB33F 100%);
	background: -o-linear-gradient(-45deg, #8FC269 0%, #6DB33F 100%);
	background: -ms-linear-gradient(-45deg, #8FC269 0%, #6DB33F 100%);
	background: linear-gradient(135deg, #8FC269 0%, #6DB33F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8FC269', endColorstr='#6DB33F', GradientType=1 );
	
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	letter-spacing: 0.2em;
	text-transform: Uppercase;
	text-align: center;
	text-decoration: none;
}

.enviar:hover {
	border: 3px solid #9CC87B;
	filter: alpha(opacity=85); opacity: 0.85;
}

.enviar:active {
	border: 3px solid #9CC87B;
	filter: alpha(opacity=85); opacity: 0.85;
}

.gracias {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	color: #939BA1;
	font-size: 24px;
	line-height: 1.4em;
}
.gracias span {
	font-weight: 400;
	color: #72CDF4;
}

/* --------------------------------------------------------------- */

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #455560;
	font-size: 13px;
	line-height: 1.8em;
	text-align: left;
}
	
h1 {
	font-family: 'Maven Pro', sans-serif;
	color: #008FC5;
	font-weight: 400;
	font-size: 36px;
	line-height: 3em;
	text-align: center;
}

h2 {
	font-family: 'Maven Pro', sans-serif;
	color: #008FC5;
	font-weight: 400;
	font-size: 36px;
	line-height: 2.5em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #455560;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	line-height: 1.6em;
}

h3 span {
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
}

h3 a:link, h3 a:visited, h3 a:active{ text-decoration: none; color: #F37B6D; }
h3 a:hover { text-decoration: none; color: #F37B6D; }

h4 {
	font-family: 'Maven Pro', sans-serif;
	color: #008FC5;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.6em;
	text-align: center;
}

h5 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	text-align: right;
	color: #455560;
	background-color: #E3E7EB;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	line-height: 4em;
	letter-spacing: 2px;
	text-align: center;
}
