html {
    background: url("images/bk-plusindustrial.png") repeat-x scroll 0 0 #f2f5f6;
    font: 12px/18px Arial,'Helvetica Neue',Helvetica,sans-serif;
    height: 100%;
    overflow-y: scroll;
}
.page-home {
    background-color: #FFFFFF;
    background-position: 0 -5px;
}
.page-home body {
    background: url("images/shadow-top-slider.jpg") no-repeat scroll center 199px transparent;
}

body {
    background: url("images/shadow-page.png") repeat-y scroll center 186px transparent;
    min-height: 100%;
    color: #333333;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    margin-top:0px;
    padding-top:0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Oswald,"Yanone Kaffeesatz","Arial Narrow",sans-serif;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}
h1 {
    background-color: #ffffff;
    color: #666666;
    font-size: 20px;
    line-height: 26px;
    text-shadow: 0 1px 1px #000000;
}
h2, h3, h4, h5, h6 {
    color: #595653;
}
h2 {
    font-size: 21px;
}
h3 {
    font-size: 19px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 13px;
    margin : 25px 0px 10px 0px;
    padding : 0px;
    text-transform: none;
    line-height: 16px;
}
h2 a {
    color: #595653;
    text-decoration: none;
}
a {
    color: #2495B4;
    text-decoration: none;
}
#contenido {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 20px;
}
#footer {
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
}
#cuadrogris {
    background-color: #eeeeee;
    text-align: center;
}
.showcase {
    background: url("images/c.png") transparent;
    text-align: center;
    height: 185px;
}
.showcase h6{
    padding-top: 20px;
}
#formulario {
    background: url("images/b.jpg") no-repeat transparent;
}
#sliderzone {
    margin: -8px auto 0px;
}

#nav {
	font: 17px/1.5em Arial,Helvetica,sans-serif;
        margin: 0;
	padding: 7px 6px 0;
	background: #0a59a4 url(images/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
        z-index: 900;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
        z-index: 900;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	text-shadow: 0 1px 1px rgba(0,0,0, .3);
        z-index: 900;
}
#nav a:hover {
	background: #000;
	color: #fff;
        z-index: 900;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background-color: #fff;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
        z-index: 900;

}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;

	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;

	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
        width: 928px;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}
.blanco {
	background-color: transparent;
}
.articulo img {
    float: right;
    margin-left: 20px;
}
.articulo p {
    text-align: justify;
    margin-left: 10px;
}
.articulo h1 {
    text-align: justify;
    margin-top: 0px;
}
.centro {
    margin: 2px auto;
}

#publiLeft, #publiRight, #publiPromo {
    min-height: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}

#publiLeft p, #publiRight p, #publiPromo h3 {
    font: 22px/25px 'Cagliostro', sans-serif;
    text-align: center;
    margin: 14px;
}

#publiPromo p {
    font: 14px/16px 'Cagliostro', sans-serif;
    text-align: center;
    margin: 14px;
    color: blue;
}

#publiPromo img {
    margin: 0px auto;
    width: 150px; /* 189*/
    display: block; 
}

#publiLeft {
    background: url("images/degra-gris.png") repeat-x transparent;
}

#publiRight {
    background: url("images/degra-azul.png") repeat-x transparent;
}

#tapita {
    height: 180px;
    text-align:center; 
    background: url('images/pastito-maya.png') repeat-x transparent;   
    background-position:center bottom; 
}

.adentrotapita {
    width: 960px;
    margin: 0 auto;
}

.topper {
    height: 1px;
    margin: 0 auto;
    width: 960px;
}

.promoA p{
    background: url("images/promoTexto.png") no-repeat scroll 0 0 transparent;
    font-size: 10px;
    height: 29px;
    margin: 0 0 10px;
    padding: 10px 0 0;
    text-align: center;
}

.promoB p{
    background: url("images/promoTextoB.png") no-repeat scroll 0 0 transparent;
    font-size: 10px;
    height: 29px;
    margin: 0 0 10px;
    padding: 10px 0 0;
    text-align: center;
}

.promoC p{
    background: url("images/promoTextoC.png") no-repeat scroll 0 0 transparent;
    font-size: 10px;
    height: 29px;
    margin: 0 0 10px;
    padding: 10px 0 0;
    text-align: center;
}

.promoD p{
    background: url("images/promoTextoD.png") no-repeat scroll 0 0 transparent;
    font-size: 10px;
    height: 29px;
    margin: 0 0 10px;
    padding: 10px 0 0;
    text-align: center;
}

ul.sidenav {
	font-size: 11px;
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #005094;
	border-bottom: 1px solid #3373a9;
	border-top: 1px solid #003867;
        text-align: right;
}
ul.sidenav li a{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 255px;
	padding: 10px 10px 10px 35px;
	background: url(images/sidenav_.gif) no-repeat 5px 7px;
	border-top: 1px solid #3373a9;
	border-bottom: 1px solid #003867;
}
ul.sidenav li a:hover {
	background: #003867 url(images/sidenav_.gif) no-repeat 5px 7px;
	border-top: 1px solid #1a4c76;
}
ul.sidenav li span{	display: none; }
ul.sidenav li a:hover span {
	display: block;
	font-size: 0.8em;
	padding: 10px 0;
}

