@charset "utf-8";
/* CSS Document */

/*Inicio CSS da DIV Box-CONTEUDO*/
#box_conteudo_p{
	width:1004px;
	height:1580px;
	background:#FFF;
	margin:auto;
	padding:10px;
	}
/*Fim CSS da DIV Box-CONTEUDO*/


#conteudo_p{
	background:#FFF;
	width:745px;
	height:1580px;
	float:left;
	font-family:Arial, Verdana, Tahoma;
	font-size:15px;
	color:#000;
}
#conteudo_p h1{
	margin:0;
	margin-bottom:5px;
	padding:0;
	font-family:Arial, Verdana, Tahoma;
	font-size:30px;
	color:#6A2300;
	border-bottom:10px solid #6A2300;
	}
#o_haras{
	background:#FFF;
	margin-top:20px;
	padding-left:55px;
	border-right:1px dashed #CCC;
	width:690px;
	height:1480px;
	float:left;
	}
#o_haras ul{
	padding:0;
	margin:0 0 10px 0;
    }
#o_haras ul li{
	display:inline;
	margin:0 10px 0 0;
    }
#o_haras ul li:last-child{
	margin:0 0px 0 0;
    }
#o_haras ul li img{
	border:1px solid #CCC;
	padding:2px;
	}
#o_haras ul li a{
	opacity:1;
	filter:alpha (opacity=100);
    }
#o_haras ul li a:hover{
	opacity:0.5;
	filter:alpha (opacity=60);
}
#sidebar{
	background:#FFF url(../imagens/logo-haras.png) no-repeat center;
	width:250px;
	height:500px;
	float:right;

	}
	
