html
{
	height: 100%;
}

body
{
	margin-bottom: 68px;
	padding-top: 0px;
	margin-top: -13px;
}

/* MENU */

#header-container {
	top: 0;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	position: fixed;
}

#nav > .navbar-inner {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	margin-left: -5px;
}

.navbar-fixed-top {
	margin-top: 140px;
	background-color: rgba(175,34,39,1.00);
	position: fixed;
	border-bottom: thin solid #AF2227;
	z-index: 99;
	padding-left: 0px;
	padding-top: 2px;
}

.navbar-nav > li > a {
	padding-bottom: 2px;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-radius: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu {
	color: #FFFFFF;
	border-left-style: solid;
	border-left-color: #AF2227;
	border-bottom: 0px;
	padding-top: 6px;
	top: 44px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu {
	color: #FFFFFF;
	background-color: #AF2227;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #FFFFFF;
	background-color: #AF2227;
}

.navbar.navbar-default.navbar-fixed-top a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	border: transparent;
}

.navbar.navbar-default.navbar-fixed-top .active a {
	color: #FFFFFF;
	background-color: #AF2227;
	border-bottom: medium solid #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFFFFF;
	border-bottom: medium solid #FFFFFF;
	background-color: #AF2227;
}

.navbar-default .navbar-toggle {
	border-color: #AF2227;
	background-color: #AF2227;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

/* Fim de MENU */

/* HEADER */

#header-container {
	top: 0px;
	width: 100%;
	position: relative;
	padding-top: 0px;
	z-index: 1030;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	height: 140px;
}

.page-header-inner {
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
}

#main-logo {
	padding-top: 25px;
	margin-left: -10px;
}

#social-icons {
	text-align: right;
	padding-top: 25px;
	margin-right: -5px;
}

#telefone {
	color: #AF2227;
}

#telefone a:hover {
	color: #414042;
	text-decoration: none;
}

#moodle {
	text-align: right;
	color: #AF2227;
	font-variant: small-caps;
	padding-top: 25px;
	padding-right: 40px;
}

#moodle a {
	color: #AF2227;
	padding-top: 20px;
}

#moodle a:hover {
	color: #414042;
	text-decoration: none;
}

#telefone i, #telefone a {
	padding-top: 20px;
	color: #AF2227;
}

.list-inline-item span {
	font-size:36px;
	color: #AF2227
}

.fa:hover {
	color: #414042;
}



/* Fim de HEADER */

/* BOTÕES */

::-webkit-input-placeholder {color:#2d2c2c;}
::-moz-placeholder          {color:#2d2c2c;} /* Firefox 19+ */
:-moz-placeholder           {color:#2d2c2c;} /* Firefox 18- */
:-ms-input-placeholder      {color:#2d2c2c;}

.btn {
	width: 180px;
	background: #af2227;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: Helvetica;
	color: #ffffff;
	font-size: 15px;
	padding: 10px 20px 10px 20px;
	border: solid #949494 1px;
	text-decoration: none;
}

.btn:hover {
	background: #494545;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

/* Fim de BOTÕES */

/* INÍCIO */

.container-titulo-pagina {
	text-align: center;
	color: #AF2227;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 14px;
}

	
.carousel {
	margin-top: -20px;
}


.carousel .item img {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 100%;
}

#inicio-icones {
	padding-top: 20px;
}


#inicio-icones p {
	text-align: left;
}

#inicio-icones i, #inicio-icones a {
	padding-top: 20px;
	color: #AF2227;
}

#inicio-icones i:hover, #inicio-icones a:hover {
	color: #414042;
}

#container-destaque-notocias .thumbnail {
  	position: relative;
	width: 100%;
	height: auto;
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#container-destaque-notocias .caption h3 {
	text-align: left;
}

#container-destaque-notocias .caption p {
	text-align: left;
}

h5 a[href^="tel:"] {
	color: #000000;
	font-style: normal;
}

h5 a[href^="tel:"]:hover {
	text-decoration: none;
}

h5 a[href^="mailto:"] {
	color: #000000;
	font-style: normal;
}

h5 a[href^="mailto:"]:hover {
	color: #AF2227;
}


/* Fim de INÍCIO*/

/* CURSOS */

.container-subtitulo-pagina {
	text-align: center;
	color: #AF2227;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


#titulo-cursos .btn.dropdown-toggle {
	color: #414042;
	background-color: #FFFFFF;
}

#cursos-detalhe {
	margin-left: 0px;
	margin-right: 0px;
}

#cursos-detalhe .nav-tabs {
	background-color: #FFFFFF;
	border-bottom: 2px solid #AF2227;
}

#cursos-detalhe .nav.nav-tabs .active a {
	background-color: #AF2227;
	border-radius: 0;
	color: #ffffff;
}

#cursos-detalhe .nav.nav-tabs .active a:hover {
	background-color: #AF2227;
	border-radius: 0;
	color: #FFFFFF;
}


#cursos-detalhe .nav.nav-tabs > li > a {
	margin-top: 2px;
	color: #000000;
	border-color: #FFFFFF #FFFFFF #FFFFFF;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #AF2227;
    border-left-color: #FFFFFF;
	
}

#cursos-detalhe .nav.nav-tabs > li > a:hover {
	color: #AF2227;
	background-color: #FFFFFF;
}

#cursos-detalhe .tab-content {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}


.modal-header, .modal-header .close {
      background-color: #AF2227;
      color:white !important;
      text-align: center;
      font-size: 30px;
}

.modal-footer {
      background-color: #AF2227;
}

#alert_placeholder {
	text-align: center;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* Fim de CURSOS */

/* METODOLOGIA */

.metodoInterna {
	padding-top: 30px;
}


/* Fim de METODOLOGIA */

/* NOTICIAS */

#noticias .thumbnail {
	float: left;
	border-style: solid;
	display: inline;
	height: auto;
	margin-bottom: 12px;
}

#noticias .thumbnail > img {
	width: 300px;
    float: left;
    margin-right: 12px;
}

#noticias .thumbnail > .caption {
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 312px;
	padding-bottom: 4px;
}

#noticias .caption h3 {
	text-align: left;
	margin-top: 0px;
}

#noticias .caption p {
	text-align: left;
}

/* Fim de NOTICIAS */

/* FOOTER */

.footer {
	margin-top: 15px;
	background-color: #414042;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	color: #AF2227;
	text-decoration: none;
}

.footer a[href^="mailto:"] {
	color: white;
	font-style: normal;
}

.footer a[href^="mailto:"]:hover {
	color: #AF2227;
}

.footer .text-primary {
	color: #FFFFFF;
}

#social-icons-footer .list-inline-item span {
	font-size: 36px;
	color: #FFFFFF;
}

#social-icons-footer .list-inline-item span:hover {
	font-size: 36px;
	color: #AF2227;
}

.sitemap > ul {
	padding-left: 0px;
	padding-right: 12px;
}

.sitemap li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
	border-bottom: 1px solid #FFFFFF;
}

.sitemap li a {
	font-size: 12px;
	padding-left: 12px;
}

.sitemap li a:hover {
	color: #AF2227;
	text-decoration: none;
}

#sub-footer {
	padding-top: 20px;
}

#footer-center {
	
}
	
/* Fim de FOOTER */

.container {
	max-width: 930px;
}

.thumbnail  {
  	position: relative;
	width: 100%;
	height: 400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flex-row .thumbnail,
.flex-row .caption {
  	flex:1 0 auto;
  	flex-direction:column;
}

.flex-text {
	flex-grow: 1;
	text-align: center;
}

.flex-row img {
	  height:auto;
	  width:100%;
}

.thumbnail .botao_detalhes {
	position: absolute;
	width: 98%;
    bottom: 0px;
    padding:5px;
}

.clr {
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    border: none;
}

@media (min-width: 861px) and (max-width: 991px)
{

	body
	{
		padding-top: 0px;
		top: 0px;
	}
	
	#header-center {
	display: none;
	}
	
	.thumbnail  {
	height: 360px;
	}

	.thumbnail .botao_detalhes {
	position: absolute;
	width: 98%;
    bottom: 0px;
    padding: 5px;
	}

	#form-cursos .nav.nav-tabs > li > a {
	margin-top: 2px;
	font-size: 12.5px;
	}

/*---------------------------------------------------*/
/*------[Big Invisible Triangle - Quiroz.co]------*/
/*---------------------------------------------------*/

.big-triangle:after,.big-triangle:before {
	content:'';
	position:absolute;
	bottom:0;
	width:50%;
	z-index:10;
	border-bottom:50px solid #ccc;
	-moz-transform:rotate(0.000001deg);
	-webkit-transform:rotate(0.000001deg);
	-o-transform:rotate(0.000001deg);
	-ms-transform:rotate(0.000001deg);
	transform:rotate(0.000001deg);}

.big-triangle:before{
	right:50%;
	border-right:110px solid transparent;
	border-left:0px solid;}

.big-triangle:after{
	left:50%;
	border-left:110px solid transparent;
	border-right:0px solid;}
 
.formTopo {
	position: relative;
	width: 220px;
	height: 100px;
	background-color: #840109;
	text-align: center;
	}

.formMain {
	background-color: #ccc;
	width: 220px;
	}

.formFooter {
	width: 100%;
	height: 20px;
	background-color: #ccc;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-top: -1px;
	}

.formTopo p {
	color: #fff;
	font-size: 13px;
	padding-top: 15px;
	text-align: center;
	}

.form {
	margin-left: 10px;
	padding-top: 15px;
	text-align: center;
	margin-right: 10px;
	padding-bottom: 5px;
	}

.campoForm {
	width: 100%;
	height: 28px;
	padding: 5px;
	border: 1px solid #6a6666;
	font-size: 13px;
	color: #2d2c2c;
	margin-bottom: 15px;
	}

.btn_formulario {
	width: 170px;
	background: #af2227;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: Helvetica;
	color: #ffffff;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	border: solid #949494 1px;
	text-decoration: none;
	}

.btn_formulario:hover {
	background: #494545;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	}
	
}

@media (max-width: 768px)
{
	
	.row {
    margin-right: 0px;
    margin-left: 0px;
	}
	
	#logo-supra-header {
	padding-top: 30px;
	padding-bottom: 25px;
	}
	
	#header-container {
	display: none;
	}
	
	.navbar-fixed-top {
	border-bottom: thin solid #AF2227;
	position: relative;
	margin-top: -5px;
	}	
	
	.navbar-brand {
	display: none;
	}
	.affix .navbar-brand {
	display: block;
	}
	
	.navbar.navbar-default.navbar-fixed-top a {
	padding-top: 12px;
	padding-bottom: 12px;
	border-left: medium solid #AF2227;
	}
	
	.navbar.navbar-default.navbar-fixed-top .active a {
	color: #FFFFFF;
	background-color: #AF2227;
	border-left: medium solid #FFFFFF;
	border-bottom: 0px;
	}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFFFFF;
	border-bottom: 0px;
	border-left: medium solid #FFFFFF;
	background-color: #AF2227;
	}
	
	#nav-wrapper.affix {
	width: 100%;
	z-index: 99;
	margin-top: -240px;
	}
	
	#nav {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	top: 0px;
	}
	
	#moodle-supra-header {
	float: right;
	text-align: right;
	color: #AF2227;
	font-variant: small-caps;
	margin-top: -150px;
	padding-right: 20px;
	}

	#moodle-supra-header a {
	color: #AF2227;
	padding-top: 20px;
	}

	#moodle-supra-header a:hover {
	color: #414042;
	text-decoration: none;
	}
	
	#noticias .thumbnail {
	position: relative;
	width: 100%;
	height: auto;
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	margin-bottom: 12px;
	}

	#noticias .thumbnail > img {
	width: 100%;
    float: none;
	margin-bottom: 12px;
	margin-right: 0px;
	}

	#noticias .thumbnail > .caption {
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	}

	#noticias .caption h3 {
	text-align: left;
	margin-top: 0px;
	}

	#noticias .caption p {
	text-align: left;
	}
	
	#container-destaque-notocias  img{
   	width: 400px;
	}

	
	#courseCarousell .affix {
	margin-top: 476px;
	}
		
	#supra-header a[href^="tel:"] {
	color: white;
	font-style: normal;
	text-decoration: none;
	}
	
	#supra-header a[href^="tel:"]:hover {
	color: 414042;
	}
	
	#supra-header a[href^="mailto:"] {
	color: white;
	font-style: normal;
	text-decoration: none;
	}
	
	#supra-header a[href^="mailto:"]:hover {
	color: 414042;
	}
	
	
	#header-center {
	display: none;
	}

	#coluna_formulario {
	text-align:center;
	}

	.center-block {
	float: none !important
	}
	
	
/*---------------------------------------------------*/
/*------[Big Invisible Triangle - Quiroz.co]------*/
/*---------------------------------------------------*/

.big-triangle:after,.big-triangle:before {
	content:'';
	position:absolute;
	bottom:0;
	width:50%;
	z-index:10;
	border-bottom:50px solid #ccc;
	-moz-transform:rotate(0.000001deg);
	-webkit-transform:rotate(0.000001deg);
	-o-transform:rotate(0.000001deg);
	-ms-transform:rotate(0.000001deg);
	transform:rotate(0.000001deg);}

.big-triangle:before{
	right:50%;
	border-right:150px solid transparent;
	border-left:0px solid;}

.big-triangle:after{
	left:50%;
	border-left:150px solid transparent;
	border-right:0px solid;}
 
.formTopo {
	position: relative;
	width: 300px;
	height: 100px;
	background-color: #840109;
	text-align: center;
	}

.formMain {
	background-color: #ccc;
	width: 300px;
	}

.formFooter {
	width: 100%;
	height: 20px;
	background-color: #ccc;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-top: -1px;
	}

.formTopo p {
	color: #fff;
	font-size: 15px;
	padding-top: 15px;
	text-align: center;
	}

.form {
	margin-left: 10px;
	padding-top: 15px;
	text-align: center;
	margin-right: 10px;
	padding-bottom: 5px;
	}

.campoForm {
	width: 100%;
	height: 28px;
	padding: 5px;
	border: 1px solid #6a6666;
	font-size: 13px;
	color: #2d2c2c;
	margin-bottom: 15px;
	}

.btn_formulario {
	width: 200px;
	background: #af2227;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: Helvetica;
	color: #ffffff;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	border: solid #949494 1px;
	text-decoration: none;
	}

.btn_formulario:hover {
	background: #494545;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	}
	
	.footer .col-xs-12 {
	padding-left: 30px;
	padding-right: 30px;
	}
	
	#footer-right {
	padding-top: 40px;
	}
	
	#footer-center {
	padding-top: 40px;
	}
	
	#sub-footer .col-xs-12 {
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
	.thumbnail  {
	position: relative;
	width: 100%;
	height: 380px;
	display: inline-table;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}

	.flex-row .thumbnail,
	.flex-row .caption {
	flex: 1 0 auto;
	flex-direction: column;
	}

	.flex-text {
	flex-grow: 1;
	text-align: center;
	}

	.flex-row img {
	  height:auto;
	  width:100%;
	}

	.thumbnail .botao_detalhes {
	position: relative;
	width: 100%;
	bottom: 0px;
	padding: 5px;
	}
	
}

@media only screen and (min-width: 768px)
{

	#header-container {
	position: fixed;
	}
	
	#supra-header {
	visibility: hidden;
	}
	
	.navbar-nav > li{
  	padding-left:2px;
	padding-right:1px;
	}

	.navbar-brand {
  	display: none;
	}
	
	.affix {
	position: static;
	}	

   .flex-row.row {
	display: flex;
	flex-wrap: wrap;
   	}
	
   .flex-row.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
   	}
	
  	.flex-row.row:after,.flex-row.row:before {
	 display: flex;
  	}
	
	
	
}

@media (min-width: 768px) and (max-width: 860px)
{

	.container {
	max-width: 760px;
	}
	
	#coluna_detalhes {
	padding-left: 15px;
	padding-right: 15px;
	}
	
	#coluna_formulario {
	padding-left: 0px;
	}
	
	#header-center {
	display: none;
	}
	
	.thumbnail  {
	height: 360px;
	}

	.thumbnail .botao_detalhes {
	position: absolute;
	width: 98%;
    bottom: 0px;
    padding:5px;
	}
	
	#form-cursos .nav.nav-tabs > li > a {
	margin-top: 2px;
	font-size: 13px;
	}

/*---------------------------------------------------*/
/*------[Big Invisible Triangle - Quiroz.co]------*/
/*---------------------------------------------------*/

.big-triangle:after,.big-triangle:before {
	content:'';
	position:absolute;
	bottom:0;
	width:50%;
	z-index:10;
	border-bottom:50px solid #ccc;
	-moz-transform:rotate(0.000001deg);
	-webkit-transform:rotate(0.000001deg);
	-o-transform:rotate(0.000001deg);
	-ms-transform:rotate(0.000001deg);
	transform:rotate(0.000001deg);}

.big-triangle:before{
	right:50%;
	border-right:116px solid transparent;
	border-left:0px solid;}

.big-triangle:after{
	left:50%;
	border-left:116px solid transparent;
	border-right:0px solid;}
 
.formTopo {
	position: relative;
	width: 234px;
	height: 100px;
	background-color: #840109;
	text-align: center;
	}

.formMain {
	background-color: #ccc;
	width: 234px;
	}

.formFooter {
	width: 100%;
	height: 20px;
	background-color: #ccc;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-top: -1px;
	}

.formTopo p {
	color: #fff;
	padding-top: 15px;
	text-align: center;
	}

.form {
	margin-left: 10px;
	padding-top: 15px;
	text-align: center;
	margin-right: 10px;
	padding-bottom: 5px;
	}

.campoForm {
	width: 100%;
	height: 28px;
	padding: 5px;
	border: 1px solid #6a6666;
	font-size: 13px;
	color: #2d2c2c;
	margin-bottom: 15px;
	}

.btn_formulario {
	width: 170px;
	background: #af2227;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: Helvetica;
	color: #ffffff;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	border: solid #949494 1px;
	text-decoration: none;
	}

.btn_formulario:hover {
	background: #494545;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	}	
}

@media (min-width: 992px)
{
	
#coluna_formulario {
	padding-left: 5px;
	padding-right: 5px;
	}


/*---------------------------------------------------*/
/*------[Big Invisible Triangle - Quiroz.co]------*/
/*---------------------------------------------------*/

.big-triangle:after,.big-triangle:before {
	content:'';
	position:absolute;
	bottom:0;
	width:50%;
	z-index:10;
	border-bottom:50px solid #ccc;
	-moz-transform:rotate(0.000001deg);
	-webkit-transform:rotate(0.000001deg);
	-o-transform:rotate(0.000001deg);
	-ms-transform:rotate(0.000001deg);
	transform:rotate(0.000001deg);}

.big-triangle:before{
	right:50%;
	border-right:145px solid transparent;
	border-left:0px solid;}

.big-triangle:after{
	left:50%;
	border-left:145px solid transparent;
	border-right:0px solid;}
 
.formTopo {
	position: relative;
	width: 290px;
	height: 100px;
	background-color: #840109;
	text-align: center;
	}

.formMain {
	background-color: #ccc;
	width: 290px;
	}

.formFooter {
	width: 100%;
	height: 20px;
	background-color: #ccc;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-top: -1px;
	}

.formTopo p {
	color: #fff;
	padding-top: 15px;
	text-align: center;
	}

.form {
	margin-left: 10px;
	padding-top: 15px;
	text-align: center;
	margin-right: 10px;
	padding-bottom: 5px;
	}

.campoForm {
	width: 100%;
	height: 28px;
	padding: 5px;
	border: 1px solid #6a6666;
	font-size: 13px;
	color: #2d2c2c;
	margin-bottom: 15px;
	}

.btn_formulario {
	width: 180px;
	background: #af2227;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: Helvetica;
	color: #ffffff;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	border: solid #949494 1px;
	text-decoration: none;
	}

.btn_formulario:hover {
	background: #494545;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	}

}
