body {
    overflow-x: hidden;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
#page-top #cursos .container .row .col-lg-8.col-lg-offset-2 .botones a .btn.btn-default {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#titulo_home {
	font-family: "Times New Roman", Times, serif;
	text-transform: none;
	font-size: 46px;
}


.text-muted {
    color: #666;
}

.text-primary {
    color: #cc0000;
}

p {
    font-size: 14px;
    line-height: 1.45;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #666;
}

a:hover,
a:focus,
a:active,
a.active {
	color: #cc0000;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}
.btn-default {
	font-weight: 700;
	color: #FFF;
	background-color: #C00;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #006699;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
#portfolio .portfolio-item  {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
	margin: 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	color: #666;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}
footer {
	padding: 25px 0;
	text-align: center;
	background-color: #e7e7e7;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	outline: 0;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #666;
}
#fb {
	background-color: #003366;
}
#fb:hover{
	background-color: #666;
}
#yt {
	background-color: #c00;
}
#yt:hover{
	background-color: #666;
}
#encabezado {
	padding-top: 90px;
	padding-bottom: 50px;
	background-color: #333;
	background-image: url(../img/fondo_top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(min-width:768px) {
	#encabezado {
		padding-top: 140px;
	}
}
@media(min-width:992px) {
	#encabezado .container .row .col-md-8 {
		padding-left: 40px;
	}
}

#encabezado .container .row .col-md-8 h1 {
	line-height: 1em;
	color: #FFF;
	font-size: 40px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	margin-top: 0px;
	padding-top: 0px;
}
#encabezado .container .row .col-md-8 p {
	color: #FFF;
	font-size: 15px;
	line-height: 1.3em;
}
#encabezado .container .row .col-md-8 p  a {
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}
#encabezado .container .row .col-md-8 p  a:hover {
	color: #ccc;
	text-decoration: none;
}


#encabezado .container .row .col-md-8 h2 {
	line-height: 1em;
	color: #FFF;
	text-transform: none;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.navbar-default {
	height: 60px;
	border-color: transparent;
	font-size: 15px;
	line-height: 17px;
	background-color: #fff;
}
.form-group #pass {
	margin-top: 5px;
}
.navbar-form {
	background-color: #fff;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page-top .navbar.navbar-default.navbar-fixed-top .container #bs-example-navbar-collapse-1 {
	background-color: #fff;
}

.navbar-default .navbar-brand {
	height: 50px;
	width: 86px;
	background-image: url(../img/logo2_SFC.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.navbar-default .navbar-toggle {
	background-color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 14px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #CC0000;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
#page-top .navbar.navbar-default.navbar-fixed-top .container #bs-example-navbar-collapse-1 .nav.navbar-nav.navbar-left .activo {
	border-radius: 6px;
		background-color: #eee;
}
#page-top .navbar.navbar-default.navbar-fixed-top .container #bs-example-navbar-collapse-1 .nav.navbar-nav.navbar-right .navbar-text {
	font-weight: 600;
	color: #C00;
	padding-left: 15px;
	font-size: 15px;
	line-height: 17px;
	padding-top: 2px;
}

@media(min-width:768px) {
	.navbar-default .navbar-brand {
		height: 74px;
		width: 123px;
		background-image: url(../img/logo_SFC.png);
		background-repeat: no-repeat;
		background-position: 10px 0px;
		margin-top: 8px;
		margin-right: 30px;
	}
	.navbar-default {
		height: 90px;
	}
	.navbar-form {
	padding-top: 6px;
}
	.form-group #pass {
		margin-top: 0px;
	}
	#page-top .navbar.navbar-default.navbar-fixed-top .container #bs-example-navbar-collapse-1 {
		margin-top: 22px;
	}
}


#cursos {
	padding-top: 30px;
	padding-bottom: 50px;
}
#cursos h2 {
	line-height: 1em;
	color: #000;
	font-size: 40px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr {
	padding: 0px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.btn-curso {
	background-color: #eee;
	border: 1px solid #CCC;
	text-align: left;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: 6px;
	margin-bottom: 6px;
}
.btn-modulo {
	background-color: #eee;
	text-align: left;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.btn-curso:hover,
.btn-curso:focus,
.btn-curso:active,
.btn-curso.active,
.open .dropdown-toggle.btn-curso {
	color: #fff;
	background-color: #c00;
	border-top-color: #c00;
	border-right-color: #c00;
	border-bottom-color: #c00;
	border-left-color: #c00;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.btn-modulo:hover,
.btn-modulo:focus,
.btn-modulo.active,
.btn-modulo:active {
	color: #fff;
	background-color: #c00;
	border-top-color: #c00;
	border-right-color: #c00;
	border-bottom-color: #c00;
	border-left-color: #c00;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.icono_curso {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	padding-right: 4px;
}
.botones {
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 70px;
	margin-left: 30px;
}
.panel-body {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.lista-video {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	background-image: url(../img/movie.png);
	background-repeat: no-repeat;
	background-position: 34px center;
	background-color: #FFF;
}
.lista-archivo {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	background-image: url(../img/file.png);
	background-repeat: no-repeat;
	background-position: 34px center;
	background-color: #FFF;
}
.lista-vivo {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	background-image: url(../img/vivo.png);
	background-repeat: no-repeat;
	background-position: 34px center;
	background-color: #FFF;
}
.panel-heading {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.modulo-curso {
	background-color: #eee;
	border: 1px solid #CCC;
	border-radius: 7px;
	margin-bottom: 6px;
}
.panel panel-default{
	margin: 0px;
	padding: 0px;
}
.form-group .form-control-static {
	font-size: 18px;
	font-weight: 600;
	color: #C00;
}

#perfil {
	padding-top: 30px;
	padding-bottom: 50px;
}
#perfil h2 {
	line-height: 1em;
	color: #000;
	font-size: 40px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
