/*ictioscopio.net*/

body { 
	background-color: #f6f6f6;
	}
h4 {
        color:#3399cc;
        }
h5 {
        color:#666;
        margin:1.5em 0 0.5em 0;
        }
dt {
        margin-top:1em;
        font-size: 0.85em;
        font-weight:bold;
        color:#999;
        }
a:link {
	color:#333;
	text-decoration:underline;
	}
a:visited {
	color:#999;
}
a:hover {
	color:#3399CC;
	text-decoration:underline;
	}
a:active {
	color:#3399CC;
	text-decoration:underline;
	}
ul,dd { margin-left:0.25em; }

.sidebar {
        font-size: 0.75em;
        line-height: 1.25em;
        text-align: right;
        color: #666;
}
.img_sidebar {
        float: right;
        margin-left: 70px;
        margin-bottom: 8px;
}
.principal {
        font-size: 0.8em;
        line-height: 1.25em;
        margin-left:10px;
}
.principal ul {
        font-size: 0.8em;
        line-height: 1.25em;
        margin-left:2em;
}
.principal li img {
    list-style: none;
}
        
.pe-page {
        background-color: #e5e5e5;
        font-size: 0.65em;
        text-align: center;
        line-height: 1.25em;
        padding: 8px;
        color: #666;
  }
.tabs {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	width:100%;
	border:none;
	}
.tabs li {
	float:right;
	margin:17px 1px 0 0;
	}
.tabs li span,
.tabs li a {
	float: left;
	padding:2px 5px;
	white-space:nowrap;
	text-align: center;
	cursor:pointer;
	outline:0;
	text-decoration:none;
	color:#333;
	}
.tabs li span { cursor:default;
	}
.tabs .select a,.tabs a:hover {
	background:transparent;
	color:#3399CC;
	}
.tabs .select a {
	position:relative;
	padding-bottom: 3px;
	margin-bottom: -1px;
	}
.aviso {font-weight:bold;
        color:#3399CC;
        margin-bottom:25px;
}
.idioma {color:#3399CC;
}
.nav {clear:both;text-align:center;padding-top:5px;}
.caption {font-size:0.7em;font-weight:bold;color:#666;line-height:1.5em;text-align:center;}
.novas {border-bottom: solid 1px #999;
    }
#cabeceira {
        border-bottom: solid 1px #999;
} 
#menu {
	float:right;
}
#logo {
	background-image:url('../images/logo.png');
	width:240px;
	height:40px;
	}
#idiomas {
    width: 610px;
    height: 435px;
position: relative;
    }
#idiomas ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#galego a {
    background-image:url('../images/ola_off.jpg');
    position: absolute;
    width: 110px;
    height: 90px;
    top:131px;
    left:75px;
}
#galego a:hover{
    background-image:url('../images/ola_on.jpg');
    width:110px;
    height:90px;
}
#castellano a {
   background-image:url('../images/hola_off.jpg');
    position: absolute;
    width: 155px;
    height: 80px;
    top:236px;
    left:59px;
}
#castellano a:hover{
    background-image:url('../images/hola_on.jpg');
    width:155px;
    height:80px;
}
