/* CSS Document */

body {
	font: 12px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #666;
	background:#fff url(../imgs/bg.jpg) repeat-x left top;
}

a{
	color: #666;
	text-decoration: none;
}

p{
	margin:5px;
}

input, select, textarea{
	font: 10px "Trebuchet MS";
	color:#036;
	border: 1px solid #ccc;
}

.btn{
	border:none;
	background:url(../imgs/bg-btn-on.gif) repeat-x;
}

#container{
	margin:auto;
	margin-top:10px;
	width:778px;
}

#header{
	float:left;
	width:100%;
	height:163px;
	background: url(../imgs/bg-pic3.jpg) no-repeat left top;
}

#menu{
	float:right;
	display:inline;
	margin-top:127px;
	margin-right:1px;
	height:36px;
	min-width:520px;
	background: #fff7b2;
}

#menuItem{
	float:left;
	margin:0px;
	margin-right:1px;
	margin-top:2px;
}

#main{
	float:left;
	width:100%;
	min-height:500px;
	background: #fff;
}

div.sectionContent{
	margin:5px;
	float:left;
	background:#eee;
	border:1px solid #ccc;
	width:610px;
}

#slide{
	float:right;
	width:250px;
	height:180px;
	margin:5px;
}

p.sectionTitle{
	font-size:16px;
	font-weight:bold;
	color:#CC3300;
	text-indent:20px;
	border-bottom:1mm double #069;
	background:url(../imgs/bg-p.gif) no-repeat left center;
}

#leftCol{
	width:150px;
	min-height:400px;
	background: #eee;
	float:left;
}

p.leftCol{
	background:url(../imgs/bg-izq.gif) repeat-x left top;
	font-size:12px;
	color:#000;
	padding:5px;
}

p.leftCol a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#rightCol{
	width:620px;
	min-height:400px;
	background: #fff;
	float:right;
	margin-right:5px;
}

#foot{
	margin:auto;
	margin-top:0px;
	width:778px;
	min-height:20px;
	text-align:right;
}