/*
DISEÑO 1
*/
#krelated {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#krelated * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#krelated a {
	outline: none !important;
	line-height: 1.2;
	font-size: 15px;
}
.krelated-content1>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    padding-left: 10px;
}
.krelated-content1>h3 {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px 0 0 0;
    border-bottom: 2px solid #EEE;
}
.krelated-content1>ul li>a {
	font-family: sans-serif;
	font-weight: 400;
	color: #197B9A;
	display: block;
	outline: none !important;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	-webkit-transition: all ease .15s;
	-moz-transition: all ease .15s;
	-ms-transition: all ease .15s;
	-o-transition: all ease .15s;
	transition: all ease .15s;
}
.krelated-content1>ul li>a:hover {
    padding-left: 2.5px;
    color: #0E5E77;
}
.krelated-content1>ul li>a:before {
	content: '';
	width: 8px;
	height: 10px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAACWSURBVHjajM8xDgFBFIDhb4dKIjqJxCG2cgOJ0Cs5iJtoHUEsDkCcQ6Gh04vGJpuxa7zmJX++vMlkg9U6xxY9zHFQMwEnDNHFHpMm2IlaLQ4NF75wwBGzFA6fXaRwqMRfeBqiWCDHI+q7UHPhjlfdr6szwhX9qC/bEbogi9ACm/APKp9OohKeU6iErRQq4Rg3PJsQvAcAhTgfeqxgu2cAAAAASUVORK5CYII=);
	display: inline-block;
	background-size: 80%;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 2px;
}

/*
DISEÑO 2
*/
.krelated-content2>h3 {
    font-family: sans-serif;
    font-size: 18px;
    color: #555;
}
.krelated-content2>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.krelated-content2>ul li {
    display: block;
    overflow: hidden;
    padding: 0;
}
.krelated-content2 .krelated-thumb {
    float: left;
    width: 100px;
    height: auto;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #eee;
    margin: 0 10px 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.krelated-content2 .krelated-thumb img {
    width: 100%;
    height: auto;
}
.krelated-content2 .krelated-post {
    overflow: hidden;
}
.krelated-content2 .krelated-post>a {
    font-size: 18px;
    font-family: arial;
    font-weight: 500;
    color: #145D82;
}
.krelated-content2 .krelated-post>a:hover {
    color: #09425F;
}
.krelated-content2 .krelated-desc {
    font-size: 15px;
    line-height: 15px;
    font-family: sans-serif;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    display: block;
}

/*
DISEÑO 3
*/
.krelated-content3>h3 {
    color: #FFFFFF;
	background: #2266bb;
	line-height: 25px;
	margin-top: 10; 
	margin-bottom: 15px;
	padding: 2px 0 2px 15px;
    font-family: sans-serif;
    font-size: 20px;
    display: block;
}
.krelated-content3>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: block;
}
.krelated-content3>ul li {
    width: 30%;
    margin: 5px 1%;
    border: 1px solid #EEE;
    box-shadow: 0px 3px 6px #CCC;
    min-height: 225px;
    display: inline-block;
    vertical-align: top;
}
.krelated-content3 .krelated-thumb img {
    max-width: 300px;
    width: 100%;
    max-height: 140px;
    height: 140px;
}
.krelated-content3 .krelated-post {
    padding: 5px 3px;
	max-height: 65px;
}
.krelated-content3 .krelated-post>a {
    color: #333;
    font-family: Arial,sans-serif;
    font-size: 17px;
	font-weight:700;
    display: block;
    height: 65px;
    overflow: hidden;
}
.krelated-content3 .krelated-post>a:hover {
    color: #000;
}
@media screen and (max-width: 470px) {
    #krelated {
        padding: 0;
    }
	.krelated-content3>ul li {
	    width: 47%;
	}
	.krelated-content3>ul li {
	    min-height: 180px !important;
	}
}