/* Headings
-------------------------------------------------------------- */

h1 {
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: 0.5em;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 1px 1px 4px;
	text-transform: capitalize;
}
h2.error404 {
	font-size: 1.3em;
	line-height: 1;
	color: #c66;
	font-weight: bold;
	text-shadow: #000 1px 1px 4px;
	text-transform: capitalize;
}

/* Text elements
-------------------------------------------------------------- */

p{
	font-size: 0.95em;
	line-height: 1.6em;
	color: #fff;
	margin-bottom: 1.4em;
}
a,
a:link,
a:visited{
	color: #3c9;
	text-decoration: none;
}
a:focus,
a:hover,
a:active{
	color: #9fc;
}
div.content a,
div.content a:link,
div.content a:visited{
	border-bottom: 1px solid #333;
}
div.content a:focus,
div.content a:hover,
div.content a:active{
	border-bottom: 1px solid #366;
}
strong,
b,
em,
i{
	color: #c93;
	padding: 0px 5px 1px 5px;
}
strong,
b{
	font-weight: bold;
}
em,
i{
	display: block;
	font-style: italic;
	font-size: 1.2em;
	font-family: Times, Serif;
}
strong.title{
	line-height: 0.5em;
	padding: 0px 4px 0px 5px;
	font-weight: bold;
	font-size: 1.5em;
}

/* Lists
-------------------------------------------------------------- */

.menu ul {
	line-height: 1.65em;
	letter-spacing: 0.05em;
	text-transform: lowercase;
	text-align: right;
	list-style-type: none;
	margin-bottom: 15px;
	text-shadow: #000 1px 1px 4px;
}
.menu ul li a,
.menu ul li a:link,
.menu ul li a:visited{
	border: none;
	color: #3c9;
	font-weight: bold;
	background: url("../images/transparent.png") repeat;
	display: list-item;
	margin: 0 0 1px 0;
	padding: 0 7px;
}
.menu ul li a:hover,
.menu ul li a:focus,
.menu ul li a:active{
	color: #9fc;
}
.menu ul li.current a,
.menu ul li.current a:link,
.menu ul li.current a:visited{
	color: #999;
}
#texto ul{
	color: #777;
	font-weight: bold;
	list-style-type: none;
	margin: 5px 0px;
	font-size: 0.9em;
}
#texto ul li{
	width: 275px;
	background: url("../images/transparent.png") repeat;
	margin-bottom: 1px;
	padding: 2px 12px;
}
#texto ul li:hover,
#texto ul li:focus,
#texto ul li:active{
	color: #999;
}
/* Images
-------------------------------------------------------------- */

.grafico{
	margin: 0px 0px 10px 0px;
}
#slideshow a{
	background: url("../images/transparent.png") repeat;
	padding: 8px;
	margin: 1px;
	font-size: 0px;
	float: left;
	border: none;
}
#slideshow a img,
#slideshow a:link img,
#slideshow a:visited img{
	border: 1px solid #9fc;
}
#slideshow a:focus img,
#slideshow a:hover img,
#slideshow a:active img{
	border: 1px solid #3c9;
}

/* Logos de empresas
-------------------------------------------------------------- */

.empresas a,
.empresas a:link,
.empresas a:visited,
.empresas a:hover,
.empresas a:focus,
.empresas a:active{
	margin: 0px 4px;
	padding: 0px;
	float: right;
	font-size: 0px;
}
.empresas img{
	float: right;
	margin: 0px;
	padding: 0px;
}

/* Creditos
-------------------------------------------------------------- */

.creditos p{
	font-size: 0.8em;
	color: #333;
	margin: 0px;
	text-align: right;
	margin: 0px 30px 0px 0px;
}
.creditos a,
.creditos a:link,
.creditos a:visited{
	color: #444;
	padding-bottom: 1px;
	border-bottom: 1px dotted #333;
}
.creditos a:hover,
.creditos a:focus,
.creditos a:active{
	color: #9fc;
	border-bottom: 1px dotted #444;
}

/* Error 404
-------------------------------------------------------------- */

a.error404{
	font-weight: normal;
}
p.error404{
	margin-top: 7px;
	line-height: 1.3em;
	color: #c66;
	font-weight: bold;
}
