/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
@import url('../js/poshytip-1.1/src/tip-yellow/tip-yellow.css');

html,
button,
input,
select,
textarea {
    color: #222;
}

body {2
	font-size: 16px;
	
    line-height: 1.4;
background-image: linear-gradient(bottom, rgb(174,174,174) 100%, rgb(214,214,214) 29%);
background-image: -o-linear-gradient(bottom, rgb(174,174,174) 100%, rgb(214,214,214) 29%);
background-image: -moz-linear-gradient(bottom, rgb(174,174,174) 100%, rgb(214,214,214) 29%);
background-image: -webkit-linear-gradient(bottom, rgb(174,174,174) 100%, rgb(214,214,214) 29%);
background-image: -ms-linear-gradient(bottom, rgb(174,174,174) 100%, rgb(214,214,214) 29%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(1, rgb(174,174,174)),
	color-stop(0.29, rgb(214,214,214))
);
/* For Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#ffffff);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#ffffff)";    
        background-color: #CCC;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#slogan
{
text-align:left;
text-indent: 150px;
}
   #contenido
{
	width: 1000px;
	margin: 0 auto;
	text-align: center; 
	
}

header hgroup h1
{
font-family: 'Quicksand', sans-serif;
font-weight: 400; 
font-size: 64px;
text-shadow: 0 0 3px red, 0 0 1px red;
color:black;
margin: 0px;
}
   h1 { 
font-family: 'Quicksand', sans-serif;
font-weight: 400;
font-size: 48px;
text-shadow: 0 0 3px red, 0 0 1px red;
color:black;
}

section hgroup	h2{
	color: #dedede;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-style: normal;
	font-size:28px;
	margin: 0px;
	font-style:bold;
	text-shadow: 0 0 1px black, 0 0 1px black;
	text-align: center;
	text-indent:0px;
	}
	
	section hgroup	h5
	{
	text-align: center;
	text-indent:0px;
	color: #dedede;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-style:normal;
	font-size:26px;
	margin: 0px;
	margin-bottom: 40px;
	font-style:bold;
	line-height: 25px;
	text-shadow: 0 0 1px black, 0 0 1px black;
	border-bottom:solid;
	padding-bottom:20px;
	border-width:2px;
	border-color: #dedede;
	}

h2{
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-style:normal;
	font-size:25px;
	margin: 0px;
	font-style:bold;
	}
	
nav
{
width:1000px;
}
	
nav ul  {
text-align: left;
margin: 0px;
margin-top: 5px;
margin-bottom: 0px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
background: #45484d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */



}

nav ul li {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 50px;
	width: 180px;
	line-height: 50px;
	color: white;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;

}
nav ul li a {
text-decoration:none;
}
nav ul li:hover {
color:black;
text-decoration:none;
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) ;
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(241,241,241) 50%, rgb(225,225,225) 51%, rgb(246,246,246) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(241,241,241)), color-stop(51%,rgb(225,225,225)), color-stop(100%,rgb(246,246,246))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */

font-family: 'Merriweather Sans', sans-serif;
font-weight: 300;
font-size:16px;
}

article p{
font-size: 20px;
color: #dddddd;
text-shadow: 0px 0px 1.8px rgba(255,255,255,2);
}

#mail
{
width:200px;
height:175px;
margin:-15px;
}





#textopr {
height:600px;
background-image:url('../images/bg2.png');
background-repeat:repeat;
background-color:#4d4d4d;

font-family: 'Titillium Web', sans-serif;
font-style:italic;
font-weight: 400;
margin: 0px;
text-align:justify;
text-indent:30px;
padding:80px;
padding-top:40px

}


footer
{
		height:100px;
		background: rgb(33,31,29); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMWYxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(33,31,29,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,31,29,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(33,31,29,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(33,31,29,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(33,31,29,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(33,31,29,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211f1d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
		margin-bottom:20px;
margin-top:0px;

}
#espacioblanco
{
height:10px;
margin:0px;
}
footer ul
{
margin-left:100px;
text-align:center;
width:700px;
}
footer ul li
{
display:inline-block;
text-align:center;
width:250px;

line-height:15px;
color:white;
height:20px;
}
#datos h2
{
text-align:center;
margin:-10px;
}

#datos ul
{
width:800px;
text-align:center;
text-indent:0px;
margin-left:100px;
}
#datos ul li
{
text-indent:0px;
text-align:justify;
display:table;
width:300px;
margin:-10px;
padding:0px;
}

#dtoemp
{
margin:0px;
padding:0px;
}

#dtoemp img
{
margin:0px;
padding:0px;
display:inline;
margin-right:25px;
}

#dtoemp p
{
margin:0px;
padding:0px;
display:inline;
font-size:12px;
text-decoration:none;
}
#dtoemp a
{
text-decoration:none;
}

#botones ul li
{
margin:0px;
padding:0px;
display:inline-block;
text-align:center;
}
#direccion
{
position:absolute;
margin-top:-150px;
margin-left:100px;
}
li.direccion
{
padding-left:50px;
padding-right:50px;
margin-bottom:-50px;
padding-bottom:-70px;
margin-top:-20px;
}
/*testo del index de trabajos*/
#testo p
{
text-align:center;

}



article ul li
{
display:inline-block;
line-height:25px;
height:25px;
color:white;
margin-top:10px;
margin-bottom:10px;
padding:5px;
text-align: left;
margin-right:0px;
width:150px;
}


#products
{
border:1px solid black;
width:700px;
float:right;

}
#products ul
{
text-align:center;
margin:0px;
margin-left:10px;
float:center;
padding:0px;
display:block;
text-indent:0px;
}

#products ul li
{
text-decoration:none;
float:center;
margin-bottom:20px;
width:650px;
height:120px;
border:solid 1px white;
display:inline-table;
text-align:center;
}

#products ul li:hover
{
-moz-box-shadow: 0  0px 20px rgba(0,0,0,0.5);
-webkit-box-shadow:  0px 0px 20px rgba(0,0,0,0.5);
box-shadow:  0 0px 20px rgba(0,0,0,0.5);
background-image:url('../logo/fondoprod.png');
background-repeat:repeat;
margin-bottom:0px;
padding:20px;
}

#categorias ul a
{
text-decoration:none;
}

#categorias ul li
{
display:block;
}

#products h6
{
text-transform:uppercase;
font-size:17px;
float:top;
text-align:left;
margin:0px;
}

#products img
{
height:90px;
width:100px;
float:left;
box-shadow: 0px 0px 0px ;
	border-radius: 0px;
	margin:0px;
	transition: none;
	margin:0px;
}



#products p
{
font-size:12px;
text-align:right;
margin:1px;
}


#products  #webfab a
{
font-size:12px;
margin:2px;
float:bottom;
}

#webfab 
{
float:bottom;
text-align:right;
margin:0px;
}

#categorias ul, #categorias_tra ul
{
float:top;
text-align:center;
width:800px;
border:solid 1px black;
text-indent:0px;
position:absolute;
margin:20px;
padding:0px;
margin-top:30px;
border-top-left-radius:25px;
border-top-right-radius:25px;
background: rgb(33,31,29); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMWYxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(33,31,29,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,31,29,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(33,31,29,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(33,31,29,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(33,31,29,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(33,31,29,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211f1d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */

}

#categorias_tra ul li
{
width:380px;
height:80px;
line-height:80px;
display:inline-block;
text-align:center;
text-indent:0px;
padding: 0;
margin:6px;
float:left;
background:#9d9e9e;
border:solid 2px black;
border-radius:5px;
}
#categorias_tra img
{

}

img.ptw
{
margin: 0 auto;
}

img.sw
{
display: inline;
height: auto;
max-height: 50px;
vertical-align: middle;
width: auto;
margin: 0 auto;
}




#direccion
{
height:80px;
}
#direccion ul
{
width:400px;
height:70px;
position:absolute;

margin:0px;
padding:0px;
margin-left:300px;
}
#direccion ul li
{
display:table;
width:200px;
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}

#categorias ul li:hover, #categorias_tra ul li:hover, #categorias_tra ul  #rebelde:hover
{
color:black;
background:white;
transition:all 0.5s linear;
cursor: pointer;
}

#categorias ul li:active, #categorias_tra ul li:active, #categorias_tra ul  #rebelde:active
{
color:white;
background:gray;
transition:all 0.1s linear;
cursor: pointer; 
text-decoration:none;
}
#testo p
{
background:white;
border-top-left-radius:15px;
border-top-right-radius:15px;
width:750px;
margin-left:50px;
color:red;
}
#items
{
position:relative;
margin:0px;
text-indent:0px;
border:solid 1px black;
width:825px;
text-align:center;
text-indent:0px;
}

#items ul li
{

margin-left:5px;
margin-right:20px;
text-indent:0px;
width:350px;
height:120px;
border:solid 1px white;
}

#cab
{
margin:0px auto;
width:1000px;
height:270px;
color:black;
background-image:url('../images/caback1.jpg');
background-repeat:no-repeat;
background-position:center;
margin-bottom:-35px;
}

#cab img
{
position:float;
width:500px;
height:250px;
margin:0px auto;
}

#pie
{
color:white;

}

#pie p
{
text-align:center;
margin:0px;
line-height:30px;
}

#espacio
{
height:15px;
width:10px;
text-align:center;
}

#destra h4
{
font-size:20px;
color:black;
font:bold;

}

section article #divisiones a
{
font-size:32px;
display:inline-block;
width:380px;
height:100px;
line-height:100px;
margin: 0 auto;
text-align:center;
border:solid 1px black;
margin:10px;
text-decoration:none;
color:black;
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}

#divisiones a:hover
{
color:white;
background: rgb(69,72,77); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */

}

#lp ul 
{
width:700px;
height:550px;
margin-left:0px;
text-indent:10px;
}

#lp ul li

{
display:block;
width:400px;
margin-left:20px;
text-align:justify;
}

#lp ul li:hover
{
margin:10px;
}

#destra ul li
{
width:700px;
display:table;
text-indent:10px;
}

#catalogo
{
margin-left:500px;
width:250px;
height:250px;
position:absolute;
text-align:right;
}
#catalogo h4
{
padding-right:20px;
}

#catalogo img
{
margin:0px auto;
text-align:center;
width:150px;
height:171px;
float:right;
}

#catalogo h4
{
margin:0px;
}

#catalogo img:hover
{
transition:all 0.1s linear;
}

#tira img
{
margin:0px;
padding:0px;
text-indent:0px;
display:inline-block;
}
#portal img
{
margin:0px;
padding:0px;
text-indent:0px;
display:inline-block;
text-align:none;
}
marquee
{
margin:0px;
padding:0px;
text-indent:0px;
float:middle;
marquee-speed:slow;
}

img.grayscale {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

marquee img:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index:-1;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}nav ul li:hover {
	-webkit-opacity: 100;
	-moz-opacity: 100;
	opacity: 100;
}
nav ul li:active {
	-webkit-opacity: 100;
	-moz-opacity: 100;
	opacity: 100;
}

.gridon li a{width: 100%; height: 100%; display: block;}