@font-face {
        font-family: 'Birdie';
          src: url("birdie.eot");
          src: local('Birdie'),
             url("birdie.svg#lg") format('svg'),
             url("birdie.otf") format('opentype');
      }



#face {
	height:72px;
	margin-left: 650px;
	margin-top: 8px;
}
#cabecera {
	width:900px;
	height:129px;
	z-index:auto;
	background-image: url(../images/cabecera.jpg);
	margin-left: 0px;
}
#menu {
	width:900px;
	height:41px;
	margin-top: 15px;
}

img {
	border: 0px;
	text-align: center;
}

body,a {
	font-family: 'Birdie';
	font-size: 14px;
	color: #8BBC00;
	text-align: center;
}
.pie {
	text-align: center;
}

.texto {
	text-align: justify;
}

.textocentrado {
	text-align: center;
}

.textoderecha {
	text-align: right;
}

.textoul {
	text-align: left;
}

.alert, .error {
	color: #BB2B35;
}

div#container {
        background: #FFFFFF;
        margin: 0 auto;
        padding: 0px;
}

h1 {
        font-size: 1.5em;
        margin-bottom: 0.167em;
}

.clearing { clear: both; }



