
/* @override http://www.palmera3.com/css/default.css */


@import url("reset.css");


body{
	background: #5e5e1c url(file://localhost/Applications/MAMP/htdocs/palmera/img/_design/bg-gral.jpg) no-repeat 0 0;
	color: #D0D2D3;
	font: 14px/22px Georgia, "Times New Roman", Times, serif;
}
#framesheet{
	background: url(../img/_design/back.jpg) center 0;
	margin: 0;
	padding: 0;
}
#wrapper{
	width: 526px;
	margin: 0 auto 0;
}
#intro{
	position: relative;
	float: left;
	width: 480px;
	margin-top: 240px;
	margin-bottom: 0;
	margin-left: 24px;
}
#intro ul{
	margin: 20px 20px 20px 50px;
	list-style-type: disc;
	font-size: 18px;
}
#intro ul li{
	margin-bottom: 9px;
}
#intro ul li p{
	color: #fff;
	font-size: 14px;
}
#emailform{
	position: relative;
	padding: 0;
	float: left;
}

#top{
	display: block;
	width: 524px;
	position: relative;
	float: left;
	height: 36px;
	background: url(../img/_design/sh-top.png) 0 0;
}
#leftshadow{
	width: 38px;
	height: 300px;
	position: relative;
	float: left;
	background: url(../img/_design/bg-left.png) repeat-y;
}
#rightshadow{
	width: 35px;
	position: relative;
	float: left;
	background: url(../img/_design/bg-right.png) repeat-y;
	height: 300px;
}
#bottom{
	display: block;
	width: 524px;
	position: relative;
	float: left;
	background: url(../img/_design/bg-24png.png) 0 0;
	height: 30px;
}
#forma{
	width: 453px!important;
	width: 446px;
	background: #351B0A url(../img/_design/icon-envelop.png) no-repeat 7px 43px!important;
	background: #351B0A url(../img/_design/icon-envelop.jpg) no-repeat 7px 43px;
	position: relative;
	float: left;
	height: 300px;
	padding: 0;
}
#forma p{
	margin-bottom: 20px;
	padding-top: 10px;
	margin-left: 15px;
}
#forma ul{
	margin-left: 80px;
	padding: 0;
}
#forma ul li{
	display: block;
	width: 300px;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 3px;
	color: #7b7b7b;
}
#forma fieldset label{
	position: relative;
	float: left;
}
a{
	color: #351b0a;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#forma input.enviar{
	width: 73px;
	height: 24px;
	display: block;
	color: #351b0a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background: #89a02f url(../img/_design/bg-enviar.jpg) repeat-x 0 0;
	border: none;
	padding: 1px;
	position: absolute;
}
#forma #nombre, #forma #correo,#forma #comentario{
	border: none;
}

#negociando, #badserver, #bademail, #success{
	display: none;
	float: left;
}
#negociando{
	color: #fbe40c;
}
#badserver, #bademail{
	color: #f91626;
}
#success{
	color: #90c42d;
}
strong, ul li{
	color: #A0CC3A;
}
#footer{
	font-size: 13px;
	height: 100px;
	margin-top: 20px;
}
#footer p strong{
	color: #351b0a;
}