/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#header.full-header #logo {
	border-right: 0px;
}

#header.full-header #primary-menu > ul {
	border-right: 0px;
}

.entry:after {
    background-color: transparent;
}

.heading {
	background-color: transparent;
	background-position: 0;
	background-repeat: no-repeat;
	overflow: hidden;
	border-bottom: 10px solid #0265a9;
}

.heading .emphasis-title h2 {
	color:#fff;
	font-size:50px;
	padding-top:30px;
}

.heading .emphasis-title p.lead {
	color:#efefef;
}

.area h3 {
	color: #0066a4;
}

.eje {
	color: #0066a4;
}

.vua_popup_btn_div{
	float:right;
}

.promo.promo-dark {
	background-color: #0065a4 !important;
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
	color: #01b1ec;
}

.form-group > label.error {
	display: block !important;
	text-transform: none;
}

#csi_sectores a {
	color:#f8932b;
}
#csi_tabla td, #csi_tabla th {
	color:#fff;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:200;
}

.my-float{
	margin-top:16px;
}
