@font-face {
	font-family: Avenir;
	src: url(../fonts/avenirbook.eot);
	src: local("Avenir LT Std 55 Roman"), url("../fonts/avenirbook.otf") format('opentype');
}
@font-face {
	font-family: Avenir;
	src: url(../fonts/avenirblack.eot);
	src: local("Avenir LT Std 95 Black"), url("../fonts/avenirblack.otf") format('opentype');
	font-weight: bold;
}


/*___________________________________________________________ Cabeceira
*/
#cabeceira {
	background: url(../img/fondo-cabeceira.png) no-repeat 30% top #000;
	color: #FFF;
}
#cabeceira h1.image {
	background-image: url(../img/logo-ans-cabeceira.png);
	width: 303px;
	height: 52px;
}
#cabeceira .presentacion {
	font-family: Avenir, "Myriad Pro", Arial;
	font-size: 2.1em;
	line-height: 1em;
	letter-spacing: -1px;
	color: #CCC;
	text-shadow: 0 0 1px #000;
}
#web-antiga {
	font-size: 0.7em;
	line-height: 1.2em;
	background: url(../img/fondo-web-antiga.png) no-repeat;
	height: 73px;
}
#web-antiga a {
	color: #FFF;
	text-decoration: none;
	padding: 10px 5px 0 20px;
	display: block;
	text-shadow: 0 0 1px #666;
}
#web-antiga a:hover {
	color: #000;
}

/*___________________________________________________________ Equipo
*/
#equipo {
	color: #FFF;
}
#equipo h2 {
	font-family: Avenir, "Myriad Pro", Arial;
	color: #16A4CC;
	margin-top: 0;
	font-size: 1.5em;
}
#equipo h3 {
	font-size: 0.8em;
	margin-bottom: 0;
}
#equipo p {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #666;
}
#equipo p.intro {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
}

/*___________________________________________________________ Traballos
*/
#traballos {
	background: #16A4CC;
	color: #FFF;
}
#traballos h2 {
	font-family: Avenir, "Myriad Pro", Arial;
	margin-top: 0;
	font-size: 1.5em;
	text-shadow: 0 0 2px #000;
}
#traballos h3 {
	color: #000;
	font-size: 0.8em;
	margin-bottom: 3px;
}
#traballos h3 a {
	color: #000;
	text-decoration: none;
}
#traballos h3 a:hover {
	text-decoration: underline;
}
#traballos p {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #083D4D;
}
#traballos p.intro {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #D0EDF5;
}
#traballos img {
	padding: 5px;
	background: #FFF;
	box-shadow: 0 0 2px #000;
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
}

/*___________________________________________________________ Contacto
*/
#contacto {
	color: #000;
}
#contacto h2 {
	font-family: Avenir, "Myriad Pro", Arial;
	margin-top: 0;
	font-size: 1.5em;
}
#contacto .twitter {
	background-image: url(../img/icona-twitter.png);
	width: 30px;
	height: 30px;
}
#contacto .facebook {
	background-image: url(../img/icona-facebook.png);
	width: 30px;
	height: 30px;
}
#contacto p {
	font-size: 0.8em;
	color: #999;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
#contacto address {
	font-size: 0.8em;
	color: #333;
	line-height: 1.3em;
	font-style: normal;
}

/*___________________________________________________________ Pe
*/
#pe .image {
	background-image: url(../img/icona-ans-pe.png);
	width: 32px;
	height: 37px;
}