/*
AQUI DEBEN IR SOLO ATRIBUTOS PARA POSICIONAR LAYERS Y DARLES ESTILO, PARA EL ESTILO DE LOS CONTENIDOS VER STYLES.CSS
LOS ELEMENTOS DEL LAYOUT VAN DISTRIBUIDOS ASI:
#cabezote
	.logo
	.login
	.loginlink
#menu
#main
	.info
		.banner
			.bannerHolder
		.modulo
	.buscar
		.texthome
#foot
	.textfoot
#foot2
*/

/* CABEZOTE */
#cabezote {
	width: 1018px;
	height:124px;
	margin: auto;
	background:url("../images/bg_top.png") repeat-y;
}
	.logo {
		background:url("../images/logo.png");
		float:left;
		width: 294px;
		height:98px;
		margin:20px auto auto 50px;
		display:inline;
		clear:none;
	}
	.login{
		width:451px;
		height:50px;
		float:right;
		display:inline;
		clear:none;
	}
/* MENU */
#menu {
	background:url("../images/bg_top.png") repeat-y bottom left;
	width: 1018px;
	height:29px;
	margin:auto;
	margin-top: 0px;
	padding-top: 0px;
}
#menu ul {
	list-style: none;
	text-align: center;
	margin: 0px 27px 0px 27px;
	padding-top: 0px;
	background: none;
}
#menu ul li {
	/*background:url("../images/bg_top.png") repeat-y bottom #DE7B0E;*/
	margin:2px;
	padding: 2px;
	float:right;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
	background: none;
}
/* MAIN */
#main{
	width:1018px;
	min-height:400px;
	margin:auto;
	background-image: url("../images/bg_body.png");
	background-repeat: repeat-y;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
	.info{
		width:666px;
		float: left;
		clear:none;
		display:inline;
		padding-top: 15px;
		padding-left: 25px;
	}
		.banner{
			width:655px;
			float:left;
		}
			.bannerHolder{
				width:655px;
				height:166px;
				margin: 5px auto auto 0px;
				border:1px solid #DE7B0E;
			}
		.modulo{
			width:666px;
			height:215px;
			float:left;
		}
	.buscar{
		width:300px;
		height:100%;
		float:left;
		clear:none;
		display:inline;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 15px;
		padding-top:20px;
		padding-left:10px;
	}
		.texthome{
			line-height: 140%;
			width:270px;
			/*height:136px;*/
			margin-top: 20px;
			margin-bottom: 20px;
			padding: 5px;
			float:left;
		}
/* FOOTER */
#foot {
	width:968px;
	height: 30px;
	margin: 0px auto;
	padding: 15px 25px 0px 25px;
	background-image: url("../images/bg_foot.png");
	background-repeat: repeat-y;
}
/* SOMBRA FOOTER */
#foot2{
	width:1018px;
	height:9px;
	margin: 0px auto 20px auto;
	background-image: url("../images/bg_foot2.png");
	background-repeat: no-repeat;
}