body {
	text-align:center;
	background: #D8C200 url(bg_tile.jpg) repeat-x;
	
}
#layoutWrapper {
	text-align:left;
	margin:auto;	
	width:1002px;
	
}
.layoutShdwTop {
	background:url(bg_top.jpg) no-repeat top left;
}
.layoutShdwBot {
	background:url(bg_bot.jpg) no-repeat bottom left;
	
}
.layoutShdwMid {
	background:url(bg_mid.jpg) repeat-y top left;
}


#layoutHeader {
	position:relative;
	height:250px;
}
#layoutWrapper2{
	margin-left:12px;
	width:978px;
}

#layoutFooter {
	height:40px;
}

#layoutContent {
	width:978px;
	overflow:hidden;
}
#layoutContent:after {
	content:".";
	clear:left;
	display:block;
	height:0px;
	visibility:hidden;
}
#layoutC1, #layoutC2, #layoutC3 {
	float:left;
	display: inline;
	padding-bottom:32000px;
	margin-bottom:-32000px;
}
#layoutC1 {
	width:230px;
}
#layoutC2 {
	width:489px;
	margin-left:25px;
}
#layoutC3 {	
	width:169px;
	margin-left:45px;
}

/************ ESTILOS GENERALES ************/

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:27px;
	line-height:28px;
	color:#4E8F25;
	margin-bottom:15px;
}
h2 .segundo {
	color:#9A9A9A;
}
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	line-height:16px;
	margin-bottom:8px;
}
.enlace {
	background-color:#F7F3CC;
	text-decoration:none;	
}
.enlace:hover {
	background-color:#DCE9D4;
	text-decoration:none;	
}