/********** CONTENIDOS **********/


div#contenidos {
	padding-bottom: 50px;
}

div#contenidos h3 {
	width: 156px;
}

div#contenidos h3 span {
	width: 156px;
	background: url(../img/tituloDossierPrensa.gif) left top no-repeat;
}

div#contenidos form {
	margin-top: 20px;
}

div#contenidos fieldset#datosContacto {
	overflow: hidden;
	width: 725px;
	margin: 0 0 0 15px;
	padding: 0 0 21px 0;
	/*background: url(../img/fondoFormularioInf.gif) left bottom no-repeat;*/
}

div#contenidos fieldset p {
	width: 705px;
	height: 19px;
	margin: 0;
	padding: 5px 0 0 20px;
/*	background: url(../img/fondoFormularioSup.gif) left bottom no-repeat;*/
	background-color: #E9E9E9;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}

div#contenidos fieldset#datosContacto fieldset {
	float: left;
	overflow: hidden;
	padding: 20px 0 13px 0;
}

@media all and (min-width: 0px) {
	div#contenidos fieldset#datosContacto fieldset, [hack] {
		padding-bottom: 20px;
	}
}

div#contenidos fieldset#datosContacto fieldset#campos1 {
	width: 345px;
	margin-right: 25px;
	/*border-left: 4px #f58f43 solid;*/
}

div#contenidos fieldset#datosContacto fieldset#campos2 {
	width: 332px;
	padding-right: 15px;
	/*border-right: 4px #f58f43 solid;*/
}

div#contenidos fieldset#datosContacto fieldset#campos3 {
	width: 702px;
	padding: 0 15px 10px 0;
	/*border-left: 4px #f58f43 solid;
	border-right: 4px #f58f43 solid;*/
}

div#contenidos fieldset#datosContacto label {
	clear: right;
	display: block;
	padding-left: 30px;
	line-height: 18px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

div#contenidos fieldset#datosContacto label input,
div#contenidos fieldset#datosContacto label textarea {
	float: right;
	position: relative;
	width: 210px;
	margin-bottom: 7px;
	padding: 2px;
	border: 1px #000 solid;
	background-color: #fff;
	font-size: 11px;
	color: #000;
}

div#contenidos fieldset#datosContacto label textarea {
	width: 567px;
	height: 52px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

div#contenidos a#enviar {
	float: left;
	width: 91px;
	height: 25px;
	margin: 15px 0 0 360px;
	background: url(../img/botonEnviar.gif) left top no-repeat;
}

div#contenidos a#enviar span {
	display: none;
}