/*
Azul: 004890
*/

body {
	/*background: url(../img/body.png) repeat-x;*/
}
h5 { margin: 0;}

a:link, a:visited {
	color: #004890;
}

.usc {
	background-image: url(../img/logo.png);
	width: 349px;
	height: 75px;
}
#cabeceira h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: normal;
}

#menu {
	font-size: 0.8em;
}
#menu a {
	color: #004890;
	padding: 3px 8px;
	float: left;
	text-decoration: none;
}
#menu a:hover {
	background: none;
	color: #000;
	text-decoration: underline;
}

#menu .select a {
	color: #000;
	background: none;
}

.titulo {
	text-align: center;
	font-size: 3.2em;
	line-height: 1em;
	letter-spacing: -1px;
}

#buscador label {
	margin-right: 20px;
	font-size: 0.8em;
}
#buscador form {
	margin-left: 275px;
}

#buscador .exemplo {
	font-size: 0.75em;
	color: #999;
}

#volumes a {
	font-size: 1.2em;
}

#buscador .exemplo a  {
	color: #004890;
}

#texto, #textop {
	width: 399px;
	background: url(../img/buscar.png) no-repeat;
	padding: 6px 5px 8px 5px;
	border: none;
	/*color: #999;*/
}
.buscar {
	width: 40px;
	height: 40px;
	margin-left: 360px;
	margin-top: -40px;
	position: absolute;
	z-index: 2;
}
#resultado h2 {
	font-size: 1em;
	border-bottom: solid 1px #333;
}

#resultado table {
	width: 100%;
	margin: 0;
}
#resultado table td {
	border: none;
}
#resultado table table td {
	border: none;
	padding: 10px 0;
}
#resultado table table {
	border-bottom: solid 1px #DDD;
}
#resultado table .palabra {
	font-size: 1.4em;
	font-weight: bold;
	width: 25%;
}
#resultado table .palabra a {
	color: #004890;
	text-decoration: none;
	line-height: 1em;
}
#resultado table .info {
	font-size: 0.8em;
	color: #999;
	width: 25%;
}
#resultado table .transcricion {
	width: 30%;
	word-break:break-all;
}

#palabra {
	border: solid 1px #CCC;
	padding: 20px;
}
#palabra h1 {
	margin: 0;
	display: inline;
}
#palabra p.info {
	font-size: 0.8em;
	color: #999;
	display: inline;
}
#palabra p.transcricion {
	margin: 5px 0 0 0;
}
#palabra p.transcricion object {
	margin-left: 20px;
	position: relative;
	top: 5px;
}

#pe {
	text-align: center;
	font-size: 0.7em;
	padding: 20px;
}
#pe strong {
	color: #BBB;
}


.audio a{
	margin-left: 30px;
	text-decoration: none;
	font-size: 1.5em;
}


.transcricion {
	top: -5px;
}

.ipa {
	/*height:35px;*/
	font-size: 1.9em;	
	line-height: 1.1em;
	font-family: 'IPA', "Doulos SIL", "Charis SIL", Gentium, "Arial Unicode MS","Lucida Sans Unicode", Arial, Serif;
}

#contido-texto li {
	margin-bottom: 10px;
}

#social {
	padding-left: 40px;
}

#social span {
	float:right;
}

#social a {
	width: 32px;
	height: 32px;		
	display: inline-block;
}

.sfc {
	background: url(../img/facebook_circle_gray.png) no-repeat;
}

.stw {
	background: url(../img/twitter_circle_gray.png) no-repeat;
}

.sgo {
	background: url(../img/google_circle_gray.png) no-repeat; 
}


.sfc:hover {
	background: url(../img/facebook_circle_color.png) no-repeat;
}

.stw:hover {
	background: url(../img/twitter_circle_color.png) no-repeat;
}

.sgo:hover {
	background: url(../img/google_circle_color.png) no-repeat; 
}