@charset "utf-8";
*{
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}
html{
	height: 100%;
    overflow-y: scroll;
}
body{
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%; /*10px, default value: 16px*/
}
#body{
	min-height: 100%;
	position: relative;
}
header{
    height: 100px;
	background: url(../img/header-bg.jpg);
}
nav{
	height: 66px;
	background: url(../img/nav-bg.jpg);
}
#content{
    padding-top: 30px;
	padding-bottom: 150px; /* 90 + 60 (el alto del footer más el padding) */
}
footer{
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/footer-bg.jpg);
}
.wrapper{
    max-width: 1476px;
    position: relative;
    margin: auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	height: 0;
    clear: both;
    overflow: hidden;
}
a{
    font-size: 1.4em;
    color: #337BB7;
}
a:hover{
    color: #1C4971;
}

ul li{
   list-style: none;
}
h1{
    margin-bottom: 10px; /*30px*/
    line-height: 41px;
	font-size: 3em; /*30px*/
	font-weight: normal;
	color: #1C4971;
}
h1.add{
	padding-left: 44px;
	background: url(../img/title-add.png) no-repeat left center;
}
h1.update{
	padding-left: 44px;
	background: url(../img/title-update.png) no-repeat left center;
}
h1.query{
	padding-left: 44px;
	background: url(../img/title-query.png) no-repeat left center;
}
h1.del, h1.del-group{
	padding-left: 44px;
	background: url(../img/title-del.png) no-repeat left center;
}
h1.show{
	padding-left: 44px;
	background: url(../img/title-show.png) no-repeat left center;
}
h2{
	font-family: Tahoma;
	font-size: 2.5em;
	color: #666;
	padding: 10px 0 5px 0;
	margin: 10px 0;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
}
p{
    font-size: 1.4em; /*14px*/
    line-height: 1.5em; /*21px*/
    padding: 0 0 0.75em 0;
}
pre{
    font-size: 1.6em;
}
header .wrapper{
	max-width: none;
	height: 100px;
	background: url(../img/header.jpg) no-repeat;
}
header #client{
	height: 88px;
	position: absolute;
	bottom: 0;
	left: 25px;
}
header #client #client-left{
	width: 17px;
	height: 88px;
	background: url(../img/client-left.png) no-repeat;
}
header #client #client-name{
    max-width: 650px;
    height: 88px;
	padding: 0 10px;
	background: url(../img/client-bg.png) repeat-x;
	line-height: 95px;
	font-size: 3.2em;
	font-weight: bold;
	text-align: center;
	color: #337BB7;
    overflow: hidden;
}
header #client #client-name.client{
    min-width: 120px;
}
header #client #client-name img{
	vertical-align: middle;
}
header #client #client-right{
	width: 22px;
	height: 88px;
	background: url(../img/client-right.png) no-repeat;
}
header #trademan{
	position: absolute;
	bottom: 6px;
	right: 24px;
	padding: 5px;
	border-radius: 3px;
	background-color: #FFF;
}
header #trademan img{
	height: 28px;
}
header #logged{
	min-width: 294px;
	height: 36px;
	position: absolute;
	top: 8px;
	right: 0;
	background: url(../img/logged.png) no-repeat right;
}
header #logged a{
	height: 15px;
	float: right;
	margin: 12px 25px 0 0;
    line-height: 14px;
	text-decoration: none;
	font-family: Tahoma;
    font-size: 1.2em;
	color: #B0D0EA;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
header #logged a:hover{
	color: #9AC4E4;
}
header #logged a.profile{
	color: #FFF;
	padding-left: 22px;
	background: url(../img/ico-profile.png) no-repeat left center;
}
header #logged a.profile:hover{
	color: #DDD;
}
@media screen and (max-width: 1049px){
    header #client #client-name{
        max-width: 550px;
        min-width: none;
        font-size: 3em;
    }
    header #client #client-name img{
   		width: 100%;
   	}
   	header #client #client-name.client img{
		width: auto;
	}
}
@media screen and (max-width: 923px){
    header #client #client-name{
        max-width: 350px;
        font-size: 2.6em;
    }
}
@media screen and (max-width: 720px){
    header #client #client-name{
        max-width: 250px;
        font-size: 2.2em;
    }
}
@media screen and (max-width: 630px){
    header #client{
        height: 68px;
    }
    header #client #client-left, header #client #client-right{
    	width: 14px;
    	height: 68px;
        background-size: 14px 68px;
    }
    header #client #client-name{
        max-width: 150px;
        height: 68px;
        background-size: 1px 68px;
        line-height: 75px;
        font-size: 1.8em;
    }
    header #trademan{
		top: 118px;
		bottom: auto;
		left: 25px;
		right: auto;
	}
    header #logged{
        height: 26px;
        background-size: 212px 26px;
        background-position: right;
    }
    header #logged a{
    	margin: 6px 25px 0 0;
    	font-size: 1.1em;
    }
    header #logged a.profile{
    	padding-left: 22px;
    }
}
nav .wrapper{
	height: 66px;
	background: url(../img/nav.jpg) no-repeat right 0;
}
nav #btnMenu{
    position: absolute;
    top: 13px;
    right: 15px;
    border: 1px solid #E5E5E5;
}
nav #btnMenu a{
    width: 39px;
    height: 39px;
    display: block;
    background: url(../img/menu-btn.png) no-repeat center 0 #FBFBFB;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
nav #btnMenu a:hover{
    background: url(../img/menu-btn.png) no-repeat center -39px #FFF;
}
nav ul{
	position: absolute;
    top: 13px;
    right: 0;
    z-index: 999;
    background-color: #FBFBFB;
    background-image: linear-gradient(to bottom, #FFF 0%, #FBFBFB 70%);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}
nav ul.vertical{
    top: 58px;
    right: 15px;
    left: 15px;
}
nav ul li{
    float: left;
    position: relative;
    margin-left: -1px;
    border: 1px solid #E5E5E5;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
nav ul li.arrow{
    background: url(../img/menu-arrow.png) no-repeat right center;
}
nav ul.vertical li{
    float: none;
    margin-left: 0;
    margin-top: -1px;
}
nav ul.vertical li.arrow{
    background: url(../img/menu-plus-min.png) no-repeat 8px 0;
}
nav ul li:hover{
    background: #F7F7F7;
}
nav ul li.arrow:hover{
    background: url(../img/menu-arrow.png) no-repeat right center #F7F7F7;
}
nav ul.vertical li.arrow:hover{
    background: url(../img/menu-plus-min.png) no-repeat 8px 0 #F7F7F7;
}
nav ul li a{
    display: block;
    padding: 0 42px 0 14px;
    line-height: 39px;
    font-size: 1.4em;
    color: #337BB7;
    text-decoration: none;
}
nav ul.vertical li a{
    padding: 0 42px 0 32px;
}
nav ul li a:hover{
    color: #337BB7;
}
nav ul li ul{
    width: 260px;
    display: none;
    top: 100%;
    left: 0;
    z-index: 999;
    margin-left: -1px;
    padding: 9px 0;
    border: 1px solid #E5E5E5;
    background: #F7F7F7;
    box-shadow: 7px 8px 10px rgba(0,0,0,0.15);
}
nav ul li ul.menu-right{
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -1px;
    box-shadow: -7px 8px 10px rgba(0,0,0,0.15);
}
nav ul.vertical li ul{
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    border: 0;
    border-top: 1px solid #E5E5E5;
    box-shadow: none;
}
nav ul li ul li{
    float: none;
    margin-top: -1px;
    margin-left: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background-color: #FBFBFB;
    background-image: linear-gradient(to bottom, #FFF 0%, #FBFBFB 70%);
}
nav ul.vertical li ul li{
    margin-left: 30px;
    border-left: 1px solid #E5E5E5;
}
nav ul li ul li a{
    padding: 0 16px;
    line-height: 32px;
    font-size: 1.3em;
    background: url(../img/menu-query.png) no-repeat 94% 0;
}
nav ul li ul li a:hover{
    background: url(../img/menu-query.png) no-repeat 94% -32px #FFF;
    font-weight: bold;
    color: #1C4971;
}
nav ul li ul li a.add{
    background-image: url(../img/menu-add.png);
}
@media screen and (max-width: 1440px){
    nav .wrapper{
        background: none;
    }
    nav ul{
        right: 15px;
    }
}
#content .wrapper{
	padding: 0 25px;
}
footer .wrapper{
	max-width: none;
	height: 90px;
	background: url(../img/footer.jpg) no-repeat 25px;
}
footer a{
	float: right;
	margin-top: 39px;
	margin-right: 25px;
	text-decoration: none;
	font-family: Tahoma;
    font-size: 1.2em;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
footer a:hover{
	color: #DDD;
}
footer a.logo{
    float: left;
    margin-top: 30px;
    margin-left: 25px;
}
@media screen and (max-width: 313px){
    footer a{
    	margin-right: 15px;
    }
    footer a.logo{
        margin-left: 15px;
    }
}

.box{
    max-width: 250px;
    display: inline-block;
    margin: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 1px;
    background-color: #FBFBFB;
    background-image: linear-gradient(to bottom, #FFF 0%, #FBFBFB 15%);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.box .top{
    height: 30px;
    background: url(../img/ico-default.png) no-repeat 11px center;
    line-height: 31px;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 38px;
    padding-right: 15px;
}
.box .top .title{
    font-size: 1.5em;
    font-weight: bold;
    color: #1C4971;
}
.box .top a{
    text-decoration: none;
    font-size: 1.3em;
}
.box .content{
    height: 86px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #E5E5E5;
    line-height: 86px;
    text-align: center;
    font-family: Verdana;
    font-size: 4.5em;
    color: #B0D0EA;
}
.box .bottom{
    height: 72px;
    padding: 7px;
    border-top: 1px solid #FFF;
}
.box .bottom div{
    padding-top: 5px;
}
.box.user .top{
    background-image: url(../img/ico-user.png);
}
.box.news .top{
    background-image: url(../img/ico-news.png);
}
.box.category .top{
    background-image: url(../img/ico-category.png);
}
.box.section .top{
    background-image: url(../img/ico-section.png);
}
.box.product .top{
    background-image: url(../img/ico-product.png);
}
.box.shop .top{
    background-image: url(../img/ico-shop.png);
}
.box.newsletter .top{
    background-image: url(../img/ico-newsletter.png);
}
.box.config .top{
    background-image: url(../img/ico-config.png);
}
.box.light .top{
    background-image: url(../img/ico-light.png);
}
.box.cart .top{
    background-image: url(../img/ico-cart.png);
}

.documentacion{
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.documentacion a{
	display: block;
	height: 40px;
	padding: 0 10px;
	border-radius: 3px;
	line-height: 40px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.documentacion a:hover{
	opacity: 0.9;
}
.documentacion.btn1 a{
	background-color: #305E9D;
}
.documentacion.btn2 a{
	background-color: #BE221F;
}