
.fondo01{
	background-color: #0B243A;
}
.fondo02{
	background-color: #0D699D;
}
.fondo03{
	background-color: #E9E7D1;
}


.logo2{
	width: 75px;
	/* height: 64px; */
}
.pleca01{
	background: #E7E7E7;
}

.barra1{
  width: 100%;
  font-family: 'open_sansregular';
  color: #FFF;
  font-size: 14px;
}

.ctcoin h1{
  font-family: 'open_sansregular';
  color: #235A97;
  font-size: 24px;
  font-weight: normal;
}
.ctcoin h2{
  font-family: 'open_sansregular';
  color: #000;
  font-size: 24px;
  font-weight: normal;
}
.ctcoin h3{
  font-family: 'open_sansregular';
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.ctcoin h4{
  font-family: 'open_sansbold';
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
.ctcoin h5{
  font-family: 'open_sansregular';
  color: #235A97;
  font-size: 16px;
  font-weight: normal;
}
.ctcoin p{
  font-family: 'open_sansregular';
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.ctcoinPleca{
  font-family: 'open_sansbold';
  color: #F00;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 2px solid #495863;
}
.ctcoinProds a h2{
  font-family: 'open_sansbold';
  color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.ctcoinProds a:hover{
  text-decoration: none;
  color: #13216E;
}
.ctcoinMarca{
  font-family: 'open_sansregular';
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border-left: 1px solid #000;
}


/** Form **/
.rsform-input-box, .rsform-text-box{
	border: 2px solid #333 !important;
	border-radius: 0px !important;
	resize: none;
}
#enviar{
	background: #0A66DA;
	color: #FFF;
	border-radius: 0;
	font-family: 'fira_sansbold', Verdana;
	font-size: 12px;
	letter-spacing: 1px;
	width: 175px;
	/* float: left; */
	border: 0;
  padding: 8px;
  border-radius: 15px;
  line-height: 100%;
}
#enviar:hover{
	background: #000;
}

#enviar{
	float: left;
}
.formRed{
	text-align: center;
  color: #F00;
}


@media (max-width: 800px) {


}
@media (max-width: 500px) {


}

