/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	color: #8f8f8f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	line-height: 125%;
	background-color: #454545;
}
a {
	color: #52bedf;
	letter-spacing: -1px;
	font-weight: bolder;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #908663;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
	text-align: justify;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
}
h1 {
	font-size: 2.2em;
	color: #52bedf;
	font-weight: bold;
	letter-spacing: -2px;
}
h2 {
	font-size: 1.6em;
	color: #52bedf;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0px;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	height:43px;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        font-size: 1.2em;
	clear:both;
        font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
 
/* Fin del CSS para cookies */

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 1250px;
	margin: 0 auto;
	background-color: #2a3033;
	position: relative;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
}

/* logo de arriba */
#logotop {
	padding-top: 60px;
	padding-bottom: 15px;
	padding-left: 60px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	font-weight: bold;
	color: #52bedf;
	padding-left: 45px;
	list-style-type: none;
	display: block;
	z-index: 100;
	height: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 17px;
	
}
#main-nav li {
	float: left;
	margin: 8px;
}
#main-nav a {
	letter-spacing: -1px;
	font-weight: bold;
	color: #52bedf;
	padding: 3px;
}
#main-nav a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #52bedf;
}
#face {
	background-color: #050a0c;
	height: 60px;
	width: 200px;
	position: absolute;
	left: 738px;
	top: 57px;
	vertical-align: text-bottom;
	display: block;
}
#tienda {
	background-color: #050a0c;
	height: 60px;
	width: 200px;
	position: absolute;
	left: 954px;
	top: 57px;
	display: block;
}
#navtop a {
	letter-spacing: -1px;
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	text-decoration: none;
	line-height: 60px;
}
#navtop a:hover {
	color: #908663;
}
#visitanos {
	font-size: 10px;
	color: #52bedf;
	position: absolute;
	left: 3px;
	top: 35px;
	height: 20px;
}
#rectangulos {
	margin-left: 60px;
	width: 328px;
	margin-top: 20px;
}
#rectangulocamiones {
	background-image: url(imagenes/camionesescenario.jpg);
	display: block;
	height: 103px;
	width: 328px;
	margin-bottom: 7px;
}
#rectangulocamiones:hover{
    background-image: url(imagenes/camionesescenarioroll.jpg);
}
#rectanguloiluminacion {
	background-image: url(imagenes/iluminacionprofesional.jpg);
	display: block;
	height: 103px;
	width: 328px;
	margin-bottom: 7px;
}
#rectanguloiluminacion:hover{
    background-image: url(imagenes/iluminacionprofesionalroll.jpg);
}
#rectangulopantallasled {
	background-image: url(imagenes/pantallasled.jpg);
	display: block;
	height: 103px;
	width: 328px;
}
#rectangulopantallasled:hover{
    background-image: url(imagenes/pantallasledroll.jpg);
}

/************************************************************************************
ESTILOS DEL SLIDESHOW
*************************************************************************************/

#slider {
	width: 855px;
	height: 322px;
	float: right;
	margin-top: -323px;
}
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
 
 
.bjqs-caption{
color:black;
background:whitesmoke;
opacity:.75;
}
 
/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
ol.bjqs-markers{
margin-top:5px;
}
ol.bjqs-markers li a{
padding: 2px 5px;
background: #00d1e0;
color: #fff;
margin: 5px;
text-decoration: none;
transition:background .5s ease;
-webkit-transition:background .5s ease;
-moz-transition:background .5s ease;
-o-transition:background .5s ease;
}
li.active-marker a, ol.bjqs-markers li a:hover{
background:gray!important;
}
 
/* CONTROLES ATRAS Y ADELANTE */
ul.bjqs-controls.v-centered li a {
display: block;
padding: 10px;
background: whitesmoke;
color: #000;
text-decoration: none;
opacity:.75;
 
transition:color .5s ease, background .5s ease;
-webkit-transition:color .5s ease, background .5s ease;
-moz-transition:color .5s ease, background .5s ease;
-o-transition:color .5s ease, background .5s ease;
}
ul.bjqs-controls.v-centered li a:hover{
    background:#00a9e4;
    color:#fff;
}





/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	width: 600px;
	float: left;
	margin-left: 60px;
	margin-bottom: 50px;
}
#contentavisos {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#fotos img{
	margin-bottom: 20px;
}
#direccion{
	background-color: #050a0c;
	height: 210px;
	width: 298px;
	float: right;
	margin-top: 20px;
	margin-right: 60px;
	padding: 10px;
	font-size: 18px;
	letter-spacing: -1px;
}
#contacta {
	font-size: 14px;
	text-align: right;
	height: 30px;
}
#contacta img{
	margin-top: 2px;
}
#logogris {
	height: 30px;
	width: 100px;
	float: right;
	margin-top: 35px;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #d0d0d0;
	height: 237px;
	font-size: 12px;
	background-color: #202628;
	position: relative;
}
#footer li {
	border-bottom: 1px solid #aeaeae;
	width: 230px;
	list-style: url(imagenes/flechapie.gif)
}
#footer a {
	color: #d0d0d0;
	font-weight: normal;
	letter-spacing: 0px;
}
#footer a:hover {
	color: #ffffff;
}
#titulomapaweb {
	border-bottom: 1px solid #aeaeae;
	font-weight: bold;
	width: 71px;
	position: absolute;
	left: 591px;
	top: 53px;
}
#mapaweb {
	position: absolute;
	left: 566px;
	top: 66px;
	width: 292px;
}
#estamos {
	border-bottom: 1px solid #aeaeae;
	font-weight: bold;
	padding-bottom: 3px;
	width: 103px;
	position: absolute;
	left: 131px;
	top: 94px;
	}
#direccionfooter {
	width: 376px;
	position: absolute;
	left: 131px;
	top: 123px;
}
#validacion {
	position: absolute;
	left: 558px;
	top: 5px;
	width: 300px;
	
}
#validacion img {
padding-top: 5px;	
}
#logofooter {
	position: absolute;
	left: 68px;
	top: 30px;
	width: 252px;
	height: 55px;
}
#iconosfooter {
	position: absolute;
	left: 1053px;
	top: 9px;
	width: 171px;
	height: 66px;
}
#iconofacebook {
	background-image: url(imagenes/iconofacebook.jpg);
	display: block;
	height: 38px;
	width: 38px;
	float: left;
	margin: 3px;
}
#iconofacebook:hover{
    background-image: url(imagenes/iconofacebookroll.jpg);
}
#iconotienda {
	background-image: url(imagenes/iconotienda.jpg);
	display: block;
	height: 38px;
	width: 38px;
	float: left;
	margin: 3px;
}
#iconotienda:hover{
    background-image: url(imagenes/iconotiendaroll.jpg);
}
#iconohome {
	background-image: url(imagenes/iconohome.jpg);
	display: block;
	height: 38px;
	width: 38px;
	float: left;
	margin: 3px;
}
#iconohome:hover{
    background-image: url(imagenes/iconohomeroll.jpg);
}
