﻿.link-es{
	margin: 0 auto;
	width: 1000px;
	padding: 20px;
}


.tab_title li {
    border-bottom: 2px solid #e1e1e1;
    padding-right: 40px;
    margin-right: 20px;
    cursor: pointer;
	list-style: none;
}

.tab_title li.on span {
    color: #e00515;
    border-color: #e00515;
}
.tab_title li span {
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin-bottom: -2px;
	    font-size: 14px;
		line-height: 25px;
}
.tab_title li {
    float: left;
}
.tab_con {
    margin-top: 10px;
    color: #777;
    font-size: 12px;
	clear: both;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
	overflow: hidden;
	margin-bottom: 0;
}

.tab_con p{
	    line-height: 2;margin: 0;
}


.tab_title li.on span {
    color: #ff8708;
    border-color: #ff8708;
}

.tab_con a:hover{
	color: #ff8708;
}
.list-unstyled a{
	color: #222;
}
.list-unstyled a:visited{
	text-decoration: none !important;
}
.list-unstyled a:hover{
	text-decoration: none !important;
}
