@import url("content2.css");

#welcome{
	height: 331px;
	background: url(../images/gif/index-option-bg-big.gif) repeat-x top left;
}

#cotiza{
	height: 331px;
	background: url(../images/gif/index-option-bg-big.gif) repeat-x top left;
	padding-top: 30px;
}

#cotiza h4{
	float: left;
	margin: 10px 0 10px 0;
	width: 100%;
	color: #993300;
	font-size: 12px;
}

#cotiza p{
	width: 100%;
	float: left;
	padding: 0 0 5px 0;
	margin: 0;
}

#cotiza .center{
	 font-size: 16px; 
	 text-align: center;
	 padding: 0 0 10px 0;
}

.middleS{
	height: 288px;
}

#content{
	background: #ffffff  url(../images/gif/brown-bg-big.gif) repeat-x top right;
}

#formGeneral{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

#formGeneral p{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
}

#formGeneral p label{
	width: 100px;
	float: left;
	padding-right: 10px;
	margin: 0;
	text-align: right;
}

#formGeneral p .inputText{
	width: 200px;
	float: left;
}

#formGeneral p #con_telefono{
	width: 155px;
	margin: 0;
	float: left;
}

#formGeneral p #con_telefono_lada{
	width: 30px;
	margin-right: 10px;
	float: left;
}

#formGeneral p .textArea{
	width: 200px;
	height: 50px;
	float: left;
}

#btnSubmit{
	float: left;
	background: url(../images/gif/btn-submit.gif) no-repeat top left;
	width: 122px;
	padding: 0 0 0 20px;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	margin: 0;
	border: none;
	text-align: left;
}

#messages, #errors{
	width: 100%;
	float: left;
}

#errors p{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	color: red;
}