/* CSS Document */
/*esto es para que los floats no se rebalsen - http://snipplr.com/view.php?codeview&id=86*/
.clearfix{
	width: 802px;
	display: block;
	overflow:hidden;
	margin:auto;
	background-image: url(images/fondos/fondoEnvolvente.png);
}
*html .clearfix {
height:1%;
}

.envolvente{
	background-color: #FFFFFF;
	display: block;
	overflow:hidden;
	background-image: url(images/fondos/fondoEnvolvente.png);

}
*html .envolvente {
height:1%;
}

#top {
	/*background: url(img/bkg/fondo_header.png) no-repeat left;*/
	height: 230px;
	width: 802px;
	background-color: #FF0000;
}

#banner {
	margin-bottom: ;
	background-color: #FF33FF;
	width: 165px;
	margin-left: 790px;
		}

#content {
	width: 360px;
	margin-left: 215px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
		}
#content.imgFixed {
	width: 100px;
	float:left;
	padding-right:10px;
		}
#contentWide{
	width:480px;
	margin-left: 215px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 25px;
}
.divisor{
	padding-bottom:5px;
	padding-top: 5px;
	border-bottom: 1px dashed #CCCCCC;
}

#contentMap {
	width: 565px;
	margin-left: 210px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	background: #FFFFFF url(images/fondos/central.jpg) repeat-x;
		}

#centralBar{
width:auto;
background-color:#FFFF00;
}

#sidebar-a {
	float: left;
	margin: 0;
	width: 205px;
	/*padding-left:10px;
	width: 200px;
	padding-top: 20px;*/
		}

#sidebar-b {
	float: right;
	padding: 10px;
	background-color: #EFEEDC;
	width: 170px;
	background-image: url(images/fondos/sidebar-b.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	display: block;
		}

#footer {
	clear: both;
	margin-top: ;
	height: 60px;
	width: 575px;
	padding-left: 225px;
	background-image: url(images/fondos/fondoPie.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	margin: auto;
		}
#buscador{
	width:170px;
	padding-left:30px;
	padding-right:15px;
	height: 50px;
	padding-top: 10px;
}
.resultado{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000099;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

