/*        ASIDE   (general) */

aside {
    bottom: 140px;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #0954c6;
    z-index: 500;
}
aside table {
    border-radius: 10px;
    font-family: 'Futura-bk';
}

aside.col-md-4 { width:30% !important;}
aside h5{ font-size:18px; color:#4689fd ;}
aside h6{ font-size: 14px;}



article .col-md-12 { width: 80% }
article img {max-width: 100%; height: auto;}

.navigation .screen-reader-text {display: none;}

.table-striped>tbody>tr:nth-child(odd)>td{
    background-color: white;
}
table {
    table-layout: fixed;
}
table tbody td:first-child {
    width: 70px;
}
aside thead tr th{
    padding: 10px;
}
aside tbody {
    background-color: white;
}
aside tbody tr{
    background-color: #effafe;
    border-top: 1px solid #cbd1ff;
    border-bottom: 1px solid #cbd1ff;
}
table a {
    font-family: 'FuturaICGBookOblique';
    float: right;
    margin-right: 8px;
    color: #535353;
}
aside.row {
    /*padding: 0;*/
    padding: 0;
}
/*.icono-tic {
    width: 25px;
    height: 25px;
    margin: 10px 20px 0 20px;
    float: left;

}*/
tbody td div {
    float: left;
    display: block;
}
/*.icono-aside  {
    width: 60px;
    height: 60px;
    margin: 15px;
}*/
div.titulo-aside {
    display: none;
}
.titulo-aside-blog h4{
	color: #ffffff;
}
aside .aside-celdas {
    padding: 5px 0;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    clear:both;
}
div.aside-main{
    float:right;
    width: 70%
}


/* BLOG */
aside table div{
	padding: 20px 0 !important;
    float: none;
}
aside table td{
	padding: 0px 0 !important;
}


aside table a{
	font-family: 'Futura-bk';
	font-weight: 300;
}

aside table ul{
	padding: 0;
	margin: 0;
}

aside table ul li {
	/*list-style-image: url("/wp-content/themes/implaser-temp/img-boceto/ico-disc-blue.png")!important;	
	list-style-position: inherit;*/
	list-style:none;
	padding: 10px 0 10px 30px;
	line-height: 1.6em;
	/*border-bottom: solid 1px #d6dbfd;*/

}
aside table ul li a{
	font-size: 1.3em;
	text-decoration: none;
	color: #007edd;
	float: none;
}


aside table ul li a:hover{
	text-decoration: underline;

}
aside table ul li:nth-child(2n){
 	background-color: #eff6fc;
 	/*border-bottom: solid 1px #d6dbfd;*/
}



/*     SIDEBAR INTERIOR     */

.wpb_widgetised_column h4.sb_titulo, .wpb_widgetised_column h4.sb_titulo_int{
	border-radius: 12px 12px 0 0;
	background-color: #005fbf;
	/*font-family: 'SourceSansPro-Regular';*/
	font-family: 'FuturaBT-Bold';
	font-size: 1.6em;
	color: white;
	padding: 25px 5px 20px 30px;
	margin: 0;
	border-bottom: 2px solid #ddd;
}
.wpb_widgetised_column h4.sb_titulo_int{
	border-radius: 0;
	padding: 15px 5px 20px 30px;
}
.wpb_widgetised_column h4.sb_titulo em, .wpb_widgetised_column h4.sb_titulo_int em{
    font-family: 'FuturaICGBookOblique';
    font-size: 0.875em;
}
/*.wpb_widgetised_column h4.sb_titulo strong, .wpb_widgetised_column h4.sb_titulo_int strong{
    font-family: 'FuturaICGBookOblique';


}*/


.sb_container{
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
	margin: 0 1px 30px 1px;
}

/*.sb_container{
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	margin: 0 1px 30px 1px;
}*/
.wpb_widgetised_column ul{
	   margin: 0;
}
.wpb_widgetised_column ul li{
	list-style: none;
	padding: 15px 0 10px 30px;
	margin: 0;
	line-height: 1.5em;
}
.wpb_widgetised_column ul li a{
	font-size: 1em;
	text-decoration: none;
	color: #007edd;
}
.wpb_widgetised_column ul li a:hover{
	text-decoration: underline;
	cursor:pointer;
}
.wpb_widgetised_column ul li:nth-child(2n){
 	background-color: #eff6fc;
 	border-bottom: solid 1px #d6dbfd;
}
.wpb_widgetised_column ul li.check {
	background: url("/wp-content/themes/implaser-temp/img-boceto/tic-verde.png") no-repeat 25px 10px transparent;
    list-style-type: none;
    margin: 0;
    padding: 12px 0px 12px 58px;
    vertical-align: middle;
}
.wpb_widgetised_column ul li.check.amarillo {
	background: url("/wp-content/themes/implaser-temp/img-boceto/tic-amarillo.png") no-repeat 25px 10px transparent;
}
.wpb_widgetised_column ul li.stock24 {
	background: url("/wp-content/themes/implaser-temp/img-boceto/ico-stock-24h-sidebar.png") no-repeat 25px 10px transparent;
    list-style-type: none;
    margin: 0;
    padding: 12px 0px 12px 58px;
    vertical-align: middle;
}
.wpb_widgetised_column ul li.check:nth-child(2n){
 	background-color: #eff6fc;
 	border-bottom: solid 1px #d6dbfd;
}
.wpb_widgetised_column ul li.pdf {
	background: url("/wp-content/themes/implaser-temp/img-boceto/ico-download-sidebar.png") no-repeat 25px 10px transparent;
    list-style-type: none;
    margin: 0;
    padding: 12px 0px 12px 58px;
    vertical-align: middle;
}

/*     BANNERS SIDEBAR     */

a.sidebar_banner{
	display: block;
	box-sizing: border-box;
	margin: 20px 0;
	min-height: 120px;
	min-width: 320px;
	text-decoration: none;
	border-radius: 8px;


}
.bg_rojo{
	background-color: #bd1e30;	
}
.bg_amarillo{
	background-color: #f09542 !important;
}
.bg_verde{
	background-color: #979f3f !important;
}
.bg_azul{
	background-color: #0e9bcc !important;
}


.general{
	padding: 20px;
}

.general h4{
	font-size: 1.2em;	
	font-family: 'FuturaBT-Bold';
}
.logos_luminarias{
	text-align: center;
}

.logos_luminarias img{
	margin: 10px auto;

}
.logos_luminarias p{
	padding: 10px 10px;
	background-color: #eff6fc;
	line-height: 1.1em;
	font-size: 1em;
	color: #0e9bcc;
	font-style: italic;
	}

.sidebarblog .sb_container {
  margin-bottom: 0;
  box-shadow: 0px 0px 0px 0px;
}

.sidebarblog .sb_container h4 {
  border-radius: 0;
}

.sidebarblog .sb_container:first-child h4 {
  border-radius: 12px 12px 0 0;
}

