@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

#contenedor{
	position:relative;
	margin:0 auto 0 auto;
	background:url(images/bg_content.jpg) repeat-x;
	border:0px ;

}

#contenedor .apDiv1{
	position:absolute;
	left:1px;
	top:200px;
	width:604px;
	height:20px;
	z-index:1;
	border:0px ;
}

#contenedor .apDiv2 {
	position:absolute;
	left:1px;
	top:2px;

}

#contenedor .apDiv3 {
	position:absolute;
	left:263px;
	top:2px;
	width:166px;
	height:132px;
	z-index:1;
}

#apDiv4{
	position:absolute;
	top:0px;

}

#left {
	float:left;
	width:160px;
	background: url(images/bg_titulo.jpg) no-repeat;
	border:1px solid #CCCCCC;
	border-bottom:5px solid #CCCCCC;
}

#left ul {
	margin:0px;
	padding:0px;
}

#left li {
	list-style:none;
	padding-left:5px;
	padding-bottom:3px;
	background:url(images/separador_menus.jpg) bottom right no-repeat;
	font-size:15px;
}

#left a {
	color:#666666;
	text-decoration:none;
}

#left a:hover {
	color:#000;
	text-decoration:none;
}

#left h1{
	margin:0px;
	font-size:16px;
	padding:5px;
}
#right {
	float:left;
	width:620px;
}

#right h1{
	margin:10px 0px 0px 0px;
	background:url(images/guia_titulos.jpg) bottom no-repeat right;
	color:#DE0E0E;
	font-size:24px;
	height:30px;
}

.texto{
	text-align:justify;
	padding:5px 5px 5px 5px;
	margin-bottom:10px;
}
#footer{
	position:relative;
	margin:0 auto 0 auto;
	background: url(images/bg_footer.jpg) repeat-x;
	height:36px;
}
#banner{
	float:left;
	width:200px;

}
