#contenido{
	height: 474px;
}

#texto{
	position: absolute;
	top: 0; left: 0;
	background: url(../images/sinseccion_bg.jpg) no-repeat top left;
	height: 474px;
	width: 745px;
	z-index: 5;
}
#texto h4{
	margin: 22px 0  0 52px;
}
#texto div.formateado{
	position: absolute;
	top: 80px;
	left: 60px;
	border: 1px solid #DCDCDC;
	padding: 16px;
	overflow: auto;
	width: 625px;
	height: 305px;
	color: #333 !important;
}
#texto p{
	text-align: justify;
	line-height: 1.6;
}
p.textoEmpleo{
	margin: 20px 20px 10px 70px !important;
}
form#contactForm {
	position: relative;
	margin-left: 65px;
	width: 610px !important;
	z-index: 15;
	height: 190px;
	border: 1px solid #ccc;
	padding: 10px 20px;
}

form#contactForm p, form#boletinForm p {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	float: left !important;
	width: 185px;
}
form#boletinForm{
	position: relative;
	margin-left: 65px;
	z-index: 15;
	height: 260px;
	border: 1px solid #ccc;
	padding: 10px 20px 10px 30px;
	width: 600px !important; 
}
form#boletinForm p{
	width: 200px;
}
form#boletinForm p.obligatorio{
	float: none;
	position: absolute !important;
	color: #C30000;
	top: 138px !important;
	left: 226px !important;
}
form#contactForm label, form#boletinForm label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
form#contactForm label.checkAviso{
		/*margin-left:150px;
		margin-top:25px;
		width:150px;*/
		position:relative;
		top:20px;
		left:150px;
		
}
input#bool_avisoL{
		/*margin-left:150px;
		margin-top:5px;*/
		position:relative;
		top:25px;
		left:150px;
}
form#contactForm input, form#contactForm textarea, form#boletinForm input {
	background: #F8BF80;
	border: 1px solid #C30000;
}
form#boletinForm input#contactFormsubmit {
	background: #333 !important;
	color:#fff;
	position:relative;
	left:200px !important;
	width:150px;
}
form#contactForm  input#contactFormsubmit {
	position: relative;
	top: 30px;
	left: 150px;
	width: 100px;
	padding: 5px 10px;
	border-style: outset !important;
	border-width: 2px !important;
	background: #c30000 !important;
	color: #fff;
	font-weight: bold;
	
}
form#boletinForm input#contactFormsubmit{
	left: 222px;
	top: 25px;
}

form#contactForm textarea{
	width: 328px;
}


div.error, div.success {
	position: absolute;
	top: 340px;
	left: 457px;
	z-index: 16;
	width: 250px;
	color: #fff;
	background: #cc0000;
	padding: 5px;
}
div.success {
	background: #009501;
}
div.success p {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	width: 200px;
}

