
/************************************** CONTACTO **************************************/

DIV.clear {
	clear: both;
}

DIV.contactinfo {
	width: 242px;
	overflow: hidden;
	float: right;
	margin-top: 20px;
}
DIV.contactinfotop {
	width: 242px;
	height: 73px;
	background-image: url(../images/contactbox_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
DIV.contactinfobottom {
	width: 242px;
	height: 21px;
	background-image: url(../images/contactbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
DIV.contactinfocontent {
	width: 242px;
	padding-top: 15px;
	padding-left: 10px;
	background-image: url(../images/contactbox_bkg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	font-family: Verdana, Times New Roman, Arial;
	font-size: 11px;
	color: #ffffff;
}

DIV.item, DIV.halfitem {
	overflow: hidden;
	padding-top: 15px;
	color: #ffffff;
}
DIV.item {
	width: 450px;
}
DIV.halfitem {
	width: 220px;
}
DIV.item DIV, DIV.halfitem DIV {
	display: block;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
DIV.item DIV SPAN, DIV.halfitem DIV SPAN {
	color: #b8c290;
}
DIV.halfitem {
	margin-right: 10px;
	float: left;
}
DIV.item INPUT {
	width: 100%;
	margin-top: 5px;
	background-color: #e5e8d5;
}
DIV.halfitem INPUT {
	width: 100%;
	margin-top: 5px;
	background-color: #e5e8d5;
}
DIV.item TEXTAREA {
	width: 98%;
	height: 225px;
	margin-top: 5px;
	background-color: #e5e8d5;
}

DIV.send {
	width: 450px;
	overflow: hidden;
	margin-top: 10px;
}
DIV.send DIV {
	float: left;
	margin-top: 8px;
	font-family: Verdana, Times New Roman, Arial;
	font-size: 11px;
	color: #ffffff;
}
DIV.send A {
	display: block;
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}

DIV.error {
	margin-top: 20px;
	font-family: Verdana, Times New Roman, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CC8800;
}

/**************************************************************************************/

