.line {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.lineFinal {
	float: left;
	width: 80%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20%;
}
.sumario {
	text-align: left;
	float: left;
	width: 70%;
	padding-right: 0;
	padding-left: 30%;
}
.sumario ul {
	float: left;
	width: 100%;
}
.sumario li {
	text-align: left;
	display: block;
	width: 100%;
}
.sumario li p {
	color: #FFFFFF;
	padding: 1%;
	float: left;
	width: 98%;
}


label {
	float: left;
	text-align: right;
	width: 30%;
	color: #FFFFFF;
}
legend {
	display: none;
}

label.error{
	font-size:0em;
	display:none!important;
}
input, textarea {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	width: 60%;
	border: 1px solid #eeeeee;
}
input.error, textarea.error{
	border:1px dashed #990000;
	background-color: #FDA297;
}
.submit {
	background-color: #FFFFFF;
	padding: 3px;
	float: none;
	width:auto;
	border: 1px solid #CCCCCC;
}
.main #commentForm {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	float: left;
}
#contacto .lateral h2 {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
#contacto .lateral h3 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 100%;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

#contacto .lateral p {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	font-size: 12px;
}
.mensaje {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 100px;
}
.mensaje p {
	text-align: center;
	float: right;
	width: 100%;
}


.mensaje   strong  {
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.683em;
	font-weight: bold;
	font-style: italic;
	float: left;
	width: 100%;
}
.mensaje em {
	font-size: 16px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
	width: 100%;
}
.mensaje a {
	width: 100%;
	float: right;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	padding-top: 50px;
	padding-bottom: 50px;
}
#commentForm     .lineFinal     .submit    {
	background-image: url(../_img/btnEnviar.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 150px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.09em;
	color: #1D3A5D;
	cursor: pointer;
}
.EN .submit {
	background-image: url(../_img/btnEnviarEn.png)!important;
}
.sumario li h6 {
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
