#contenido
{
	font-family: Helvetica, Arial, sans-serif;
}
#contenido_seccion
{
	padding:10px;
	float:left;
}
.leftcont
{
	background-color:#2fe4f5;
	width:536px;
	min-height:440px;
	float:left;
	color:#000;
	padding:15px;
}
.leftcont .title
{
	font-weight:bold;
	font-size:20px;
	color:#000;
	margin:0;
	padding:0;
	line-height:22px;
}
.leftcont #texto
{
	margin-top:20px;
	font-size:13px;
	line-height:24px;
}
.leftcont a
{
	text-decoration:none;
	color:#000;
}
.leftcont a:hover
{
	color:#444;
}
.rightcont
{
	background-color:#ffed00;
	width:383px;
	min-height:440px;
	float:left;
	margin-left:10px;
	padding:15px;
}
.rightcont .title
{
	font-weight:bold;
	font-size:16px;
	color:#000;
	margin:0;
	padding:0;
	line-height:15px;
}
.rightcont .titlepart2
{
	font-size:24px;
}

.rightcont label {
  /*display:inline-block;*/
	color:#000;
	line-height:13px;
	font-size:10px;
	padding:0;
	margin:0;
}
.rightcont .textinput{
	width:100%;
}
.rightcont textarea {
	width:100%;
	height:75px;
}
.error {
	color: red;
}
.successSubmitMessage
{
	color:#8bcd2f;
	font-weight:bold;
}
.errorSubmitMessage
{
	color:#f00;
	font-weight:bold;
}
#contact-form
{
	color:#000;
}