/*
Theme Name: Obs
Theme URI: http://www.portal3.com.br/hotsites/observatoriodamidia
Author: Nucleo Web
Author URI: 
Version: 2.1
 */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #516D85;
}

#TUUDO {
	position:relative;
	width:1000px;
	height:584px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	
}
#ladoa {
	position:absolute;
	width:124px;
	height:584px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url('imagens/ladob.jpg');
}
#topo {
	position:absolute;
	width:751px;
	height:208px;
	z-index:2;
	left: 119px;
	top: 0px;
}
#ladob {
	position:absolute;
	width:124px;
	height:584px;
	z-index:3;
	left: 870px;
	top: 0px;
	background-image: url('imagens/ladoa.jpg');
}
#menu {
	position:absolute;
	width:751px;
	height:33px;
	z-index:4;
	left: 119px;
	top: 208px;
	background-color: #516d85;
}
#conteudo {
	position:absolute;
	width:751px;
	height:325px;
	z-index:5;
	left: 119px;
	top: 240px;
	background-image: url('imagens/fundotexto.jpg');
}

.texto {font-family: tahoma;
	font-size: 10pt;
	color: #000000;
	margin-left:30px;
	padding-left:15;
         line-height: 180%;
}
 .texto a{
        color:#000000;
        font-weight:bold;
        text-decoration: underline;
       }
        .texto a:hover {
          color:#b4d773;
          font-weight:bold;
        }
		
#rodape {
	position:absolute;
	width:751px;
	height:18px;
	z-index:6;
	left: 119px;
	top: 566px;
	background-image: url('imagens/rodape.jpg');
}
#texto {
	position:absolute;
	width:700px;
	height:306px;
	z-index:2;
	left: 20px;
	top: 1px;
	overflow: auto;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
}
#home {
	position:absolute;
	width:50px;
	height:33px;
	z-index:1;
	left: 333px;
	top: 0px;
}
#pub {
	position:absolute;
	width:81px;
	height:33px;
	z-index:2;
	left: 393px;
	top: 0px;
}
#leituras {
	position:absolute;
	width:117px;
	height:33px;
	z-index:3;
	left: 483px;
	top: -1px;
}
#links {
	position:absolute;
	width:53px;
	height:33px;
	z-index:4;
	left: 608px;
	top: 0px;
}
#quem {
	position:absolute;
	width:89px;
	height:33px;
	z-index:5;
	left: 661px;
	top: -1px;
}

/* Captions */

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* End captions */

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}