@CHARSET "ISO-8859-1";

/*** Tags y clases generales, hacks/fixes */
body {
  font: 62.5% Tahoma, Verdana, Arial, sans-serif;
  background: #D6D9D8 url(/images/fdo.gif) repeat-x;
  color: #3D3D3D;
  text-align: center; 
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
  float: left;
  margin-right: 8px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.noFloat {
	float: none;
}
.noText {
  text-indent: -9999px;
}
.hr {
  border-bottom: 1px solid #e6e6e6;  
}
.alignRight {
  text-align: right;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.subrayado{
  text-decoration: underline;
}

/* -- Fix para los links en firefox */
a:active { 
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
/* -- para mantener la altura en los containers que tienen elementos flotados */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
/* -- para hacer clear de floats mediante overflow */
.clearWithOverflow {
  overflow: hidden;
  zoom: 1; /* dispara 'hasLayout' en IE6 */
}


/*** Estructura y bloques generales */
#outterGeneralContainer { 
  position: relative;
  width: 952px;
  margin: 54px auto 0 auto;
  text-align: left;
  overflow: hidden;
}
#innerGeneralContainer {
	padding: 24px 40px 0px 40px;
	height: 577px;
	position: relative;
	background-color: #FFFFFF;
}
#innerGeneralContainer #header {
	padding-bottom: 30px;
}
#innerGeneralContainer #header h1 a {
	display: block;
	background: transparent url(/images/nyn-logo.jpg) no-repeat 0 0;
	height: 70px;
	width: 320px;
	text-indent:-9999px;
}
#content {
	position: relative;
}

/** Estilos comunes */
a.plusLink {
  color: #058e73;
  text-decoration: none;
}
.formContainer {
	background-color: #F6F7F6;
}
.agradecimientoContainer {
	background-color: #F6F7F6;
}
.formInput {
  border: 1px solid #C7C7C7;
  background-color: #FFFFFF;
  height: 18px;
}
.formTextArea {
  border: 1px solid #C7C7C7;
  background-color: #FFFFFF;
}


/** Language Switcher */
#languageSwitcher {
  height: 16px;
  margin-bottom: 10px;
  margin-left: 710px;
}
#languageSwitcher li {
  float: left;
}
#languageSwitcher li a {
  background: url(/images/botonera_idiomas.jpg) no-repeat;
  display: block;
  height: 16px;
  text-indent: -9999px;
}
#languageSwitcher li a#catalan {
  background-position: -94px 0;
  width: 72px;
}
#languageSwitcher li a#catalan.active,
#languageSwitcher li a#catalan:hover{
  background-position: -94px -16px;
}
#languageSwitcher li a#castellano {
  background-position: 0 0;
  width: 94px;
}
#languageSwitcher li a#castellano.active,
#languageSwitcher li a#castellano:hover {
  background-position: 0 -16px;
}
#languageSwitcher li a#ingles {
  background-position: -166px 0;
  width: 73px;
}
#languageSwitcher li a#ingles.active,
#languageSwitcher li a#ingles:hover {
  background-position: -166px -16px;
}
/** Language Switcher - End */


/** Nav */
#nav {
	background: url(/images/fdo-botonera.gif) repeat-x;
}
#nav li {
	display: inline;
}
#nav li a {
	float: left;
	height: 30px;
	text-indent: -9999px;
}
#nav li#navHome a {
	width: 68px;
	background-position: 0 0;
}
#nav li#navHome a:hover, #nav li#navHome a.active {
	background-position: 0 -30px;
}
#nav li#navElGrupo a {
  width: 197px;
  background-position: -68px 0;
}
#nav li#navElGrupo a:hover, #nav li#navElGrupo a.active {
  background-position: -68px -30px;
}
#nav li#navAreasDeNegocio a {
  width: 142px;
  background-position: -265px 0;
}
#nav li#navAreasDeNegocio a:hover, #nav li#navAreasDeNegocio a.active {
  background-position: -265px -30px;
}
#nav li#navSalaDePrensa a {
  width: 129px;
  background-position: -407px 0;
}
#nav li#navSalaDePrensa a:hover, #nav li#navSalaDePrensa a.active {
  background-position: -407px -30px;
}
#nav li#navContacto a {
  width: 95px;
  background-position: -536px 0;
}
#nav li#navContacto a:hover, #nav li#navContacto a.active {
  background-position: -536px -30px;
}
/** Nav - End */


/** Footer */
#footer {
	color: #646565;
	font-size: 1.1em;
	margin-top: 4px;
	clear: both;
}
#footer .data {
	float: left;
}
#footer .legal {
	float: right;
}
#footer .legal a {
	color: #484848;
	text-decoration: none;
}
/** Footer - End */

/** Error */
div.error {
	background-color: #F6F7F6;
	border: 1px #DDDDDD solid;
    filter:alpha(opacity=90);   
    font-size: 1.1em;
	font-weight: bold;
	opacity: 0.9;
	padding: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 303px;
}
div.error ul li {
	color: #00483a;
}
/** Error - End */


/** Creditos */
#layerCreditos
{
	position:absolute;
	right:10px;
	bottom:10px;
	visibility:hidden;
	width:318px;
	height:218px;
	z-index:10;
	background-color: #FFFFFF;
	border: 1px none #000000;
	background:url(/images/fondo_creditos.gif) no-repeat;
}
#layerCreditos #cerrar
{
	position:absolute;
	top:8px;
	left:291px;
}
#layerCreditos #direccion
{
	position:absolute;
	top:174px;
	left:55px;
	color:#CC0066;
	font-family:Verdana;
	font-size:11px;
}
#layerCreditos #direccion a
{
	position:relative;
	color:#CC0066;
	font-family:Verdana;
	font-size:11px;
}
#layerCreditos #texto_br a
{
	position:absolute;
	top:75px;
	left:154px;
	color:#CC0066;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
}
#layerCreditos #texto_br1 a
{
	position:absolute;
	top:148px;
	left:152px;
	color:#CC0066;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
}
#layerCreditos #contacto
{
	position:absolute;
	top:174px;
	left:60px;
	font-family:Verdana;
	font-size:11px;
}
/** Creditos - End*/


/** Terminos */
#layerTerminos {
  position: absolute;
  width: 550px;
  top: 80px;
  left: 200px;
  background-color: #FFFFFF;
}
#layerTerminos .outterContainer {
  position: relative;
}
#layerTerminos .innerContainer {
  padding: 20px;
}
#layerTerminos .innerContainer h6 {
  height: 51px;
  border-bottom: 1px solid #aeb3b2;
  padding-bottom: 20px;
}
#layerTerminos .innerContainer p {
  font-size: 1.1em;
  margin: 10px 0;
}
#layerTerminos .closeLink {
  position: absolute;
  top: 12px;
  right: 20px;
}
#layerTerminos .closeLink a {
  display: block;
  height: 21px;
  width: 66px;
  text-indent: -9999px;
  background-color: red;
} 
/* Terminos - End */


/*** SECCIONES */
/** Generales para contenidos con cajita selectora abajo */
.subTabbedContent .subContainer {
  margin-top: 28px;
  position: relative;
  zoom: 1;
  background-color: #F7F7F7;
  padding: 12px 13px 0 13px;
}
.subTabbedContent .selector li a {
  display: block;
  width: 245px;
  text-indent: -9999px; 
}
.subTabbedContent .textContainer {
  position: absolute;
  left: 268px;
  top: 12px;
  width: 593px;
  font-size: 1.1em;
}
.subTabbedContent .textContainer .innerContainer {
  padding: 19px;
}
.subTabbedContent .textContainer p {
  margin-bottom: 20px;
}
/** Generales para contenidos con cajita selectora abajo - End */


/** Home */
#mainIndex #innerSitesNav {
	overflow: hidden;
	margin-top: 1px;
}
#mainIndex #innerSitesNav li {
	display: inline;
}
#mainIndex #innerSitesNav li a {
	display: inline;
	float: left;
	width: 290px;
	height: 317px;
	text-indent: -9999px;
}
#mainIndex #innerSitesNav li#logoHoteles a {
  background-position: 0 0;
  margin-right: 1px;
}
#mainIndex #innerSitesNav li#logoHoteles a:hover {
  background-position: 0 -317px;
}
#mainIndex #innerSitesNav li#logoInmobiliaria a {
  background-position: -291px 0;
  margin-right: 1px;
}
#mainIndex #innerSitesNav li#logoInmobiliaria a:hover {
  background-position: -291px -317px;
}
#mainIndex #innerSitesNav li#logoParkings a {
  background-position: -582px 0;
}
#mainIndex #innerSitesNav li#logoParkings a:hover {
  background-position: -582px -317px;
}
#mainIndex #subContainer {
	margin-top: 23px;
	position: relative;
	min-height: 67px;
	height: auto !important;
	height: 67px;
}
#mainIndex #subContainer #newsContainer {
	width: 437px;
}
#mainIndex #subContainer #newsContainer h5 {
  height: 15px;
}
#mainIndex #subContainer #newsContainer h6 {
	color: #004438;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 2px;
}
#mainIndex #subContainer #newsContainer h6 a {
  color: #004438;
  text-decoration: none;
}
#mainIndex #subContainer #newsContainer h6 a:hover {
	text-decoration: underline;
}
#mainIndex #subContainer #newsContainer #textContainer {
	line-height: 1.2em;
}
#mainIndex #subContainer #logosContainer {
	position: absolute;
	right: 0;
	top: 20px;
}
#mainIndex #subContainer #logosContainer #logo50anys {
	/*margin-right: 19px;*/
}
#mainIndex #subContainer #rehabilitacion{
  position: absolute;
  top: 13px;
}
#mainIndex #subContainer #pallol{
  position: absolute;
  top: 46px;
}
/** Home - End */


/** El Grupo - Quienes Somos */
#elGrupoQuienesSomos .topImageContainer {
  margin-top: 1px;
}
#elGrupoQuienesSomos h5 {
  height: 15px;
  margin-top: 21px;
  margin-bottom: 10px;
}
#elGrupoQuienesSomos .subContainer {
	height: 167px;
}
#elGrupoQuienesSomos .introTextContainer p {
	font-size: 1.1em;
	line-height: 1.5em;
}
#elGrupoQuienesSomos .selector li a {
  height: 28px;
  margin-bottom: 6px;
}
#elGrupoQuienesSomos .selector li#selectorExperiencia a {
  background-position: 0 0;
}
#elGrupoQuienesSomos .selector li#selectorExperiencia a:hover, 
#elGrupoQuienesSomos .selector li#selectorExperiencia a.selected {
  background-position: -245px 0;
}
#elGrupoQuienesSomos .selector li#selectorProfesionalidad a {
  background-position: 0 -34px;
}
#elGrupoQuienesSomos .selector li#selectorProfesionalidad a:hover,
#elGrupoQuienesSomos .selector li#selectorProfesionalidad a.selected {
  background-position: -245px -34px;
}
#elGrupoQuienesSomos .selector li#selectorCalidad a {
  background-position: 0 -68px;
}
#elGrupoQuienesSomos .selector li#selectorCalidad a:hover,
#elGrupoQuienesSomos .selector li#selectorCalidad a.selected {
  background-position: -245px -68px;
}
#elGrupoQuienesSomos .experiencia {
  background-color: #2e2d2e;
  color: #c9cbcb;
}
#elGrupoQuienesSomos .profesionalidad {
  background-color: #2e403c;
  color: #bbc0bf;
}
#elGrupoQuienesSomos .calidad   {
  background-color: #004438;
  color: #ccdad7;
}
#elGrupoQuienesSomos .experiencia, 
#elGrupoQuienesSomos .profesionalidad,
#elGrupoQuienesSomos .calidad	 {
  line-height: 1.5em;
  height: 156px;
}
#elGrupoQuienesSomos .experiencia a, 
#elGrupoQuienesSomos .profesionalidad a, 
#elGrupoQuienesSomos .calidad a {
  color: #ccdad7;
  text-decoration: underline;
}
/** El Grupo - Quienes Somos - End */


/** El Grupo - Trabaja */
#elGrupoTrabaje .topImageContainer {
	margin-top: 1px;
}
#elGrupoTrabaje h5 {
  height: 15px;
  margin-top: 21px;
  margin-bottom: 10px;
}
#elGrupoTrabaje .leftCol {
	float: left;
	display: inline;
	width: 400px;
}
#elGrupoTrabaje .leftCol p {
	margin: 10px 0;
}
#elGrupoTrabaje .textContainer p {
	font-size: 1.1em;
}
#elGrupoTrabaje .rightCol {
	margin-left: 456px;
	margin-top: 27px;
}
#elGrupoTrabaje .rightCol .formContainer {
  padding: 20px 0 0 24px;
  font-size: 1.1em;
  overflow: auto;
}
#elGrupoTrabaje .rightCol .formContainer label {
	display: block;
	float: left;
	width: 54px;
}
#elGrupoTrabaje .rightCol .formContainer .colContainer {
	overflow: auto;
	zoom: 1;
	position: relative;
	height: 55px;
}
#elGrupoTrabaje .rightCol .formContainer p {
	margin: 2px 0;
}
#elGrupoTrabaje .rightCol .formContainer .colContainer label {
	line-height: 18px;
}	
#elGrupoTrabaje .rightCol .formContainer .colContainer input {
	width: 133px;
}
#elGrupoTrabaje .rightCol .formContainer .leftCol {
	width: 194px;
	position: absolute;
	top: 0;
	left: 0;	
}
#elGrupoTrabaje .rightCol .formContainer .rightCol {
  margin-left: 198px;
  margin-top: 0;
}
#elGrupoTrabaje .rightCol .formContainer label.short {
	width: 36px;
}
#elGrupoTrabaje .rightCol .formContainer label.long {
	width: 88px;
	line-height: 18px;
}
#elGrupoTrabaje .rightCol .formContainer input.long {
	width: 202px;
}
#elGrupoTrabaje .rightCol .formContainer .noFloat {
  float: none;
  width: 200px;
}
#elGrupoTrabaje .rightCol .formContainer .formTextArea {
	width: 367px;
	height: 84px;
}
#elGrupoTrabaje .rightCol .formContainer .formSubmit {
	float: right;
	display: inline;
	margin: 2px 24px 17px 0;
}
#elGrupoTrabaje .rightCol .agradecimientoContainer {
  padding: 20px 25px;
  overflow: auto;
  height: 201px;
}
#elGrupoTrabaje .rightCol .agradecimientoContainer .text {
	color: #00483a;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 90px;
	text-align: center;
}
/** El Grupo - Trabaja - End */


/** Areas de Negocio */
#areasDeNegocio #topImage {
  margin-top: 1px;
}
#areasDeNegocio .subContainer {
  height: 218px;
}
#areasDeNegocio .selector li a,
#areasDeNegocio .selector li a:hover {
	height: 28px;
	margin-bottom: 7px;
}
#areasDeNegocio .selector li p.selected {
	height: 91px;
	width:245px;
	text-indent:-9999px;
	background:transparent url(/images/es/botizq-areas.jpg) no-repeat scroll 0 0;
	margin-bottom:7px;
}
#areasDeNegocio .selector li#selectorInmobiliaria a {
	background-position: 0 0;
}
#areasDeNegocio .selector li#selectorInmobiliaria a:hover {
  background-position: 0 -159px;
} 
#areasDeNegocio .selector li#selectorInmobiliaria .selected {
	background-position: 0 -96px;
}
#areasDeNegocio .selector li#selectorHoteles a {
  background-position: 0 -34px;
}
#areasDeNegocio .selector li#selectorHoteles a:hover {
  background-position: 0 -256px;
}
#areasDeNegocio .selector li#selectorHoteles p.selected {
  background-position: 0 -193px;
}
#areasDeNegocio .selector li#selectorParking a {
  background-position: 0 -68px;
}
#areasDeNegocio .selector li#selectorParking a:hover {
  background-position: 0 -353px;
}
#areasDeNegocio .selector li#selectorParking .selected {
  background-position: 0 -290px;
}
#areasDeNegocio .inmobiliaria,
#areasDeNegocio .hoteles	 {
  background-color: #4b5251;
  color: #c9cbcb;
}
#areasDeNegocio .parking   {
  background-color: #a4810d;
  color: #f6f3e7;
}
#areasDeNegocio .inmobiliaria {
	line-height: 1.5em;
}
#areasDeNegocio .hoteles {
  line-height: 1.2em;
}
#areasDeNegocio .inmobiliaria a,
#areasDeNegocio .hoteles a,
#areasDeNegocio .parking a {
	color: #FFFFFF;
	font-weight: bold;
}
#areasDeNegocio a#nnrehabilitacion {
	display: block;
	width: 264px;
	height: 27px;
	margin: 19px 0 0 609px;
}
#layerRehabilitacion {
	position: absolute;
	width: 335px;
	height: 354px;
	background: url(/images/fdo-caja.gif) no-repeat;
	bottom: 30px;
	left: 545px;
}
#layerRehabilitacion .outterContainer {
	position: relative;
	padding-top: 40px;
}
#layerRehabilitacion .closeLink {
	position: absolute;
	top: 12px;
	left: 300px;
}
#layerRehabilitacion .closeLink a {
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
} 
#layerRehabilitacion .innerContainer {
	width: 240px;
	margin-left: 40px;
}
#layerRehabilitacion .innerContainer h6 {
	width: 220px;
	height: 15px;
}
#layerRehabilitacion .innerContainer p {
	font-size: 1.1em;
	margin: 10px 0; 
}
/** Areas de Negocio - End */


/** Sala de Prensa - Comunes */
#salaDePrensaListado h5, 
#salaDePrensaDetalle h5 {
  height: 15px;
  margin-top: 21px;
}
#salaDePrensaListado .newsContainer, 
#salaDePrensaDetalle .newsContainer {
  margin-top: 9px;
  width: 568px;
  float: left;
}
#salaDePrensaListado .pagerContainer, 
#salaDePrensaDetalle .pagerContainer {
  background-color: #D6D9D8;
}
#salaDePrensaListado .pagerContainer .previous, 
#salaDePrensaListado .pagerContainer .next, 
#salaDePrensaDetalle .pagerContainer .previous, 
#salaDePrensaDetalle .pagerContainer .next {
  font-weight: bold;
  width: 200px;
  line-height: 28px;
  display: inline;
}
#salaDePrensaListado .pagerContainer .previous a, 
#salaDePrensaListado .pagerContainer .next a, 
#salaDePrensaDetalle .pagerContainer .previous a, 
#salaDePrensaDetalle .pagerContainer .next a {
  color: #3D3D3D;
  font-weight: bold;
  text-decoration: none;
}
#salaDePrensaListado .pagerContainer .previous a:hover, 
#salaDePrensaListado .pagerContainer .next a:hover, 
#salaDePrensaDetalle .pagerContainer .previous a:hover, 
#salaDePrensaDetalle .pagerContainer .next a:hover {
  text-decoration: underline;
}
#salaDePrensaListado .pagerContainer .previous, 
#salaDePrensaDetalle .pagerContainer .previous {
  float: left;
  margin-left: 13px;
}
#salaDePrensaListado .pagerContainer .next, 
#salaDePrensaDetalle .pagerContainer .next {
  float: right;
  text-align: right;
  margin-right: 13px;
}
#salaDePrensaListado .rightColContainer, 
#salaDePrensaDetalle .rightColContainer {
  margin-left: 608px;
  margin-top: 9px;
}
#salaDePrensaListado .rightColContainer .downloads, 
#salaDePrensaDetalle .rightColContainer .downloads {
	background-color: #484848;
	height: 141px;
}
#salaDePrensaListado .rightColContainer .downloads h6, 
#salaDePrensaDetalle .rightColContainer .downloads h6 {
	height: 27px;
}
#salaDePrensaListado .rightColContainer .downloads p, 
#salaDePrensaDetalle .rightColContainer .downloads p {
  color: #d6d9d8;
  padding: 9px 13px;
  font-size: 1.1em;
}
#salaDePrensaListado .rightColContainer .downloads li, 
#salaDePrensaDetalle .rightColContainer .downloads li {
	margin: 0 14px;
	height: 20px;
	border-top: 1px solid #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
	position: relative;
}
#salaDePrensaListado .rightColContainer .downloads li.last, 
#salaDePrensaDetalle .rightColContainer .downloads li.last {
	border-top: none;
}
#salaDePrensaListado .rightColContainer .downloads .title, 
#salaDePrensaDetalle .rightColContainer .downloads .title {
	display: block;
	width: 141px;
	height: 8px;
	position: absolute;
	top: 7px;
	text-indent: -9999px;
}
#salaDePrensaListado .rightColContainer .downloads .downloadLink, 
#salaDePrensaDetalle .rightColContainer .downloads .downloadLink {
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
}
#salaDePrensaListado .rightColContainer .downloads .downloadLink a, 
#salaDePrensaDetalle .rightColContainer .downloads .downloadLink a {
	color: #f0ab00;
	text-decoration: none;
	font-weight: bold;
}
#salaDePrensaListado .rightColContainer .downloads .downloadLink a:hover, 
#salaDePrensaDetalle .rightColContainer .downloads .downloadLink a:hover {
  text-decoration: underline;
}
#salaDePrensaListado .rightColContainer .photo, 
#salaDePrensaDetalle .rightColContainer .photo {
  margin-top: 19px;
}
#salaDePrensaListado .rightColContainer .blogLink, 
#salaDePrensaDetalle .rightColContainer .blogLink {
  margin-top: 19px;
}
#salaDePrensaListado .rightColContainer .blogLink a, 
#salaDePrensaDetalle .rightColContainer .blogLink a {
  text-indent: -9999px;
  display: block;
  height: 27px;
}
/** Sala de Prensa - Comunes - End*/


/** Sala de Prensa - Especificos p/ Listado */
#salaDePrensaListado .newsContainer ul {
	height: 343px;
	background-color: #F6F7F6;
	overflow: hidden;
}
#salaDePrensaListado .newsContainer li {
	background-color: #F6F7F6;
	font-size: 1.1em;
	padding: 17px 25px;
	border-bottom: 1px solid #FFFFFF;
	line-height: 1.5em;
}
#salaDePrensaListado .newsContainer li.last {
	border-bottom: 0;
}
#salaDePrensaListado .newsContainer h6 {
  color: #004438;
}
#salaDePrensaListado .newsContainer h6 a {
	text-decoration: none;
  color: #004438;
}
#salaDePrensaListado .newsContainer h6 a:hover {
	text-decoration: underline;
}
/** Sala de Prensa  - Especificos p/ Listado - End */


/** Sala de Prensa  - Especificos p/ Detalle */
#salaDePrensaDetalle {
	position: relative;
}
#salaDePrensaDetalle .newsContainer {
  background-color: #F6F7F6;
}
#salaDePrensaDetalle .newsContainer .innerContainer {
	padding: 25px;
	height: 293px;
	overflow-y: auto;
}
#salaDePrensaDetalle .newsContainer h6, #salaDePrensaDetalle .newsContainer .textContainer {
  margin-left: 114px;
}
#salaDePrensaDetalle .newsContainer h6 {
	color: #004438;
	font-size: 1.4em;
	margin-bottom: 24px;
}
#salaDePrensaDetalle .newsContainer .textContainer {
	font-size: 1.1em;
}
#salaDePrensaDetalle .newsContainer .imageContainer {
	width: 100px;
	float: left;
}
#salaDePrensaDetalle .newsContainer #dummyImage {
	width: 100px;
	height: 100px;
	background-color: black;
	color: #FFF;
}
#salaDePrensaDetalle #backToNoticias {
	position: absolute;
	left: 453px;
	top: 3px;
}
#salaDePrensaDetalle #backToNoticias a {
  color: #00483A;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}
#salaDePrensaDetalle #backToNoticias a:hover {
	text-decoration: underline;
}
/** Sala de Prensa  - Especificos p/ Detalle - End */


/** Contacto */
#contactoIndex #topImage {
	margin-top: 1px;
}
#contactoIndex .subContainer {
	margin-top: 28px;
	position: relative;
	zoom: 1;
}
#contactoIndex .contactInfoContainer {
	position: absolute;
	left: 0;
	top: 0;
}
#contactoIndex .contactInfoContainer .innerContainer {
  background: url(/images/datos-contacto.gif) no-repeat;
  width: 155px;
  height: 90px;
}
#contactoIndex .contactInfoContainer p {
	display: none;
}
#contactoIndex .bmpContainer {
	position: absolute;
	left: 0;
	top: 0;
}
#contactoIndex .bmpContainer .innerContainer {
  width: 500px;
  height: 278px;
  /*border: 1px solid black;*/
}
#contactoIndex .bmpContainer .innerContainer  .imgContainer {
	position: absolute;
	left: 0;
	bottom: 0;
	/*border: 1px solid red;*/
}
#contactoIndex .bmpContainer p {
	line-height: 18px;
	font-size: 1.1em;
}
#contactoIndex .mapContainer {
	position: absolute;
	left: 215px;
	top: 0;
}
#contactoIndex .mapContainer p {
	width: 297px;
  height: 27px;
}
#contactoIndex .formContainer {
	margin-left: 549px;
	min-height: 280px;
	padding: 20px 0 0 25px;
}
#contactoIndex .formContainer p {
	font-size: 1.1em;
}
#contactoIndex .formContainer li {
	margin-bottom: 6px;
}
#contactoIndex .formContainer label {
	display: block;
	float: left;
	width: 83px;
	line-height: 18px;
	font-size: 1.1em;
}
#contactoIndex .formContainer label.noFloat {
	float: none;
}
#contactoIndex .formContainer label.condiciones{
	width:225px;
  float:left;
}
#contactoIndex .formContainer .formInput {
	width: 187px;
}
#contactoIndex .formContainer .formTextArea {
	height: 88px;
  width: 270px;
}
#chkAceptaCondiciones{
}
#contactoIndex .formContainer .formSubmit {
	margin-left: 203px;
}

#contactoIndex .agradecimientoContainer {
	margin-left: 549px;
	min-height: 258px;
	padding: 20px 25px 0 25px;
}
#contactoIndex .agradecimientoContainer .text {
	color: #00483a;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 90px;
	text-align: center;
	width: 273px;
}
/** Contacto - End */

