@charset "utf-8";
* { margin:0; padding:0;}
body {
	font-size:100%;
	line-height:1.5em;
	font-family:"Arial";
	color:#919191;
	background-image: url(../images_index/back_index.gif);
	background-repeat:no-repeat;
	font-size:12px;
	color:#333333;
	background-color: #FAF4DC;
	background-position: center top;
}



#leftPanel {
	width:300px;
	height:450px;
	text-align:center;
	margin-left:70px;
	margin-right:8px;
	float: left;
	margin-top: 20;
	margin-bottom: 0;
	
}

#rightPanel {
	width:300px;
	height:450px;
	text-align:center;
	margin-right:70px;
	float: right;
	padding: 0px;
	margin-top: 20;
	margin-bottom: 0;
	
}

#content #foot {
	width:400px;
	height:150px;
	text-align:center;
	margin-right:20px;
	float: left;
	padding: 0px;
	margin-top: 150;
	margin-bottom: 0;
	
}
#leftPanel .enlacenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #933631;
	text-decoration: none;
	font-weight: bold;
}
#rightPanel .enlacenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #933631;
	text-decoration: none;
	font-weight: bold;
}
#foot {
	margin-left:8px;
	margin-top:4px;
	margin-right:8px;
	height:30px;
	background-color:#FAF4DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	padding: 7px;
}
#destacado {
	margin-left:50px;
	margin-top:25px;
	margin-right:50px;
	background-color:#FEFCF5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A2A28D;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}


.clear { clear:both;}
