@charset "utf-8";
/* CSS Document */

.shadow {
box-shadow: 0px 0px 12px #343423;
}
.shadow_nav {
box-shadow: 0px 2px 12px #343423;
}
.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  margin: auto;
} 
.textos_genericos {
	font-family: 'Ubuntu', sans-serif; font-size:medium; color:#FFF; font-weight: 400;
}
.textos_genericos_chicos {
	font-family: 'Ubuntu', sans-serif; font-size:smaller; color:#FFF; font-weight: 400;
}
.texto_btn_chico {
	font-family: 'Ubuntu', sans-serif; font-size:smaller; color:#333; font-weight: 400;
}
.textos_sobre_FFF {
	font-family: 'Ubuntu', sans-serif; font-size:small; color:#333; valign:middle;
}

.textos_ubicacion {
	font-family: 'Ubuntu', sans-serif; font-size:medium; color:#FFF; font-weight: 300;
}
.textos_form {
	font-family: 'Ubuntu', sans-serif; font-size:medium; color:#FFF;
}
.btn {
    background:url(/img/btn_submit.png) no-repeat;
    cursor:pointer;
    width: 74px;
    height: 20px;
    border: none;
	font-family: 'Ubuntu', sans-serif; font-size:small; color:#FFF; font-weight: 150;
}
.fields {
	background-color:transparent;
	border: 0px solid;
	height:16px;
	width:240px;
	color:#FFF;
}
.field_mensaje {
	background-color:transparent;
	border: 0px solid;
	height:48px;
	width:240px;
	color:#FFF;
}
.base_form {
	background:url(/img/base_bloque_txt_principal.png) repeat;
	box-shadow: 0px 0px 12px #343423;
}
a:link {
color:#333;
text-decoration:none;
}
a:hover {
color:#666
text-decoration:underline;
}
a:visited {
color:#333;
text-decoration:none;
}
