﻿/* Estilos por defecto */
html {
	overflow-y: scroll;
}
html, body {
    width: 100%;
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    
}

.hide { 
	display:none; 
	visibility:hidden; 
} /* hide from browser & screenreader */
.browserHide { 
	position:absolute !important; 
	clip: rect(1px 1px 1px 1px); 
	clip: rect(1px, 1px, 1px, 1px); 
} /* hide from browser, not screenreader */
.inv { 
	visibility: hidden; 
} /* hide from screenreader, not browser */		

h1,h2,h3,h4,h5,h6 { 
	text-rendering: optimizeLegibility; 
}
html { 
	-webkit-font-smoothing: antialiased; 
}

/* Clear Fix */
.clear { 
	display: inline-block; 
}   
.clear:after, .container:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
* html .clear { 
	height: 1%; 
}
.clear { 
	display: block; 
}
.clearfix { 
	clear:both;
}

/*
--------------------------------
ESTILOS DE FUENTE PRINCIPALES
--------------------------------
*/

body {
	position: absolute;
	font: normal 10px Arial, Helvetica, Sans-Serif;
	background: #ffffff url(../images/bg-body.jpeg) repeat-x	top left;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 12px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 4px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}
p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h3 a {
    color:#ffffff;
    text-decoration:none;
}
h3 a:hover {   
    text-decoration:underline;
}

/*
--------------------------------
DISEÑO DE PÁGINA
--------------------------------
*/
.page,
#page-header,
#page-content,
#page-footer {
	width: 960px;
	margin: 0 auto 0;
	padding: 0 0;
} 

.wrapper {
	width: 960px;
	margin: 0 auto 0;
	position: relative;
}

/*
--------------------------------
DISEÑO PÁGINA PRINCIPAL - CABECERA
--------------------------------
*/
#page-header {
	height: 165px;
    background: #ffffff url(../images/bg-header.jpeg) repeat-x 0 0;
}
/* zona contacto telefónico y botones redes sociales */
#contact-top {
	float: right;
	width: 540px;
	height: 88px;
	padding: 0 0;
	background: url(../images/bg-telefono.jpeg) no-repeat 0 0;
}
#contact-top ul {
	float: right;
	margin-top: 29px;
	margin-right: 20px;
}
#contact-top ul li {
	float: left;
	height: 18px;
	margin-right: 7px;
	vertical-align: baseline;
	list-style: none;
}
#contact-top ul li a,
#contact-top ul li img {
	vertical-align: baseline;
}
/* logotipo */
#logo {
	position: absolute;
	top: 7px;
	left: 20px;
}

/* menú de navegación -------------------------------------------------------------*/
#navigation {
	position: absolute;
	top: 88px;
	left: 435px;
}
#nav-menu li {
	float: left;
	margin-top: 12.5px;
	margin-right: 8px;
}
#nav-menu .sub-menu li {
	float: left;
	margin-top: 0;
	margin-right: 10px;
}
#nav-menu li,
#nav-menu li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sub-menu li,
.sub-menu a {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
.sub-menu li:first-child,
.sub-menu li:first-child a {
	-webkit-border-top-right-radius: 5px !important;
	-moz-border-radius-topright: 5px !important;
	border-top-right-radius: 5px !important;
}
.sub-menu li.last {
	-webkit-border-bottom-right-radius: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	-moz-border-radius-bottomright: 5px !important;
	-moz-border-radius-bottomleft: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}
#nav-menu a {
	color: #ffffff;
}
#nav-menu .sub-menu a {
	top: 5px;
}
#nav-menu .sub-menu a:hover {
	color: #000000;
}
#nav-menu li a {
	display: block;
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
}
#nav-menu .sub-menu li a {
	font-size: 12pt;
}
#nav-menu #nav-services:first-child {
	background: #
}
#nav-menu, #nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav-menu {
	line-height: 1.0;
}
#nav-menu ul {
	position: absolute;
	top: -999em;
	width: 20em; /* left offset of submenus need to match (see below) */
	padding:0px 10px 10px 0px;
}
#nav-menu ul li {
	width: 100%;
}
#nav-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#nav-menu li {
	float: left;
	position: relative;
}
#nav-menu a {
	display: block;
	position: relative;
}
#nav-menu li:hover ul,
#nav-menu li.sfHover ul {
	left: 0;
	top: 3.5em; /* match top ul list item height */
	z-index: 99;
}
#nav-menu li:hover li ul,
#nav-menu li.sfHover li ul {
	top: -999em;
}
#nav-menu li li:hover ul,
#nav-menu li li.sfHover ul {
	left: 20em; /* match ul width */
	top: 0;
}
#nav-menu li li:hover li ul,
#nav-menu li li.sfHover li ul {
	top: -999em;
}
#nav-menu li li li:hover ul,
#nav-menu li li li.sfHover ul {
	left: 20em; /* match ul width */
	top: 0;
}
#nav-menu a {
	padding: 14px 8px;
	text-decoration: none;
}
.sub-menu a {
	text-transform: none !important;
}
#nav-menu li {
	height: auto !important;
	min-height: 15px;
	height: 15px;
}
#nav-menu li li {
	background: #990000;
}
#nav-menu li li li {
	background: #990000;
}
#nav-menu li:hover, #nav-menu li.sfHover,
#nav-menu a:focus, #nav-menu a:hover, #nav-menu a:active {
	background: #990000;
	outline: 0;
}
.sub-menu a:focus, .sub-menu a:hover, .sub-menu a:active {
	background: #ffff00 !important;
	outline: 0;
}
/* point right for anchors in subs */
#nav-menu ul .sf-sub-indicator { background-position:  -10px 0; }
#nav-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav-menu ul a:focus > .sf-sub-indicator,
#nav-menu ul a:hover > .sf-sub-indicator,
#nav-menu ul a:active > .sf-sub-indicator,
#nav-menu ul li:hover > a > .sf-sub-indicator,
#nav-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*
-------------------------------------------
DISEÑO PÁGINA PRINCIPAL - MASTHEAD
-------------------------------------------
*/
#masthead {
	background: url(../images/bg-content.jpeg) repeat-x 0 0;
}

/* DISEÑO SÓLO PARA PÁGINA DE INICIO ---------------------------------------------------*/
#masthead #cerradura {
	width: 420px;
	height: 410px;
}
#masthead .intro-wrapper {
	position: relative;
	float: right;
	margin-top: 80px;
	left: -40px;
}

#insignia {
	background: url(../images/insignia.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 320px;
	top: 30px;
	width: 160px;
	height: 180px;
	z-index: 5;
}

/* fuente titular roja */
.redtagline {
	color: #ff0000;
	font-size: 58px;
	line-height: 42px;
	font-weight: bold;
	margin-left: -20px;
	text-shadow: -3px 3px 2px #333; /*sombra texto*/
}
/* fuente titular negra */
.blacktagline {
	color: #000000;
	font-size: 35px;
	line-height: 42px;
	font-weight: bold;
	margin-left: 40px;
}
/* lista de cualidades del servicio */
#masthead #benefits {
	margin-top: 10px;
}
#masthead #benefits li {
	height: 25px;
	font-size: 36px;
	font-weight: bold;
	text-shadow: -2px 2px 2px #333; /*sombra texto*/
	color: #ff0000;
	padding-left: 5px;
	margin-bottom: 10px;
	list-style-image: url(../images/check.png);
}
/* botón contacto */
#masthead #call-to-action {
	margin-top: 30px;
}
#masthead #call-to-action li {
	float: right;
	height: 35px;
}
#masthead #call-to-action a {
	display: block;
	height: 35px;
	background: transparent url(../images/boton-presupuesto.png) no-repeat -0px -0px;
}
#masthead #call-to-action #getstarted a {
	width: 216px;
	text-indent: -9999px;
	cursor: pointer;
	cursor: hand;
}
/* rotación de imágenes */
#cerradura {
	margin-left: 60px;
	padding-top: 30px;
	margin-bottom: -20px;
}

/* DISEÑO PARA LAS DEMÁS PÁGINAS --------------------------------------------------------------*/
#featured {
    padding: 10px;
    height: 370px;
    width: 940px;
}
#featured ul {
  	margin-top: 12px;
  	margin-left: 60px;
  	float: left;
}
#featured ul li {
  	float: left;
  	list-style-type: none;
  	display: block;
  	width: 520px;
  	height: 386px;
}
/* imágenes para cada sección de los menús */
#featured ul li.ss1-contacto {
  	background: url(../images/foto-contacto.jpeg) no-repeat;
}
#featured ul li.ss1-dossier {
  	background: url(../images/foto-dossier.jpeg) no-repeat;
}
#featured ul li.ss1-nosotros {
  	background: url(../images/foto-nosotros.jpeg) no-repeat;
}
#featured ul li.ss1-sitemap {
  	background: url(../images/foto-sitemap.jpeg) no-repeat;
}
#featured ul li.ss1-servicios {
  	background: url(../images/foto-servicios.jpeg) no-repeat;
}
#featured ul li.ss1-aperturacajafuerte {
  	background: url(../images/foto-cajafuerte.jpeg) no-repeat;
}
#featured ul li.ss1-aperturapuerta {
  	background: url(../images/foto-puerta.jpeg) no-repeat;
}
#featured ul li.ss1-aperturajudicial {
  	background: url(../images/foto-judicial.jpeg) no-repeat;
}
#featured ul li.ss1-aperturacoche {
  	background: url(../images/foto-coche.jpeg) no-repeat;
}
#featured ul li.ss1-amaestramientollave {
  	background: url(../images/foto-llave.jpeg) no-repeat;
}
#featured ul li.ss1-puertahierro {
  	background: url(../images/foto-puertahierro.jpeg) no-repeat;
}
#featured ul li.ss1-cerradura {
  	background: url(../images/foto-cerradura.jpeg) no-repeat;
}
#featured ul li.ss1-mosquitera {
  	background: url(../images/foto-mosquitera.jpeg) no-repeat;
}
#featured ul li.ss1-persiana {
  	background: url(../images/foto-persiana.jpeg) no-repeat;
}
#featured ul li.ss1-ventanaaluminio {
  	background: url(../images/foto-ventanaaluminio.jpeg) no-repeat;
}
#featured ul li.ss1-rejametalica {
  	background: url(../images/foto-rejametalica.jpeg) no-repeat;
}
#featured ul li.ss1-comunidad {
  	background: url(../images/foto-comunidad.jpeg) no-repeat;
}
#featured ul li.ss1-error {
  	background: url(../images/foto-error.jpeg) no-repeat;
}

/* estilos cajas de texto de las secciones de los menús */
form#quote {
  	background: url(../images/bg-nota.jpeg) repeat-x;
  	margin-top: 12px;
  	margin-right: 52px;
  	padding: 20px;
  	float: right;
  	width: 260px;
  	height: 346px;
}
form#quote h2 {
  	font-family: arial;
  	font-size: 24px;
  	font-weight: bold;
  	color: #ffffff;
  	text-decoration: none;
  	margin-bottom: 18px;
}
form#quote p {
  	font-family: arial;
  	font-size: 12px;
  	font-weight: bold;
  	color: #ffffff;
  	margin-bottom: 20px;
}
form#quote p span.tlf {
  	margin-left: 20px;
  	font-size: 22px;
}
form#quote a {
  	font-family: arial;
  	font-size: 12px;
  	font-weight: bold;
  	color: #ffffff;
}

/*
------------------------------------------
DISEÑO PÁGINA PRINCIPAL - 3 CUADROS
------------------------------------------
*/
#buckets {
	margin: 0 0 0 0;
}
#buckets ul li {
	float: left;
	width: 240px;
	margin-left: 60px;
	list-style: none;
}
#buckets ul li.last {
	margin-right: 0px !important;
}
#buckets ul li a {
	display: block;
	width: 260px;
	height: 185px;
	background: transparent url(../images/cuadro.png) no-repeat -0px -0px;
	text-decoration: none;
}
#buckets ul li a .icon {
	float: left;
	margin-right: 5px;
}
/* imágenes cuadros */
#buckets ul #conocenos .icon {
	width: 100px;
	height: 100px;
	background: transparent url(../images/llaves.png) no-repeat top left;
	margin: 30px 0 7px 22px;
}
#buckets ul #servicios .icon {
	width: 80px;
	height: 100px;
	background: transparent url(../images/candado.png) no-repeat top left;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 30px;
}
#buckets ul #dossier .icon {
	width: 100px;
	height: 100px;
	background: transparent url(../images/dossier.png) no-repeat top left;
	margin: 30px 0 15px 20px;
}
/* texto cuadros */
#buckets ul li h4 {
	padding: 30px 0 12px 0;
	margin-top: 20px;
	color: #ffffff;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
#buckets ul li h6 {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	height: 60px;	
}
/* botones cuadros */
#buckets span.button-leermas {	
	margin-left: 10px;
	padding: 11px 40px;
	background: url(../images/boton-leermas.png) no-repeat top left;
}
#buckets span.button-contacte {	
	margin-left: 10px;
	padding: 11px 40px;
	background: url(../images/boton-contacto.png) no-repeat top left;
}
#buckets span.button-descargue {	
	margin-left: 10px;
	padding: 11px 40px;
	background: url(../images/boton-descargue.png) no-repeat top left;
}

/*
----------------------------------------------------
DISEÑO PÁGINA PRINCIPAL - CUADRO DE SERVICIOS
----------------------------------------------------
*/
#our-clients {
	margin: 0 0;
	margin-top: -15px;
	margin-left: 65px;
	height: 75px;
}
#our-clients #clients-wrapper {
	background: transparent url(../images/servicios.png) no-repeat top left;
}
#our-clients h2 {
	float: left;
	width: 150px;
	padding-left: 20px;
	margin: 3px 20px 0 0;
	color: #cc0000;
}
#client-panels {
	float: left;
	width: 740px;
	height: 55px;
	overflow: hidden;
}
#client-panels .client-panel {
	width: 740px;
	height: 55px;
	margin-left: -20px;
	overflow: hidden;
}
#client-panels .client-block {
	float: left;
	width: 220px;
	height: 55px;
	padding:4px 0 0 0;
	text-align: center;
}
#client-panels .client-block p {
	font-size: 14px;
	line-height: 14px;
	font-weight:bold;
	color:#cc0000;	
}
#client-panels .client-block p a {
	text-decoration:none;
	color: #cc0000;
}
#client-panels .client-block p a:hover {
	text-decoration:none;
	color:#000000;
}
#clients-wrapper .pager-wrapper {
	float: left;
	margin-top: 55px;
	margin-left: -50px;
}
#clients-wrapper .pagination {
	margin: 3px 8px 0 0;
	height: 11px;
	margin-left: -105px;
	margin-top: -12px;
}
#clients-wrapper .pagination li {
	float: left;
	font-size: 0;
	height: 10px;
	padding: 2px;
	text-indent: -9999px;
	width: 10px;
}
#clients-wrapper .pagination li a {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #cc0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#clients-wrapper .pagination li a:hover {
	background-color: #000000;
}
#clients-wrapper .pagination li.highlight a {
	background-color: #ffffff;
}

/*
--------------------------------------------------
DISEÑO PÁGINA PRINCIPAL - PIE DE PÁGINA
--------------------------------------------------
*/
/* estilo para cuadro de "trabajos 24 horas" que ahora está quitado
#footer-top 
{
	height: 150px;
	background: transparent url(../images/bg-footer.jpeg) repeat-x top left;
}
*/
#footer-bottom {
	height: 150px;
	background: #ffffff url(../images/bg-footer.jpeg) repeat-x top left;
}
#footer-bottom .wrapper {
	padding-top: 10px;
	text-align: center;
}
/* menú navegación pie de página */
#footer-nav {
	width: 610px;
	margin: 0 auto 20px 285px;
}
#footer-nav li {
	float: left;
	margin-right: 30px;
}
#footer-nav li a{
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}
/* copyright y autoría */
#page-footer #copyright {
	position: relative;
	font-size: 12px;
	color: #ffffff;
	margin-top: 0;
}
#designby {
	position: absolute;
	top: 125px;
	left: 10px;
	width: 250px;
	text-align:left;	
}
#designby,
#designby a {
	font-family: arial;
	font-size: 11px;
	color: #ffffff !important;
}
#designby a {
	font-weight: bold;
}