h2.ss-subtitle{
    padding: 10px 10px 40px;
    font-size: 16px;
    color:#CCC;
	position: relative;
}
h2.ss-subtitle:before{
	width: 4px;
	height: 40px;
	background:#CCC;
	content: '';
	position: absolute;
	right: 75%;
	margin-right: -4px;
	bottom: -4px;
}
h2.ss-subtitle:after{
	width: 25%;
	height: 0px;
	content: '';
	position: absolute;
	right: 50%;
	margin-right: -1px;
	bottom: -4px;
}
.ss-links{
	position: fixed;
	left: 10px;
	top: 166px;
	width: 25%;
	z-index: 100;
}
.ss-links a{
	
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	float: left;
	border-radius: 50%;
	display: block;
	text-align: center;
}
.ss-links a:hover{
	background: rgba(0,0,0,0.4);
}
.ss-container{
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
	overflow: hidden;
	padding-bottom: 200px;
}
.ss-container h2{
    font-size: 15px;
    color: #999;
	padding: 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.ss-container:before{
    position: absolute;
    width: 4px;
    background:#CCCCCC;
    top: 0px;
    left: 50%;
	margin-left: -2px;
    content: '';
    height: 100%;
}
.ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 5px 0;
}
.ss-left, .ss-right{
    float: left;
    width: 48%;
    position: relative;
}
.ss-right{
    padding-left: 2%;
}
.ss-left{
    text-align: right;
    float: left;
    padding-right: 2%;
}
/*CSS Circulo*/
.ss-circle{
    overflow: hidden;
    display: block;
    text-align:center;
}
.ss-small .ss-circle{
	width: 40px;
	height: 40px;
	padding:20px 10px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
	background-color:#f5f5f5
}
.ss-circle-deco:before{
	width: 7%;
	height: 0px;
	border-bottom: 1px dotted #003876;
	border-bottom: 1px dotted #003876;
	position: absolute;
	top: 50%;
	content: '';
	margin-top:0px;
}
.ss-circle-deco:after{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.ss-left .ss-circle-deco:before{
    right: 0%;   
}
.ss-right .ss-circle-deco:before{
    left: 0%;   
}
.ss-left .ss-circle-deco:after{
	right: 0;
	border-right: 10px solid #CCC;
}
.ss-right .ss-circle-deco:after{
	left: 0;
	border-left: 10px solid #CCC;
}
.ss-left .ss-circle{
    float: right;
    margin-right: 5%;
}
.ss-right .ss-circle{
    float: left;
    margin-left: 5%;
}
/*h3*/
.ss-container h3{
    margin-top: 5px;
	padding: 7px 15px;
	background:#FFF;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
}
.ss-container .ss-medium h3{
	margin-top: 82px;
}
.ss-container .ss-large h3{
	margin-top: 133px;
}
.ss-container .ss-left h3{
	border-right: 3px solid #003876;
}
.ss-container .ss-right h3{
	border-left: 3px solid #003876;
	
}
.ss-container h3 span{
    font-size: 13px;
	color:#CCC;
    display: block;
    padding-bottom: 5px;
}
.ss-container h3 a{
    font-size: 28px;
    color: rgba(255,255,255,0.9);
    display: block;
}
.ss-container h3 a:hover{
	color: rgba(255,255,255,1);
}
