@import "encuentro_styles.css";

/* LAYOUT */

#left {
	background: url(../images/bg_content.jpg) repeat-y;
}

#wrapper {
	width:998px;
	height:61px;
	background: url(../images/bg_center_bottom_ff.jpg) bottom no-repeat;
	#background: url(../images/bg_center_bottom.jpg) bottom no-repeat;
	
}

/* ASK ERNESTO */
#ask_ernesto {
	/*background: url(../images/bg_ask_ernesto2.jpg) no-repeat;*/
	width: 727px;
	height: 262px;
	display: block;
	position: relative;
}

#question {
	position: absolute;
	left: 40px;
	top: 129px;
	width: 218px;
	height: 84px;
	padding: 5px;
	font-size: 11px;
	color: #767677;
}

#ask_ernesto_right {
	position:absolute;
	left: 280px;
	top: 129px;
}

#ask_ernesto_right input {
	margin-bottom: 9px;
	display: block;
	font-size: 11px;
	color: #767677;
}

#ask_ernesto_right .text_box {
	width: 174px;
}

/* HOME CONTENT */

#home_content {
	margin-left:20px;
}

#home_content_left {
	width: 207px;
}

.main_content
{
	padding-left:5px;
	padding-right:10px;
}

#home_content p {
	padding: 0 10px;
}

#home_content_left p {
	padding-left: 0px;
}

.feature_link {
	margin-bottom: 10px;
}

/* STYLES */

li {
	color: #de7d00;
}

li span {
	color: #6e6339;
}