

.page-freestyle{
	margin-top: 20px;
}

.page-twocolumns .col + .col {
	padding-left: 30px;
	width: 540px !important;
}

.col {
	padding-top: 30px;
}

a {
	color: #004481;
}

li p {
	margin-bottom: 5px !important;
}

p {
	margin-bottom: 25px !important;
}

section+ section {
	margin-top: 30px;
	border-top: 1px solid #dbdbdb;
	padding-top: 30px;
}

fieldset label {
	margin: 12px 11px 4px 0;
	font-family: "Fjalla One";
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
}

input[type=text] {
	text-align: left;
	width: 301px;
	height: 14px;
	padding: 13px 12px;
	border: 1px solid #dbdbdb;
	font-family: "pt sans";
	font-size: 16px;
	color: #929292;
	float: right;
	margin-right: 95px;
}

textarea{
	height: 124px !important;
	text-align: left;
	max-width: 301px;
	width: 301px;
	padding: 13px 12px;
	border: 1px solid #dbdbdb;
	font-family: "pt sans";
	font-size: 16px;
	color: #929292;
	float: right;
	margin-right: 95px;
}

select {
	text-align: left;
	width: 326px;
	height: 14px;
	padding: 13px 12px;
	border: 1px solid #dbdbdb;
	font-family: "pt sans";
	font-size: 16px;
	color: #929292;
	float: right;
	margin-right: 95px;
}

.form-fieldset {
	padding-bottom: 0;
	margin-bottom: 30px;
	border: none;
	padding: 0 !important;
	text-align: right;
}


.icheckbox {
	text-align:left;
	width: 29px;
	height: 25px;
	background-image: url('/export/sites/rosario3/arte/iconos.png');
	background-position: -46px -304px;
	display: inline-block;
	position: relative;
	top: 8px;
	float:left;
	margin-left: 152px;
	left: -5px
}

.icheckbox+label{
	float:left;
	font-family: "pt sans";
	font-size: 16px;
	margin-top: 10px;
}

.btn{
	clear:left;
	float:left;
	margin-left:147px;
	margin-top: 35px;
}

.btn + label{
	float:left;
	margin-top: 45px;
	margin-left: 15px;
}
.page-freestyle .form-error {
	border: none !important;
	background-color: #ffdcd1 !important;
	color: #af0000 !important;
}

.page-freestyle .form-message.error {
	padding: 10px 24px;
	color: white;
	background-color: #af0000;
	width: 278px;
	max-width: 320px;
}
.form-message-full.ok{
	width: 100%;
	text-align: center;
	padding: 25px 0;
	font-family: "Fjalla One" !important;
	font-size: 19px !important;
	margin-bottom: 28px !important;
	background-color: #bcf4c7;
	color: #333;
}