@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/* list-style: none; */
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ================================================== */
/* Mixins
================================================== */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bg-clip-pad {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.center-block {
  display: block;
  margin: 0 auto;
}

/* Firefox hackery and hilarity
================================================== */
@-moz-document url-prefix() {
  .button {
    line-height: 39px !important;
  }
}

/* ================================================== */
/* General
================================================== */
body 
{
  background: #FFFFFF;
  color: #707070;
  font-family: 'proxima-nova', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  line-height: 1.6;
  /* 24px */
  margin:0px;
  padding:0px;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
em {
  font-style: italic;
}
b,
strong {
  font-weight: 600;
}
a {
  color: #eee;
  text-decoration: none;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  transition: color 200ms linear;
}
a:hover {
  outline: 0;
}
img 
{
  /*margin-top: 40px;*/
  vertical-align: bottom;
}
img.flex-feature 
{
  max-width: 100%;
  height: auto;
}
img.flex-space-feature 
{
  max-width: 100%;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
}
img.flex-center-feature 
{
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  vertical-align: middle;
}
input,
textarea,
table,
td
{
  outline: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
table,
td
{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 12px;
  border: 1px solid #212121;
  background: #161616;
  color: #707070;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'proxima-nova', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  *vertical-align: middle;
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea[type="text"],
textarea[type="email"],
textarea[type="password"]
{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 6px;
  border: 1px solid #000000;
  background: #161616;
  color: #707070;
  vertical-align: baseline;
  font-size: 11px;
  font-family: 'proxima-nova', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  *vertical-align: middle;
  -webkit-appearance: none;
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder 
{
  color: #444;
}
input:-moz-placeholder,
textarea:-moz-placeholder
{
  color: #444;
}
input.email {
  margin-left: 10px;
  width: 240px;
}
textarea.text {
  margin-left: 10px;
  width: 240px;
  height: 100px;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0;
}
.button.email-submit 
{
  position: relative;
  top: -1px;
}
.button.donar-submit
{
  position: relative;
  top: -6px;
}
h1 {
	font-size: 50px;
	letter-spacing: 30px;
	font-style: normal;
	font-family: "Open Sans Extrabold";
	font-weight: normal;
	text-transform: uppercase;
	color: #6F7072;
}
h2 {
  color: #444;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
}
h3 {
	font-size:24px;
	line-height:24px;
	color:#4065b9;
}
p {
  margin-bottom: 20px;
}
li n 
{
  color: #e67d2e;
}

/* Buttons
================================================== 
*/
.button,
button {
  font-family: 'proxima-nova', 'Helvetica Neue', 'Helvetica', sans-serif !important;
}
.button {
  height: 37px;
  line-height: 37px;
  display: inline-block;
  margin: 0;
  padding: 0 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #080808;
  background-color: #272727;
  color: #a7a7a7;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #0e0e0e;
  letter-spacing: 1px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #242424;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#2a2a2a), to(#242424));
  /* Konqueror */

  background-image: -moz-linear-gradient(#2a2a2a, #242424);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#2a2a2a, #242424);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #242424));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#2a2a2a, #242424);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#2a2a2a, #242424);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#242424', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#242424', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#2a2a2a, #242424);
  /* the standard */

}
.button:hover,
.button.hover,
.button:active {
  background-color: #272727;
  color: #b3b3b3;
  text-decoration: none;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#272727), to(#222222));
  /* Konqueror */

  background-image: -moz-linear-gradient(#272727, #222222);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#272727, #222222);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, #222222));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#272727, #222222);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#272727, #222222);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#222222', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#222222', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#272727, #222222);
  /* the standard */

}
.button.lg {
  height: 38px;
  line-height: 38px;
  padding: 0 30px 40px 30px;
}
button.button.lg {
  height: 31px;
  line-height: 30px;
}
a.button.lg {
  padding: 6px 20px 6px 20px;
}
.button.c0,
.button-ui.c0 {
  color: #000000;
  text-shadow: 0 1px 0 #ff7d1a;
  background-color: #ff6e00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff740a), to(#ff6e00));
  /* Konqueror */

  background-image: -moz-linear-gradient(#ff740a, #ff6e00);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#ff740a, #ff6e00);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff740a), color-stop(100%, #ff6e00));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#ff740a, #ff6e00);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#ff740a, #ff6e00);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff740a', endColorstr='#ff6e00', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff740a', endColorstr='#ff6e00', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#ff740a, #ff6e00);
  /* the standard */
}
.button.c0:hover,
.button-ui.c0:hover {
  background-color: #ff6e00;
  color: #000000;
  text-shadow: 0 1px 0 #ff740a;
  background-color: #d65c00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fa6c00), to(#d65c00));
  /* Konqueror */

  background-image: -moz-linear-gradient(#fa6c00, #d65c00);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#fa6c00, #d65c00);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa6c00), color-stop(100%, #d65c00));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#fa6c00, #d65c00);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#fa6c00, #d65c00);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6c00', endColorstr='#d65c00', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6c00', endColorstr='#d65c00', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#fa6c00, #d65c00);
  /* the standard */
}
.button.c1,
.button-ui.c1 {
  color: #000000;
  text-shadow: 0 1px 0 #ffc177;
  background-color: #c0c0c0;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d8d8d7), to(#c0c0c0));
  /* Konqueror */

  background-image: -moz-linear-gradient(#d8d8d7, #c0c0c0);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#d8d8d7, #c0c0c0);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d7), color-stop(100%, #c0c0c0));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#d8d8d7, #c0c0c0);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#d8d8d7, #c0c0c0);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d7', endColorstr='#c0c0c0', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d7', endColorstr='#c0c0c0', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#d8d8d7, #c0c0c0);
  /* the standard */
}
.button.c1:hover,
.button-ui.c1:hover {
  background-color: #ff6e00;
  color: #000000;
  text-shadow: 0 1px 0 #ff740a;
  background-color: #d65c00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fa6c00), to(#d65c00));
  /* Konqueror */

  background-image: -moz-linear-gradient(#fa6c00, #d65c00);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#fa6c00, #d65c00);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa6c00), color-stop(100%, #d65c00));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#fa6c00, #d65c00);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#fa6c00, #d65c00);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6c00', endColorstr='#d65c00', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6c00', endColorstr='#d65c00', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#fa6c00, #d65c00);
  /* the standard */
}

/* ------------------- Menu ------------------------ */
#menu_header
{
	height: 40px;
	width: 100%;
	position: fixed;
	top: 5px;
	z-index: 500;
	background-color: #e8f1e3;
}
#menu_header .content
{
	height: 20px;
	width: 50%;
	position: relative;
	top: 5px;
	margin:auto;
	z-index: 110;
	text-align:center;
}
#menu_header div a 
{
	text-decoration:none;
	font-size:17px;
	color:#5c5c5c;
	margin-left:40px;
	vertical-align: middle;
	text-transform:uppercase;
	font-family:'Bell MT', sans-serif;
}
#menu_header div a:hover{color:#a29061;}
#menu_header div a span.decoration{display:block;border-bottom:1px solid #363229;margin:0 auto;}
#menu_header a.active-nav{color:#a29061;}
#menu_header div .current
{
	color:#a29061;
}

/* ------------------- Donde van a ir todos los eventos y noticias como imagenes ------------------------ */
#photo_header
{
	height: 1080px;
	position: relative;
	margin-top: 0;
	
	background-image:url(../imagenes/back-casas-verdes-header.jpg);
}
.title_header
{
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	text-transform: uppercase;
	color: #dad9d9;
	font-size: 30px;
	font-weight: 400;
	line-height: 1em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.402), -1px -1px 2px rgba(0, 0, 0, 0.506);
}
#content_header
{
	height: 300px;
	position: relative;
	background-image:url(../imagenes/HeaderCiudad.jpg);
}
#content_header h1
{
  color: #eeeeee;
  text-transform: uppercase;
  font-size: 32px;
  box-sizing: border-box;
}
#content_header h2
{
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 26px;
  box-sizing: border-box;
}
#info_header
{
	height: 488px;
	position: relative;
	margin-top: auto;
	margin-bottom: 50px;
}

/* ------------------- Seccion de logo y nombre ------------------------ */
#logo_header
{
	height: 398px;
	width: 100%;
	position: absolute;
	top: 75%;
	left: auto;
	z-index: 100;
}
#logo_header .content
{
	position: relative;
	z-index: 110;
	text-align: center;
}
.logo_pic
{
	margin-left: auto;
	margin-right: auto;
	width: 51px;
	height: 51px;
	background-image: url(../imagenes/ImagenesEspeciales.png);
	background-position: 0px 0px
}
#logo_header .content .name
{
	text-transform: uppercase;
	font-family: "Gabriola", "Book Antiqua", Palatino, serif;
	font-size: 72px;
	color: #eaf6e9;
}
#logo_header .content .sub
{
	text-transform: uppercase;
	font-family: "Shonar Bangla", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #d3d1d1;
	margin-top: -20px;
}

/* ------------------- Galeria de imagenes dinamica ------------------------ */
.gallery-container {
    max-width: 900px;
    margin: 100px auto;
    padding: 0px 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.gallery {
	width: 100%;
	height: auto;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	display: block;
	float: left;
	margin: 0 12px 12px 0;
	width: 171px;
	line-height: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery img {
	width: auto;
	max-width: 100%;
	height: auto;
	border:solid #666666 1px;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a.gallery__img--main {
	width: auto;
	height: auto;
}
.gallery figure {
	display: none;
}
.gallery-container .endgallery{
	content: " "; 
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/* ------------------- Definiciones para las secciones ------------------------ */
section 
{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  text-align: center;
}
section header 
{
  margin-bottom: 10px;
}
section header h1 
{
  margin-bottom: 60px;
}
section .content2 header h1 
{
  color: #e6e8ec;
}
section header h2 
{
  margin-bottom: 50px;
}
section header p 
{
	margin-bottom: 20px;
	font-family: "Libre Baskerville",sans-serif;
	font-style: italic;
	line-height: 35px;
	color: #6e6d6d;
}
section .content2 header p 
{
  color: #f2f2f2;
}
section .content,section .content2
{
	margin: 80px auto;
	max-width: 1024px;
	width: 70%;
	padding: 20px;
}
section .separator 
{
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	width: 1000px;
	height: 80px;
	background-image: url(../imagenes/line.png);
}
section .features 
{
	/*background: none repeat scroll 0% 0% rgba(247, 251, 253, 0.3);*/
	padding-top: 26px;
	padding-left: 25px;
	padding-bottom: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}
section .block
{
	clear: both;
	margin-bottom: 0px;
	height: 78px;
	text-align: left;
}
section .block .description
{
	font-family: Plantin,Arial,serif;
	font-size: 16px;
	line-height: 25px;
	padding-top: 7px;
	overflow: hidden;
	/*color: #333232;*/
	color: #ffffff;
	text-shadow: 2px 2px 2px #000000;
}
section .block .subheadline
{
	font-family: DINWebPro,Arial,sans-serif;
	font-size: 15px;
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
	padding-top: 2px;
	color: #e3e3e3;
	text-shadow: 1px 1px 1px #504f4f;
}
section .block .subheadlinenoshadow
{
	font-family: DINWebPro,Arial,sans-serif;
	font-size: 17px;
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
	padding-top: 2px;
	color: #858585;
}
section .block .feature
{
	min-width: 220px;
	margin-left: 40px;
	padding-left: 70px;
	float: left;
	color: #6e6d6d;
	min-height: 40px;
}
section .block .feature.wifi
{
	background: url(../imagenes/wifi.png) no-repeat scroll left top transparent;
}
section .block .featurebig
{
	min-width: 280px;
	margin-left: 40px;
	padding-left: 70px;
	float: left;
	color: #6e6d6d;
	min-height: 40px;
}
section .block .featurebig.wifi
{
	background: url(../imagenes/wifi.png) no-repeat scroll left top transparent;
}
section .block .contact
{
	min-width: 220px;
	margin-left: 5%;
	padding-top: 100px;
	float: left;
	color: #6e6d6d;
	min-height: 80px;
	text-align: center;
}
section .block .contact.tel
{
	background: url(../imagenes/telephone.png) no-repeat scroll center top transparent;
}
section .block .contact.email
{
	background: url(../imagenes/email.png) no-repeat scroll center top transparent;
}
section .block .contact.whatsapp
{
	background: url(../imagenes/whatsapp.png) no-repeat scroll center top transparent;
}
section .list
{
  margin: 0 auto;
  max-width: 1024px;
  width: 70%;
  padding: 40px;
}
section .list header p, section .list header ul
{
  text-align: left;
}
section .buttons 
{
  margin: 100px auto 0px auto;
  max-width: 1024px;
  width: 70%;
  padding: 0px;
}
section .noticias 
{
  margin: 0 auto;
  max-width: 1024px;
  width: 70%;
  text-align: left;
  margin-bottom: 60px;
}
section .noticias header p
{
  margin-top: 15px;
  margin-bottom: 15px;
}

#section_1
{
	background:#FFF;
	background-image:url(../imagenes/back-white.jpg);
}
#section_2
{
	background: #1e1e1e;
	background-image:url(../imagenes/back-dormitorio.jpg);
}
#section_3
{
	background: #111111;
	background-image:url(../imagenes/back-puente.jpg);
}
#section_4
{
	background: #9c9a97;
	background-image:url(../imagenes/back-black.jpg);
}
#section_5
{
	background: #9c9a97;
	background-image:url(../imagenes/back-cpaz-invis.jpg);
}
#section_6
{
	background: #9c9a97;
	background-image:url(../imagenes/back-cpaz-invis-rotated.jpg);
}
#credits
{
  background: #212121;
  padding: 5px;
}

/* Noticias */
#noti_date
{
	width: 50px;
	position: relative;
	margin: 5px;
}
#noti_text
{
	position: relative;
	margin: 5px;
}

/* ------------------- Rows de info ------------------------ */
div.row 
{
	border: 1px solid #323131;
	margin: 0 0 45px 0;
	width: 100%;
	position:relative;
	background: #161616;
}

div.row h3 {
	font-size:19px;
	font-family:"regular", Helvetica, sans-serif;
	margin: 0 0 5px 0;
	text-transform:uppercase;
}

div.row h3  a {
	color:inherit;
}

div.row p {
	font-size:13px;
	line-height:18px;
	margin: 0 0 10px 0;
}

div.row div.img {
	display: block;
	float: left;
	width: 438px;
	position: relative;
	image-rendering: optimizeQuality;
}
div.row div.img img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

div.row div.info {
	float:left;
	width: 440px;
	margin: 30px 0px 0 120px;
}

div.wedge {
	width:78px;
	height:213px;
	background:url(../imagenes/Wedges.png) no-repeat;
	position:absolute;
	top:1px;
	right:0px;
}

div.clear 
{
	clear:both;
	width:0px;
	height:0px;
}

/* ------------------- Fuentes ------------------------ */
/* Fuente para el nombre de las casas */
.fnombre
{
	font-family:"Gabriola", "Book Antiqua", Palatino, serif;
	font-size:60px;
	color: #363535;
}
/* Fuente para el subnombre de las casas */
.fsubnombre
{
	font-family:"Shonar Bangla", "Book Antiqua", Palatino, serif;
	font-size:20px;
	color: #5c5c5c;
}
/* Fuente gris para los creditos */
.fcredits
{		
	color: #626262;
	font-size: 0.8em;
}
.fsmallwhite
{		
	color: #eeeeee;
	font-size: 0.8em;
}
.fwhite
{		
	color: #eeeeee;
}
.fbigwhite
{		
	color: #eeeeee;
	font-size: 1.3em;
}
.flightgreen
{		
	color: #d2d7ce;
}
.fnoticiaheader
{		
	color: #ffffff;
	font-size: 1.1em;
}
.fnoticiamonth
{
  color: #444;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
}
.fnoticiadate 
{
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 2.4em;
}
/* Fuente roojooo */
.fred
{		
	color:#f44949;
}
/* Fuente naranja */
.forange
{		
	color:#e7aa53;
}
/* Fuente naranja suave */
.flightorange
{		
	color:#d8a842;	
}
/* Fuente verde */
.fgreen
{		
	color:#afe3b2;	
}
/* Fuente azul */
.fblue 
{
	color:#4065b9 !important;	
}
/* Fuente para iconos de lista */
.flisticon
{		
	text-transform: uppercase;
  	letter-spacing: 0px;
	color:#afe3b2;
	padding-right:10px;	
}
/* Fuente submenues de informacion */
.finfosubmenu
{		
	text-transform: uppercase;
  	letter-spacing: 0px;
	color: #292828;
	font-size: 16px;
	vertical-align: middle;
	padding-right: 25px;
}
/* Fuente para titulo de informacion */
.finfotitle
{		
	text-transform: uppercase;
  	letter-spacing: 0px;
	color: #241a1a;
	font-size: 32px;	
	vertical-align: middle;
	padding-right: 20px;
}
/* Fuente para numeros importantes */
.fnumber
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:32px;
	color: #a5a5a5;
	padding-left:10px;
	padding-right:10px;
}
/* Fuente para numeros mas importantes */
.fnumbervip
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:32px;
	color: #FC3;
	padding-left:10px;
	padding-right:10px;
}
