/***********/
/*  COMUN  */
/***********/
.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

.escondido {
	display: none;
}

.pointer {
	cursor: pointer;
}

.auto-center {
	margin: 0 auto;
}

.ancho_960px {
	width: 960px
}

.ancho_35 {
	width: 35%;
}

.ancho_40 {
	width: 40%;
}

.ancho_70 {
	width: 70%;
}

.ancho_100 {
	width: 100%;
}

.ancho_60 {
	width: 80%;
}

.height_100 {
	height: 100%;
}

.height_160px {
	height: 160px
}

;
.relative {
	position: relative
}

.absolute {
	position: absolute
}

.negrita {
	font-weight: bold;
}

.cursiva {
	font-style: italic;
}

.center {
	text-align: center
}

.align_right {
	text-align: right
}

.align_left {
	text-align: left
}

.align_center {
	text-align: center
}

.display_block {
	display: block;
}

.display_none {
	display: none;
}

.display_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.float_left {
	float: left;
}

.rojo {
	color: #f00
}

.blanco {
	color: #fff
}

.blanco a {
	color: #fff
}

.negro a {
	color: #000;
	font-weight: bold;
}

.verde_ftb {
	color: #00b289;
}

.verde_ftb a{
	color: #00b289;
}

.bg_verde_ftb {
	background-color: #00b289;
}

.bg_negro {
	background-color: black;
}

.bg_blanco {
	background-color: white
}

.texto_h1 {
	font-size: 50px;
	line-height: 44px;
}

.texto_h2 {
	font-size: 30px;
	line-height: 36;
}

.texto_h3 {
	font-size: 20px;
	line-height: 36;
}

.texto_titulo {
	font-size: 90px;
	line-height: 70px;
}