@charset "utf-8";
/* CSS Document */
/*CMXFORM.CSS*/
form.cmxform {
	width: 600px;
	margin: 10px 0 0 120px;
	padding-bottom: 10px
}
form.cmxform legend {
	padding-left: 0
}
form.cmxform fieldset {
	border: none
}
form.cmxform fieldset p {
	padding: 5px 10px 7px
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-size: 9px
}
form.cmxform p.textarea > label.error {
	margin-left: 235px
}
div.error { display: none }
input.checkbox { border: none }
input:focus { border: 1px dotted black }
input.error { border: 1px dotted red }
form.cmxform .gray * { color: gray }


/*CMXFORMTEMPLATE.CSS*/
form.cmxform fieldset {
	display: block;
	margin-bottom: 10px
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px /* IE Win */
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top
}
form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal
}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto
}
form.cmxform fieldset fieldset label { margin-left: 103px } /* Width plus 3 (html space) */
form.cmxform label.error {
	width: 220px;
	text-align: left
}
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */


/*DHTMLGOODIES_CALENDAR.CSS*/
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px 1px 20px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	visibility:hidden
}
#calendarDiv span,#calendarDiv img{
	float:left
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px 1px 1px 2px;
	cursor:pointer
}
#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px 1px 1px 2px;
	cursor:pointer
}
#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px
}
#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082
}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px
}
#calendarDiv .todaysDate div{
	float:left
}
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px
}
#calendarDiv .timeBar div{
	float:left;
	margin-right:1px
}
#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none

}
#calendarDiv #monthSelect{
	width:70px
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED
}
#calendarDiv td{
	text-align:right;
	cursor:pointer
}
#calendarDiv .topBar img{
	cursor:pointer
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px
}


/*ESTILOS.CSS*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	input:not([type]), input[type="text"],input[type="password"] {
		padding: 0;
		margin: 0
	}
	input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button { padding: 0 }
}
img { border: none }
a {
	text-decoration: none;
	color: #3a3a3a
}
ul.numerica { list-style: lower-alpha }
ul.numerica li { text-align: justify }
body {
	background: #d4d4d4 url(../images/pixel_pagina.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	color: #3a3a3a
}
p { text-align: justify }
.filaFormulario {
	width: 600px;
	padding: 3px 0px
}
.filaFormularioCentrado { margin-left: 70px }
.filaFormularioCentrado2 { margin-left: 155px }
.clear { clear: both }
.oculto { display: none }
div.linea {
	background: url(../images/linea_puntos.gif) repeat-x;
	height: 3px;
	margin: 5px 0 5px 180px;
	width: 500px
}
div.linea2 {
	background: url(../images/linea_puntos.gif) repeat-x;
	height: 3px;
	margin: 5px 0 5px 50px;
	width: 750px
}
span.requerido {
	font-weight: bold;
	color: #f00
}
div.titulo_form { margin-left: 20px }
h3 { font-size: 14px }
h3.inicio {
	color: #fca000;
	text-align: center
}
h3.titulo_form {
	display: list-item;
	list-style: square;
	color: #fca000;
	margin: 0 20px 10px
}
h3.titulo_form span {
	color: #255E99;
	text-transform: uppercase
}

/*Estilos menu inicial usuario*/
div#menu_usuario_sup { margin-left: 80px }
div#menu_usuario_sup span {
	display: block;
	float: left;
	margin-right: 50px
}
div#menu_usuario_sup span a {
	text-decoration: underline;
	font-size: 10px;
	color: #4d4d4d
}
div#menu_usuario_anuncios, div#menu_usuario_empleos, div#menu_usuario_locales {
	width: 230px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	height: 175px
}
div#menu_usuario_anuncios {
	margin-left: 20px;
	background: url(../images/menu_anuncios.jpg) no-repeat scroll 0 bottom
}
div#menu_usuario_empleos { background: url(../images/menu_empleos.jpg) no-repeat scroll 0 bottom }
div#menu_usuario_locales { background: url(../images/menu_locales.jpg) no-repeat scroll 0 bottom }
div#menu_usuario_anuncios h4, div#menu_usuario_empleos h4, div#menu_usuario_locales h4 {
	display: list-item;
	list-style: square;
	color: #fca000;
	font-size: 12px;
	margin: 0 0 15px
}
div#menu_usuario_anuncios h4 span, div#menu_usuario_empleos h4 span, div#menu_usuario_locales h4 span {
	padding-left: 5px;
	color: #255e99
}
div#menu_usuario_anuncios > span, div#menu_usuario_empleos > span, div#menu_usuario_locales > span {
	padding-left: 15px;
	display: list-item;
	list-style: square inside;
}
div#menu_usuario_anuncios > span:hover, div#menu_usuario_empleos > span:hover, div#menu_usuario_locales > span:hover {
	background: url(../images/flecha_registros.png) no-repeat scroll 0 3px
}
div#menu_usuario_anuncios span a, div#menu_usuario_empleos a, div#menu_usuario_locales a { color: #fca000 }
a.menu_usuario_links_inf {
	margin-left: 30px;
	color: #fca000;
	display: list-item;
	list-style: square
}
a.menu_usuario_links_inf span { color: #255e99 }

/*Estilos breadcrumb*/
div.lineaBreadCrumb {
	background: url(../images/linea_puntos.gif) repeat-x;
	height: 3px;
	margin: 5px 20px 0;
	width: 750px
}
div#breadcrumb { margin-left: 20px }
div#breadcrumb a {
	color: #255e99;
	text-decoration: underline
}

/*Estilos paginas texto*/
div.textos { padding: 10px }
div.textos p.resaltado {
	font-weight: bold;
	color: #255e99
}
div.textos div.columna_izq {
	float: left;
	width: 510px;
	margin-right: 20px
}
div.textos div.columna_der {
	float: left;
	width: 420px;
	padding-top: 20px
}
div.textos div.columna_der img {
	float: left;
	margin: 10px 5px
}
div.textos a {
	text-decoration: underline;
	color: #255e99
}
div.textos h3 {
	color: #e7931a;
	margin: 0
}
div.textos h3.subtitulo {
	display: list-item;
	list-style: square;
	color: #e7931a;
	margin: 0 20px 10px
}
div.textos h3.subtitulo span {
	color: #255e99;
	text-transform: uppercase
}

/*Estilos pasos*/
div#pasos h3 {
	color: #fca000;
	text-align: center
}
div#pasos span.mensaje {
	float: left;
	width: 205px;
	text-align: center;
	font-size: 11px
}
div#pasos span.mensajeLocal {
	float: left;
	width: 265px;
	text-align: center
}
div#pasos span.mensaje a, div#pasos span.mensajeLocal a {
	color: #255e99;
	text-decoration: underline
}
div#pasos > div { margin-left: 20px }
div#pasos div.paso {
	float: left;
	width: 260px;
	margin: 0 5px
}
div#pasos div.paso h3 {
	display: list-item;
	list-style: square;
	color: #fca000;
	*margin-bottom: 5px
}
div#pasos div.paso h3 span { color: #255e99 }
div#pasos div.paso img {
	float: left;
	margin-right: 10px
}
div#pasos div.paso p { font-size: 10px }
div#pasos div.paso a {
	background: url(../images/fondo_btn_paso.gif) repeat-x;
	padding: 2px 5px;
	color: #3a3a3a;
	text-decoration: none;
	margin-left: 40px;
	*margin-left: 150px
}

/*Estilos inicio*/
ul#lista_guia {
	padding-left: 20px;
	display: block;
	*margin-left: 0
}
ul#lista_guia li {
	color: #fca000;
	list-style-type: square;
	height: 18px;
	padding-top: 4px;
	width: 814px;
	*height: 15px;
	*padding-top: 0
}
ul#lista_guia li.impar {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1336px;
	width: 814px;
	height: 18px;
	*height: 15px
}
ul#lista_guia li span {
	color: #3a3a3a;
	text-transform: uppercase;
	*float: left
}
ul#lista_guia li span a { text-decoration: underline }
ul#lista_guia li span.der {
	float: right;
	margin-right: 30px
}
ul#lista_guia li span a.ver { text-decoration: none }
ul#screen2 {
	width: 800px;
	padding: 0;
	margin-left: 25px
}
#screen2 li {
	float: left;
	list-style: none
}
#screen2 .jq-ss-crop {
	margin: 5px;
	float: left
}
#left,#right {
	font-weight: bolder;
	font-size: 20px;
	margin-top: 35px;
	display: block;
	text-decoration: none;
	color: black
}
#view2 {
	margin: 0 10px 20px;
	width: 680px;
	height: 100px;
	overflow: hidden;
	background-color: #fff
}
#images2 {
	width: 6718px !important;
	width: 6722px;
	padding: 0
}
#images2 li img { border: 1px #000 solid }
/*div.inicio_der, div.inicio_izq {
	float: left;
	width: 410px;
	_width: 385px
}*/
div.inicio_izq {
	/*border-right: 1px dashed #777;*/
	margin-right: 5px
}
div.inicio_der ul, div.inicio_izq ul {
	list-style-type: square;
	padding-left: 20px;
	*margin-left: 0;
	color: #fca000
}
/*div.inicio_der ul li, div.inicio_izq ul li {
	height: 22px;
	*height: 18px;
	width: 390px;
	_width: 380px
}*/
div.inicio_der ul li.impar, div.inicio_izq ul li.impar {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1336px;
}
div.inicio_der ul li span, div.inicio_izq ul li span { color: #3a3a3a }
div.inicio_der ul li span.der, div.inicio_izq ul li span.der {
	float: right;
	margin-right: 30px;
	*position: relative;
	*top: -15px
}

/*Estilos quiero publicitarme*/
div#precios_anunciarme { margin-bottom: 10px }
div#precios_anunciarme span { margin: 10px }
div.img_banner {
	float: left;
	width: 200px
}
div.links_banner {
	float: left;
	width: 300px
}
div.links_banner a {
	text-decoration: underline;
	color: #255e99
}

/*Estilos pagina tarifas*/
table#tarifas { margin-left: 100px }
table#tarifas td span#titulo_tabla { color: #fca000 }
table#tarifas td { height: 20px }
table#tarifas td.precio {
	text-align: center;
	font-size: 13px
}
table#tarifas td.texto {
	padding-left: 8px;
	width: 350px
}
table#tarifas td.titulo {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1782px;
	height: 20px;
	text-align: center;
	width: 100px;
	margin-left: 2px;
	color: #fff
}
table#tarifas td.blanco { color: #fff }
table#tarifas td.descuento {
	text-align: center;
	border: 2px solid #4879A9
}
table#tarifas td#cab_prin {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -848px;
	width: 358px;
	height: 20px
}
table#tarifas td#cab_cat {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -778px;
	width: 358px;
	height: 20px
}
table#tarifas td#pie_prin {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1550px;
	width: 358px;
	height: 20px
}
table#tarifas td#pie_cat {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1480px;
	width: 358px;
	height: 20px
}
table#tarifas td#latg_prin {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -988px;
	width: 358px;
	height: 20px
}
table#tarifas td#latg_cat {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -918px;
	width: 358px;
	height: 20px
}
table#tarifas td#latp_prin {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1128px;
	width: 358px;
	height: 20px
}
table#tarifas td#latp_cat {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1058px;
	width: 358px;
	height: 20px
}
ul#notas_tarifas li {
	list-style: square;
	color: #fca000
}
ul#notas_tarifas li span { color: #3a3a3a }
div#tarifas_izq, div#tarifas_der {
	float: left;
	margin-top: 10px;
	margin-left: 20px
}
div#tarifas_izq { width: 400px }
div#tarifas_der { width: 500px }

/*Estilos generales formularios*/
form.cmxform fieldset {
	padding: 0;
	background: url(../images/fondo_fieldset.gif) repeat-y;
	width: 755px
}
form.cmxform legend {
	color: #255B9B;
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1198px;
	height: 19px;
	padding: 4px 660px 3px 20px;
	font-variant: small-caps;
	font-size: 14px;
	*margin:0;
	*background-position:-7px -1198px;
	_padding-bottom:0
}
form.cmxform fieldset div.bajo_fieldset {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -508px;
	width: 755px;
	height: 5px;
	_font-size: 4px
}
form.cmxform fieldset label.normal {
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 15px;
}
form.cmxform fieldset div.filaFormulario p label.error { margin-left: 235px }
form.cmxform input { width: 220px }
form.cmxform input.checkbox { width: 20px }
form.cmxform fieldset div.boton, form.cmxform fieldset img.boton { margin-left: 20px }
form.cmxform fieldset textarea {
	line-height:10px;
	font-size:11px
}

/*Estilos listado buscar categorias*/
div#listado_categorias_menu {
	background-color: #4F7596;
	display: none;
	margin: 3px 0 0 54px;
	opacity: 0.9;
	position: absolute;
	width: 350px;
	z-index: 350
}
div#listado_categorias_menu ul {
	list-style: none;
	color: #fff;
	font-weight: bold
}
div#listado_categorias_menu ul a {
	color: #fff;
	font-weight: bold
}

/*Estilos listado buscar empleos*/
div#listado_empleos_menu {
	background-color: #4F7596;
	display: none;
	margin: 3px 0 0 348px;
	opacity: 0.9;
	position: absolute;
	width: 560px;
	z-index: 350;
	padding: 10px
}
div#listado_empleos_menu div {
	float: left;
	margin-right: 15px
}
div#listado_empleos_menu div span {
	color: #FDC564;
	font-weight: bold
}
div#listado_empleos_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold
}
div#listado_empleos_menu ul a {
	color: #fff;
	font-weight: bold
}

/*Estilos listado buscar locales*/
div#listado_locales_menu {
	background-color: #4F7596;
	display: none;
	margin: 3px 0 0 215px;
	opacity: 0.9;
	position: absolute;
	width: 650px;
	z-index: 350;
	padding: 10px
}
div#listado_locales_menu div {
	float: left;
	margin-right: 15px
}
div#listado_locales_menu div span {
	color: #FDC564;
	font-weight: bold
}
div#listado_locales_menu div ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold
}
div#listado_locales_menu div ul a {
	color: #fff;
	font-weight: bold
}

/*Estilos layout */
#global {
	width: 1000px;
	margin: 0 auto
}
#cabecera {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -134px;
	width: 1000px;
	height: 121px
}
#cuerpo {
	background-color: #fff;
	padding-top: 10px;
	_width: 1000px
}
#contenido_izq {
	float: left;
	width: 835px;
	background-color: #fff
}
#banner_der {
	float: left;
	width: 160px;
	margin-left: 5px;
	overflow: hidden
}
#banner_der > div {
	text-align: center;
	font-size: 16px;
	color: #6e6f6e;
	background-color: #D4D4D4;
	margin: 2px;
	height: 20px;
	padding: 20px 0
}
#menu ul {
	display: inline;
	list-style: none;
	background: url(../images/pixel_menu.gif) repeat-x;
	height: 30px
}
#menu ul li {
	border-left: 1px solid #83BBEA;
	border-right: 1px solid #3D698E
}
#menu ul li a { color: #fff }
#menu ul li a.flecha_menu {
	float: left;
	padding: 8px 5px
}
#menu ul li a.sel { color: #133c65 }
#pie {
	background: url(../images/fondo_pie.jpg) repeat-x;
	width: 1000px;
	height: 127px;
	color: #fff;
	font-size: 10px
}
#pie a { color: #fff }
#pie_sup { padding-top: 3px }
#pie_sup div#pie_izq { float: left }
#pie_sup div#pie_der { float: right }
#pie_sup span { margin: 0 2px }
#pie_inf {
	margin: 9px 0 0 50px;
	width: 900px;
	height: 100px;
	overflow: hidden
}
#pie_inf div.bloque_pie_inf {
	float: left;
	width: 150px;
	margin-left: 50px
}
#pie_inf span { color: #76b2ed }

/*Estilos cabecera*/
#link_home {
	height: 110px;
	width: 290px;
	display: block;
	float: left
}
#banner_cabecera {
	float: left;
	margin: 15px 0 0 20px;
	_margin-left: 10px;
	width: 290px;
	border: 1px solid #5E5E5E;
	height: 100px;
	overflow: hidden
}
#banner_cabecera span {
	display: block;
	margin: 40px 75px;
	color: #5E5E5E;
	font-weight: bold;
	font-size: 12px
}
#der_cabecera {
	float: left;
	width: 385px;
	margin-left: 10px
}
#opc_cabecera {
	height: 20px;
	color: #fff;
	padding-top: 15px
}
#opc_cabecera span { margin: 0 2px }
#opc_cabecera span a { color: #fff }
#usu_cabecera { color: #fdc564 }
#usu_cabecera > span { margin-left: 10px }
#usu_cabecera > div {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1852px;
	width: 380px;
	height: 65px
}
#usu_cabecera div#panel_gestion {
	width: 300px;
	float: left
}
#usu_cabecera ul {
	list-style: none;
	padding-left: 20px;
	width: 300px;
	margin: 0
}
#usu_cabecera ul li {
	display: block;
	float: left;
	width: 125px
}
#usu_cabecera ul li a { color: #fff }
#usu_cabecera div#salir { padding-top: 20px }
#usu_cabecera a#cerrar_sesion {
	background: url(../images/btn_salir.gif) repeat-x;
	width: 41px;
	height: 17px;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px
}
#log_usuario {
	width: 365px;
	height: 54px;
	margin-left: 7px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 10px 0 0 5px;
}
#log_usuario form {
	*float: right;
	*margin-right: 10px
}
#log_usuario span {
	display: block;
	float: right;
	margin: 5px 40px
}
#log_usuario span a { color: #fff }
#log_usuario input {
	width: 100px;
	font-size: 10px
}
#log_usuario input#entrar {
	margin-left: 5px;
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 0;
	width: 19px;
	height: 18px;
	text-indent: -1000px;
	overflow: hidden;
	*padding: 15px;
	border: 0
}

/*Estilos cont_superior*/
div.buscador {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -616px;
	width: 380px;
	height: 112px;
	font-size: 10px
}
div.buscador {
	float: left;
	width: 380px;
	height: 112px;
	margin: 10px 3px 5px;
	_margin-left: 1px
}
div.buscador div#actividades, div.buscador div#divCategorias {
	float: left;
	margin-bottom: 5px
}
div.buscador span {
	margin: 5px 15px 0;
	font-weight: bold;
	display: block
}
div.buscador form { *float: left }
div.buscador div.filaBuscador {
	clear: both;
	margin: 7px 13px 7px 10px;
	*margin: 5px 13px 5px 10px
}
div.buscador div.filaBuscador input {
	width: 235px;
	*width: 220px
}
div.buscador div.filaBuscador input.radio { width: 20px }
div.buscador div.filaBuscador select {
	width: 119px;
	font-size: 10px
}
div.buscador div.filaBuscador input.btn_buscar {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -67px;
	width: 51px;
	height: 17px;
	border: 0;
	font-size: 10px;
	margin-left: 60px
}
div#buscador-locales div.filaBuscador input.btn_buscar { margin-left: 120px }
div.registros {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1620px;
	font-size: 10px;
	float: left;
	width: 220px;
	height: 112px;
	margin: 10px 3px 5px
}
div.registros span {
	margin: 5px 0 0 15px;
	font-weight: bold;
	display: block
}
div.registros label {
	display: block;
	float: left;
	margin: 5px 0 0 10px;
	width: 140px
}
div.registros input {
	float: left;
	width: 20px
}
div.registros img {
	float: left;
	margin: 7px
}

/*Estilos listado anuncios*/
h3#titulo_categoria_anuncio {
	font-size: 14px;
	color: #fca000;
	margin-left: 20px
}
div#lista_anuncios ul {
	padding-left: 20px;
	margin-left: 0
}
div#lista_anuncios ul li {
	color: #FDB73E;
	list-style: none;
	height: 18px;
	clear: both;
	padding-top: 4px
}
div#lista_anuncios ul li span {
	display: block;
	float: left;
	width: 190px;
	color: #3a3a3a
}
div#lista_anuncios ul li span.titulo {
	color: #255e99;
	font-weight: bold
}
div#lista_anuncios ul li span.telefono { width: 95px }
div#lista_anuncios ul li span.direccion {
	width: 195px;
	*width: 190px
}
div#lista_anuncios ul li span.ver_ficha {
	width: 140px;
	*width: 130px
}
div#lista_anuncios ul li span.ver_ficha img { margin-left: 10px }
div#lista_anuncios ul li.impar {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1336px;
	width: 814px
}
div#lista_anuncios > div, div#tabla_anuncios > div { height: 25px }
div#lista_anuncios > div a, div#tabla_anuncios > div a { color: #255e99 }
div#tabla_anuncios { width: 830px }
div#tabla_anuncios table { margin-left: 30px }
div#tabla_anuncios div.ListadoFichaSup {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -445px;
	height: 13px;
	width: 177px
}
div#tabla_anuncios div.ListadoFichaCentro {
	background: url(../images/pixel_fondoListadoFicha.gif) repeat-y;
	width: 157px;
	padding: 0 10px;
	font-size: 10px;
	margin-right: 5px
}
div#tabla_anuncios div.ListadoFichaCentro div.imagenListadoFicha {
	width: 155px;
	height: 80px;
	border: 1px solid #D2D2D0;
	background-color: #fff;
	text-align: center
}
div#tabla_anuncios div.ListadoFichaCentro span.titulo {
	display: block;
	text-align: center;
	color: #4c7fb2;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0
}
div#tabla_anuncios div.ListadoFichaInf {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -373px;
	width: 177px;
	height: 22px
}
div#tabla_anuncios div.ListadoFichaInf span {
	display: block;
	float: right;
	margin: 5px 10px;
	font-size: 10px
}
div#tabla_anuncios div.ListadoFichaInf span a { color: #4879a9 }
div#tabla_anuncios div#paginacion_ficha, div#lista_anuncios div#paginacion_lista {
	text-align: center;
	margin: 5px 0
}
div#tabla_anuncios div#paginacion_ficha span, div#lista_anuncios div#pagina_lista span { color: #4a7cad }
span#imprimir {
	display: block;
	float: left;
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: -1050px 0;
	padding: 7px 0 0 35px;
	height: 25px;
	margin-left: 20px;
	cursor: pointer
}
span.vis_listado {
	display: block;
	float: right;
	margin-right: 10px;
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: -1050px -135px;
	padding: 7px 0 0 38px;
	height: 25px
}
span.vis_fichas {
	display: block;
	float: right;
	margin-right: 20px;
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: -1050px -66px;
	padding: 7px 0 0 38px;
	height: 25px
}

/*Estilos listado empleos*/
span#total_ofertas {
	display: block;
	float: left;
	font-weight: bold;
	margin-left: 20px
}
span#total_ofertas span { color: #fca000 }
span#publicar_oferta {
	display: block;
	float: right;
	margin-right: 10px
}
span#publicar_oferta a {
	color: #255e99;
	text-decoration: underline
}
span#publicar_oferta img { margin-right: 5px }
ul#lista_empleos {
	padding-left: 20px;
	margin-left: 0
}
ul#lista_empleos li {
	color: #FDB73E;
	list-style: square
}
ul#lista_empleos li.linea {
	background: url(../images/linea_puntos.gif) repeat-x;
	height: 3px;
	margin: 5px 0 5px 180px;
	list-style: none;
	width: 500px
}
ul#lista_empleos li p { margin: 2px 0 5px }
ul#lista_empleos li div { color: #3a3a3a }
ul#lista_empleos li span { color: #255e99 }
ul#lista_empleos li span.puestoEmpleo {
	/*display: block;
	float: left;*/
	font-weight: bold;
	text-transform: uppercase
}
ul#lista_empleos li span.fechaEmpleo {
	display: block;
	float: right;
	margin-right: 10px;
	color: #3a3a3a
}
ul#lista_empleos li span.fechaEmpleo span { color: #255e99 }
ul#lista_empleos li span.personas_ins {
	*display: block;
	*float: left;
	*height: 15px;
	*padding-top: 2px
}
ul#lista_empleos li span.inscritos {
	*display: block;
	*height: 15px;
	*float: left;
	*margin-left: 5px;
	border: 1px solid #A0A0A0;
	color: #A0A0A0;
	padding: 2px 10px
}
ul#lista_empleos li div.empleoColIzq {
	float: left;
	width: 450px
}
ul#lista_empleos li div.empleoColIzq span.txt_curriculum {
	float: left;
	margin-right: 5px
}
ul#lista_empleos li div.empleoColIzq div#btn_curriculum {
	margin-bottom: 10px;
	cursor: pointer
}
ul#lista_empleos li div.empleoColDer {
	float: left;
	width: 350px
}
div#paginacion_empleos {
	text-align: center;
	margin: 5px 0
}

/*Estilos listado locales*/
div#listado_locales_izq, div#listado_locales_der {
	float: left;
	width: 415px;
	_width: 390px
}
div.linea_izq {	border-right: 1px dashed #777 }
div.linea_der { border-left: 1px dashed #777 }
div#listar_locales_sup div.linea {
	background: url(../images/linea_puntos.gif) repeat-x;
	height: 3px;
	margin: 5px 0 5px 180px;
	width: 500px
}
div#titulo_ppal {
	float: left;
	margin-left: 20px
}
div#titulo_ppal span {
	color: #255e99;
	font-weight: bold;
	text-transform: uppercase
}
div#ofertar_inmueble {
	float: right;
	margin-right: 10px
}
div#ofertar_inmueble a {
	color: #255e99;
	text-decoration: underline
}
div#ofertar_inmueble img { margin-right: 5px }
div#listado_locales_izq { margin-bottom: 20px }
div#listado_locales_izq h3, div#listado_locales_der h3 {
	text-align: center;
	color: #fca000;
	font-weight: bold;
	font-size: 14px
}
div#listado_locales ul.lista_locales {
	padding-left: 20px;
	*margin: 0
}
div#listado_locales ul.lista_locales li {
	color: #fca000;
	list-style: none;
	height: 22px;
	clear: both;
	padding-top: 3px;
	width: 407px;
	_width: 385px;
	*height: 15px
}
div#listado_locales ul.lista_locales li span {
	display: block;
	float: left;
	width: 95px;
	*width: 80px;
	color: #3a3a3a
}
div#listado_locales ul.lista_locales li span.inmueble { *width: 100px }
div#listado_locales ul.lista_locales li span.titulo {
	color: #255e99;
	font-weight: bold
}
div#listado_locales ul.lista_locales li span img { margin-left: 10px }
div#listado_locales ul.lista_locales li.impar {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1408px;
	width: 390px;
	height: 22px;
	*height: 15px
}
div#listado_locales div#paginacion_lista {
	text-align: center;
	margin: 10px 0
}
div#listado_locales div#pagina_lista span { color: #4a7cad }
ul#lista_local_por_tipo {
	padding-left: 20px;
	margin-left: 0
}
ul#lista_local_por_tipo li {
	color: #fca000;
	list-style: none;
	clear: both;
	padding-top: 3px
}
ul#lista_local_por_tipo li.linea {
	list-style: none;
	background: url(../images/linea_puntos.gif) repeat-x;
	height: 3px;
	margin: 5px 0 5px 180px;
	width: 500px
}
ul#lista_local_por_tipo li div { color: #3a3a3a }
ul#lista_local_por_tipo li div.listado_local_med { margin: 5px 0 }
ul#lista_local_por_tipo h3 {
	display: list-item;
	list-style: square;
	color: #fca000;
	margin: 0
}
ul#lista_local_por_tipo h3 span {
	color: #255e99;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px
}
ul#lista_local_por_tipo div.titulo {
	float: left;
	margin-left: 10px
}
ul#lista_local_por_tipo div.fecha {
	float: right;
	margin-right: 10px
}
ul#lista_local_por_tipo div.fecha span {
	color: #255e99;
	font-weight: bold
}
ul#lista_local_por_tipo div.listado_local_inf span {
	color: #255e99;
	font-weight: bold;
	text-transform: uppercase
}
ul#lista_local_por_tipo div.listado_local_inf a {
	text-decoration: underline;
	color: #255e99;
	font-weight: bold
}
ul#lista_local_por_tipo div.listado_local_inf p {
	text-align: justify;
	margin: 5px 0
}
ul#lista_local_por_tipo div.listado_local_inf_izq, ul#lista_local_por_tipo div.listado_local_inf_der {
	float: left;
	width: 390px
}

/*Estilos listado noticias*/
div#lista_noticias ul {
	padding: 0 0 10px 20px;
	*margin-left: 0;
	margin-bottom: 0;
}
div#lista_noticias ul li {
	list-style: square;
	*list-style: none;
	color: #fdb73e
}
div#lista_noticias ul li p {
	color: #3a3a3a;
	margin: 5px 10px
}
div#lista_noticias ul li img {
	margin: 8px 10px 0 0;
	*margin: 5px 10px 0 0
}
div#lista_noticias ul li span.tituloNoticia {
	float: left;
	text-transform: uppercase;
	color: #255e99
}
div#lista_noticias ul li span.fechaNoticia {
	float: right;
	color: #255e99;
	margin-right: 10px
}
div#lista_noticias ul li span.categoriaNoticia { color: #255e99 }
div#lista_noticias ul li span.categoriaNoticia span { color: #3a3a3a }

/*Estilos pagina sin resultados*/
div#sin_resultados {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: -1050px -203px;
	width: 520px;
	height: 130px;
	text-align: center;
	margin: 50px 0 0 300px;
	padding-top: 100px;
}
div#sin_resultados span {
	position: relative;
	left: -140px
}
div#sin_resultados ul {
	position: relative;
	left: -90px;
	*left: -60px
}
div#sin_resultados ul li {
	list-style: square;
	color: #fca000;
	text-align: left
}
div#sin_resultados ul li span {
	color: #3a3a3a;
	left: 0
}
div#sin_resultados a {
	color: #255e99;
	text-decoration: underline
}

/*Estilos pagina enlaces*/
span#tituloEnlaces {
	display: block;
	float: left;
	margin: 10px 0 0 290px;
	color: #255e99
}
span#sugerirEnlace {
	display: block;
	float: right;
	margin: 10px 45px 0 0
}
span#sugerirEnlace a {
	color: #255e99;
	text-decoration: underline;
	margin-left: 5px
}
ul#listadoEnlaces {	padding-left: 20px }
ul#listadoEnlaces li {
	list-style: inside;
	list-style-type: square;
	color: #fdb73e;
	float: left;
	width: 370px;
	*width: 350px;
	margin: 10px 30px 0 0
}
ul#listadoEnlaces li span { color: #255e99 }
ul#listadoEnlaces li div.listaEnlaces {
	margin-top: 5px;
	background-color: #F1F7FC;
	border: 1px solid #DEDFE1;
	padding: 5px 10px
}
ul#listadoEnlaces li div.listaEnlaces a { color: #3a3a3a }
ul#listadoEnlaces li div.listaEnlaces a:hover { text-decoration: underline }

/*Estilos formularios pequeños (reg anunciante, reg evento, reg anuncio, reg empleo, reg local y editar anunciante)*/
#reg_anunciante, #edit_anunciante, #reg_anuncio,
#reg_empleo, #reg_local, #reg_evento { width: 800px }
#reg_anunciante div.columna, #edit_anunciante div.columna, #reg_anuncio div.columna,
#reg_empleo div.columna, #reg_local div.columna, #reg_evento div.columna {
	float: left;
	width: 370px
}
#reg_anunciante fieldset, #edit_anunciante fieldset, #reg_anuncio fieldset,
#reg_empleo fieldset, #reg_local fieldset, #reg_evento fieldset {
	width: 365px;
	background: url(../images/fondo_fieldset_peq.gif) repeat-y
}
#reg_anunciante fieldset legend, #edit_anunciante fieldset legend, #reg_anuncio fieldset legend,
#reg_empleo fieldset legend, #reg_local fieldset legend, #reg_evento fieldset legend {
	width: 340px;
	padding: 3px 0 3px 20px;
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1267px;
	height: 19px;
	*background-position:-7px -1267px;
	_width: 334px
}
#reg_anunciante fieldset div.bajo_fieldset, #edit_anunciante fieldset div.bajo_fieldset, 
#reg_anuncio fieldset div.bajo_fieldset, #reg_empleo fieldset div.bajo_fieldset, #reg_local fieldset div.bajo_fieldset,
#reg_evento fieldset div.bajo_fieldset {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -562px;
	width: 360px;
	height: 4px
}
#reg_anunciante div.columna div.filaFormulario, #edit_anunciante div.columna div.filaFormulario,
#reg_anuncio div.columna div.filaFormulario, #reg_empleo div.columna div.filaFormulario,
#reg_local div.columna div.filaFormulario, #reg_evento div.columna div.filaFormulario { width: 360px }
#reg_anunciante fieldset div.filaFormulario label, #reg_anunciante fieldset div.filaFormulario input,
#edit_anunciante fieldset div.filaFormulario label, #edit_anunciante fieldset div.filaFormulario input,
#reg_anuncio fieldset div.filaFormulario label, #reg_anuncio fieldset div.filaFormulario input,
#reg_empleo fieldset div.filaFormulario label, #reg_empleo fieldset div.filaFormulario input,
#reg_local fieldset div.filaFormulario label, #reg_local fieldset div.filaFormulario input,
#reg_evento fieldset div.filaFormulario label, #reg_evento fieldset div.filaFormulario input { width: 140px }
#reg_anunciante fieldset div.filaFormulario p label.error, #reg_anuncio fieldset div.filaFormulario p label.error,
#reg_empleo fieldset div.filaFormulario p label.error, #reg_local fieldset div.filaFormulario p label.error,
#reg_evento fieldset div.filaFormulario p label.error { margin-left: 155px }

/*Estilos registro anunciante y editar anunciante*/
#reg_anunciante fieldset div.filaFormulario div#disponibilidad {
	width: 330px;
	margin-left: 30px
}
#reg_anunciante fieldset div.filaFormulario div#disponibilidad span.disponible { color: green }
#reg_anunciante fieldset div.filaFormulario div#disponibilidad span.no_disponible { color: red }
#reg_anunciante fieldset div.filaFormulario div#disponibilidad ul {
	padding-left: 20px;
	margin-left: 0;
	color: #fca000
}
#reg_anunciante fieldset div.filaFormulario label.ancho {
	width: 200px;
	margin-left: 10px;
	float: left
}
#reg_anunciante fieldset div.filaFormulario input.check {
	width: 20px;
	float: left
}
#reg_anunciante fieldset div.filaFormulario, #edit_anunciante fieldset div.filaFormulario { width: 340px }
#edit_anunciante fieldset div.filaFormulario span.dato {
	display: block;
	padding-top: 3px;
	*float: left
}
#edit_anunciante span#camb_pass {
	margin-left: 155px;
	cursor: pointer
}
#edit_anunciante div#pass, #edit_anunciante div#pass2 { display: none }

/*Estilos registro anuncio*/
#reg_anuncio fieldset div.filaFormulario input#logotipo {
	width: auto;
	height: 100%;
	opacity: 0;
	position: relative;
	top: -24px;
	-moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}
#reg_anuncio fieldset div.filaFormulario select { width: 180px }
#reg_anuncio fieldset div.filaFormulario span#situate {
	display: block;
	text-align: center
}
#reg_anuncio div#filaCategoria2, #reg_anuncio div#filaCategoria3 { display: none }
#reg_anuncio .padre {
	font-weight: bold;
	font-style: italic
}
#reg_anuncio fieldset div.filaFormulario label#input_file {
	width: 180px;
	overflow: hidden;
	background: url(../images/ico_carpeta.png) no-repeat scroll 148px 0;
	height: 24px
}

/*Estilos formulario publicitarse*/
form#frm_publicitarse { width: 750px }
div#publicitarse_izq, div#publicitarse_der {
	float: left;
	width: 365px
}
form#frm_publicitarse fieldset {
	background: url(../images/fondo_fieldset_peq.gif) repeat-y;
	width: 365px
}
form#frm_publicitarse fieldset legend {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1267px;
	width: 360px;
	height: 19px;
	*background-position: -7px -1267px;
	padding-right: 0
}
form#frm_publicitarse fieldset div.bajo_fieldset {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -562px;
	width: 360px;
	height: 5px
}
form#frm_publicitarse fieldset div.filaFormulario { width: 350px }
form#frm_publicitarse fieldset div.filaFormulario option.padre {
	font-weight: bold;
	font-style: italic
}
form#frm_publicitarse fieldset div.filaFormulario table.fecha {
	border: none;
	margin: 0;
	padding: 0;
	height: 18px
}
form#frm_publicitarse fieldset div.filaFormulario table.fecha td {
	margin: 0;
	padding: 0;
	height: 18px
}
form#frm_publicitarse fieldset div.filaFormulario input.boton {
	width: 18px;
	height: 18px;
	border: none;
	background: url(../images/iconos/calendar.png)
}
form#frm_publicitarse fieldset label.normal {
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 15px
}
form#frm_publicitarse fieldset input { width: 175px }
form#frm_publicitarse fieldset input.fichero {
	opacity: 0;
	position: relative;
	text-align: right;
	z-index: 2
}
form#frm_publicitarse fieldset div.divImg {
	float: left;
	margin-left: 10px
}
form#frm_publicitarse fieldset div.fichero_falso input {
	width: 130px;
	float: left
}
form#frm_publicitarse fieldset input.fecha {
	width: 80px;
	font-size: 12px
}
form#frm_publicitarse fieldset div.filaFichero { position: relative }
form#frm_publicitarse fieldset div.fichero_falso {
	position: absolute;
	top: 0px;
	left: 135px;
	z-index: 1
}
form#frm_publicitarse fieldset input.fichero {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2
}
form#frm_publicitarse fieldset input.checkbox { width: 20px }
form#frm_publicitarse input.submit { margin-left: 75px }
form#frm_publicitarse fieldset select { width: 210px }

/*Estilos ventana popup plano*/
#fondoPopup {  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1
}  
#popupPlanoGeneral, #popupPlanoTorre1, #popupPlanoTorre2, #popupTorrePerfil, #popupPlanta, #popupNave1, #popupVilamarPerfil,
#popupPlanoNaves1, #popupPlanoNaves2, #popupPlanoNaves3, #popupNave2, #popupPlanoMuseo, #popupNave3, #popupVilamarPlanta {
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:600px;
	width:800px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:2;  
	padding:12px;  
	font-size:13px
}  
#popupPlanoGeneralCerrar, #popupPlanoTorre1Cerrar, #popupPlanoTorre2Cerrar, #popupTorrePerfilCerrar, #popupPlantaCerrar,
#popupPlanoNaves1Cerrar, #popupPlanoNaves2Cerrar, #popupPlanoNaves3Cerrar, #popupNave2Cerrar, #popupPlanoMuseoCerrar,
#popupNave3Cerrar, #popupNave1Cerrar, #popupVilamarPerfilCerrar, #popupVilamarPlantaCerrar {  
	font-size:14px;  
	line-height:14px;
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
	cursor: pointer
}
	/*Estilos mostrar modulos de torres y vilamar*/
	#torrePerfil, #vilamarPerfil { margin: 5px 80px }
	#torrePerfil div.planta, #vilamarPerfil div.planta {
		border: 1px solid #000;
		width: 100px;
		height: 18px;
		padding: 6px 0;
		text-align: center;
		cursor: pointer
	}
	#torrePerfil div.planta:hover, #vilamarPerfil div.planta:hover {
		background-color: #255e99;
		color: #fff
	}
	#torrePlanta div.oficina, #vilamarPlanta div.oficina {
		float: left;
		width: 75px;
		height: 50px;
		cursor: pointer;
		border: 1px solid #000
	}
	#vilamarPlanta div.oficina { height: 22px }
	#torrePlanta div.izquierda, #vilamarPlanta div.izquierda { clear: both }
	#torrePlanta div.derecha, #vilamarPlanta div.derecha { margin: 0 5px 0 20px }
	
	/*Estilos bloque de naves 1*/
	div#plano1 {
		float: left;
		width: 250px
	}
	#nave1Planta div.norte, #nave1Planta div.centro, #nave1Planta div.sur { width: 120px }
	#nave1Planta div.oficina {
		float: left;
		height: 20px;
		width: 42px;
		cursor: pointer;
		border: 1px solid #000
	}
	#nave1Planta div.norte div.oficina {
		width: 42px;
		height: 57px
	}
	#nave1Planta div.sur div.oficina {
		width: 20px;
		height: 57px
	}
	div#calleEste span.nave1, div#calleOeste span.nave1 {
		margin-top: 130px;
		width: 105px
	}
	div#calleEste span.nave1 {
		left: 380px;
		*left: 435px
	}
	
	/*Estilos bloque de naves 2*/
	div#plano2 {
		float: left;
		width: 250px
	}
	#nave2Planta div.norte, #nave2Planta div.norte2, #nave2Planta div.centro, #nave2Planta div.sur, #nave2Planta div.sur2,
	#nave2Planta div.norte3 { width: 120px }
	#nave2Planta div.sur3 {
		width: 121px;
		clear: both
	}
	#nave2Planta div.oficina {
		float: left;
		height: 20px;
		width: 57px;
		cursor: pointer;
		border: 1px solid #000
	}
	#nave2Planta div.centro div.izq div.oficina { height: 27px }
	#nave2Planta div.norte div.oficina { width: 27px }
	#nave2Planta div.sur div.oficina { width: 17px }
	#nave2Planta div.norte2 div.oficina { width: 37px } /*Estilos nave 6 que tiene menos naves en el norte*/
	#nave2Planta div.sur2 div.oficina { width: 21px } /*Estilos nave 6 que tiene menos naves en el sur*/
	#nave2Planta div.norte3 div.oficina { width: 21px } /*Estilos nave 5 que tiene mas naves en el norte*/
	#nave2Planta div.sur3 div.oficina { width: 15px } /*Estilos nave 5 que tiene mas naves en el sur*/
	#nave2Planta div.centro div.izq, #nave2Planta div.centro div.der { /*Estilos centro de nave 5, tiene menos naves a izq que a der*/
		float: left;
		width: 60px
	}
	div#calleEste span.nave2 {
		left: 410px;
		*left: 460px
	}
	div#calleOeste span.nave2 {
		left: 255px;
		*left: 320px
	}
	
	/*Estilos bloque de naves 3*/
	div#plano3 {
		float: left;
		width: 250px
	}
	#nave3Planta div.oficina {
		float: left;
		height: 20px;
		width: 57px;
		cursor: pointer;
		border: 1px solid #000
	}
	#nave3Planta div.centro div.izq, #nave3Planta div.centro div.der {
		float: left;
		width: 60px
	}
	div#calleEste span.nave3 {
		left: 400px;
		*left: 460px
	}
	div#calleEste span.nave3b { margin-top: 150px }
	div#calleOeste span.nave3b { margin-top: 150px }
		/*Estilos nave 9 */
		#nave3Planta div.norte div.seccion20 { width: 27px }
		#nave3Planta div.centro div.izq div.seccion20 { height: 36px }
		#nave3Planta div.centro div.der div.seccion20 { height: 20px }
		
		/*Estilos nave 10 */
		#nave3Planta div.sur div.seccion21 { width: 17px }
		#nave3Planta div.centro div.der div.seccion21 { height: 45px }
		#nave3Planta div.centro div.izq div.seccion21 { height: 19px }
		
		/*Estilos nave 11 */
		div#seccion22 { width: 126px } /*Estilos para poner mas ancho el contenedor de las naves del sur de la nave 11*/
		#nave3Planta div.sur div.seccion22 { width: 23px }
		#nave3Planta div.centro div.seccion22 { 
			height: 20px;
			width: 59px
		}
		
		/*Estilos nave 12 */
		#nave3Planta div.norte div.seccion23 { width: 31px }
		#nave3Planta div.centro div.izq div.seccion23 { 
			height: 20px;
			width: 99px
		}
		#nave3Planta div.centro div.der div.seccion23 {
			height: 27px;
			width: 96px
		}
		#nave3Planta div.sur div.seccion23 { width: 23px }
	
	/*Estilos comunes torre, vilamar, nave1, nave2 y nave3*/
	#torrePlanta, #nave1Planta, #nave2Planta, #nave3Planta, #vilamarPlanta { margin-left: 45px }
	#torrePlanta div.oficinaEstado0, #nave1Planta div.oficinaEstado0,
	#nave2Planta div.oficinaEstado0, #nave3Planta div.oficinaEstado0,
	#vilamarPlanta div.oficinaEstado0 { background-color: #D62408 }
	#torrePlanta div.oficinaEstado1, #nave1Planta div.oficinaEstado1,
	#nave2Planta div.oficinaEstado1, #nave3Planta div.oficinaEstado1,
	#vilamarPlanta div.oficinaEstado1 { background-color: #74B64A }
	#torrePlanta div.oficinaHover, #torrePlanta div.oficinaEstado1:hover,
	#nave1Planta div.oficinaHover, #nave1Planta div.oficinaEstado1:hover,
	#nave2Planta div.oficinaHover, #nave2Planta div.oficinaEstado1:hover,
	#nave3Planta div.oficinaHover, #nave3Planta div.oficinaEstado1:hover,
	#vilamarPlanta div.oficinaHover, #vilamarPlanta div.oficinaEstado1:hover { background-color: #F6931E }
	#torrePlanta div.oficinaSel, #nave1Planta div.oficinaSel, #nave2Planta div.oficinaSel, #nave3Planta div.oficinaSel,
	#vilamarPlanta div.oficinaSel { background-color: #FFCF00 }
	
	/*Estilos comunes nave1, nave2 y nave3*/
	div#calleNorte, div#callesNaves, div#calleSur { width: 220px }
	div#calleNorte span, div#calleSur span { display: block	}
	div#calleSur { clear: both }
	div#calleOeste, div#calleEste {
		float: left;
		width: 40px
	}
	div#calleOeste span, div#calleEste span {
		display: block;
		position: absolute;
		margin-top: 250px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
	}
	div.plano {
		float: left;
		width: 120px
	}
	div.leyenda {
		float: left;
		width: 350px
	}
	
	/*Estilos maquetacion plano perfiles, plantas y naves*/
	div#popup_col_izq, div#popup_col_centro, div#popup_col_der, div#popup_colV_izq, div#popup_colV_centro, div#popup_colV_der,
	div#popup_colN_izq, div#popup_colN_centro, div#popup_colN_der {
		float: left;
		width: 265px;
		text-align: center
	}
	div#popup_col_izq a, div#popup_col_centro a, div#popup_col_der a, div#popup_colV_izq a, div#popup_colV_centro a,
	div#popup_colV_der a, div#popup_colN_izq a, div#popup_colN_centro a, div#popup_colN_der a { text-decoration: underline }
	div#volverTPer, div#volverVPer, div#volverNv1, div#volverNv2, div#volverNv3, div#volverTPlan, div#volverVPlan { cursor: pointer }
	div#popup_col_der img, div#popup_colV_der img { margin-bottom: 5px }
	div#leyenda { margin-top: 20px }
	div#leyenda span.cuadro {
		display: block;
		width: 10px;
		height: 10px;
		margin: 3px 5px 0 0;
		float: left
	}
	div#leyenda span.verde { background-color: #74B64A }
	div#leyenda span.rojo { background-color: #d62408 }
	div#leyenda span.amarillo { background-color: #ffcf00 }

/*Estilos login requerido*/
div#login_requerido {
	margin-left: 300px;
	padding-bottom: 10px
}
div#login_requerido p { margin: 0 0 0 50px }
div#login_requerido p a {
	color: #4a7cad;
	text-decoration: underline
}
div#login_requerido fieldset {
	width: 365px;
	background: url(../images/fondo_fieldset_peq.gif) repeat-y;
	padding: 0;
	border: none
}
div#login_requerido fieldset legend {
	color: #4a7cad;
	font-weight: bold;
	width: 365px;
	padding: 3px 260px 3px 20px;
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -1267px;
	height: 19px;
	*background-position: -7px -1267px
}
div#login_requerido fieldset div.bajo_fieldset {
	background: url(../images/img_sprite.png) no-repeat top left;
	background-position: 0 -562px;
	width: 360px;
	height: 4px
}
div#login_requerido fieldset div.filaFormulario {
	margin-left: 20px;
	padding: 3px 0;
	width: 340px;
}
div#login_requerido fieldset div.filaFormulario label {
	width: 140px;
	display: block;
	float: left;
	margin-right: 20px;
	text-align: right
}
div#login_requerido fieldset div.filaFormulario input { width: 140px }
div#login_requerido input.submit { margin: 10px 0 0 150px }

/*Estilos registro evento*/
#reg_evento table { width: 50px }
#reg_evento fieldset div.filaFormulario table input[type="text"] { width: 30px }
#reg_evento fieldset div.filaFormulario table input[type="button"] {
	background: url(../images/iconos/calendar.png) no-repeat;
	height: 18px;
	width: 18px;
	border: none
}
#reg_evento div#fecha_repeticion { display: none }
#reg_evento fieldset div.filaFormulario input.checkbox { width: 20px }
#reg_evento fieldset select#poblacion {
	max-width: 190px;
	width: expression(document.body.clientWidth > 190? "190px": "auto");
}

/*Estilos registro empleo*/
#reg_empleo input#tipo_oferta { width: 20px }

/*Estilos registro local y editar local*/
#reg_local fieldset div.filaFormulario input.tipo_oferta, #edit_local fieldset div.filaFormulario input.tipo_oferta { width: 20px }

/*Estilos listado mis anuncios, locales o empleos*/
fieldset#fieldset_anuncios, fieldset#fieldset_locales, fieldset#fieldset_empleos { border: none }
legend.legend_listado {
	text-transform: uppercase;
	color: #fca000;
	font-weight: bold
}
ul.listado_mis {
	list-style: square;
	list-style: none\9; /*hack para IE*/
	color: #fca000;
	padding-left: 10px;
	margin-left: 0
}
ul.listado_mis li {
	clear: both;
	padding-top: 2px
}
ul.listado_mis li.linea {
	list-style: none;
	background: url(../images/linea_puntos.gif) repeat-x;
	height: 3px;
	margin: 5px 0
}
ul.listado_mis li span {
	display: block;
	float: left;
	color: #3a3a3a;
	width: 150px
}
span#titulo_span, span#descripcion_span {
	display: block;
	min-height: 30px;
	width: 700px;
	*float: left;
	*width: 360px
}
input#ed_logotipo { margin: 10px 0 0 235px }
ul.listado_mis li span.azul {
	color: #255E99;
	font-weight: bold
}
ul.listado_mis li span.titulo { width: 250px }
#datos_anuncio, #datos_local, #datos_empleo { display: none }
ul#lista_fotos, ul#lista_fotos_local { width: 720px }
ul#lista_fotos li, ul#lista_fotos_local li, ul#lista_videos li {
	list-style: none;
	display: inline;
	float: left;
	margin-right: 5px
}
ul#lista_fotos li, ul#lista_fotos_local li {
	width: 120px;
	text-align: center;
	margin-bottom: 10px;
	height: 105px
}
ul#lista_catalogos li {
	list-style: none;
	display: inline;
	float: left;
	text-align: center;
	margin-right: 5px
}
div#btn_imagen, div#btn_catalogo, a#btn_video {
	cursor: pointer;
	text-decoration: underline;
	margin-left: 0;
	display: inline
}

/*Estilos autocompleta*/
div.autocompleta {
	position: absolute;
	background: url(img_inquisitor/as_pointer.gif) no-repeat;
	background-position: top;
	padding: 10px 0 0 0
}
div.autocompleta div.as_header, div.autocompleta div.as_footer {
	position: relative;
	height: 6px;
	padding: 0 6px;
	background: url(img_inquisitor/ul_corner_tr.gif) no-repeat;
	background-position: top right;
	overflow: hidden
}
div.autocompleta div.as_footer { background-image: url(img_inquisitor/ul_corner_br.gif) }
div.autocompleta div.as_header div.as_corner, div.autocompleta div.as_footer div.as_corner {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background: url(img_inquisitor/ul_corner_tl.gif) no-repeat;
	background-position: top left;
}
div.autocompleta div.as_footer div.as_corner { background-image: url(img_inquisitor/ul_corner_bl.gif) }
div.autocompleta div.as_header div.as_bar, div.autocompleta div.as_footer div.as_bar {
	height: 6px;
	overflow: hidden;
	background-color: #333
}
div.autocompleta ul {
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333
}
div.autocompleta ul li {
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left
}
div.autocompleta ul li a {
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%
}
div.autocompleta ul li a:hover { background-color: #444 }
div.autocompleta ul li.as_highlight a:hover { background-color: #1B5CCD }
div.autocompleta ul li a span {
	display: block;
	padding: 3px 6px;
	font-weight: bold
}
div.autocompleta ul li a span small {
	font-weight: normal;
	color: #999
}
div.autocompleta ul li.as_highlight a span small { color: #ccc }
div.autocompleta ul li.as_highlight a {
	color: #fff;
	background-color: #1B5CCD;
	background: url(img_inquisitor/hl_corner_br.gif) no-repeat;
	background-position: bottom right
}
div.autocompleta ul li.as_highlight a span {
	background: url(img_inquisitor/hl_corner_bl.gif) no-repeat;
	background-position: bottom left
}
div.autocompleta ul li a .tl, div.autocompleta ul li a .tr {
	background-color: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0
}
div.autocompleta ul li a .tr { right: 0 }
div.autocompleta ul li.as_highlight a .tl {
	left: 0;
	background-image: url(img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}
div.autocompleta ul li.as_highlight a .tr {
	right: 0;
	background-image: url(img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}
div.autocompleta ul li.as_warning {
	font-weight: bold;
	text-align: center
}
div.autocompleta ul em {
	font-style: normal;
	color: #6EADE7
}

/*Estilos calendario eventos*/
#mes {
	width: 820px;
	margin-left: 40px
}
#nombres_dias { width: 820px }
#numeros_dias { width: 820px }
#nombres_dias div {
	width: 112px;
	float: left;
	text-align: center;
	border: solid 1px
}
.dia {
	float:left;
	width: 112px;
	border: 1px solid #000;
	border-top: 0;
	border-bottom: 0;
	height: 60px
}
.dia div {
	border-top: 1px solid #000;
	color: #000;
	padding-left: 5px
}
.activo {
	background-color:#fff;
	overflow: hidden;
	color: #255e99
}
.inactivo {	background-color:#dfdfdf }
#titulo_mes {
	width: 800px;
	color: #fca000
}
#titulo_mes a:link, #titulo_mes a:visited {
	color: #000;
	margin: 0 130px
}

/*Estilos ficha anuncio */
#fichaAnuncio {
	width: 1000px;
	padding: 10px 12px
}
	/*CONTENEDOR PRINCIPAL*/
	#fichaAnuncioSup {
		background: url(../images/fichaAnuncio/img_sprite.png) no-repeat top left;
		background-position: 0 -195px;
		width: 972px;
		height: 16px;
		text-align: center
	}
	#fichaAnuncioMedio {
		background: url(../images/fichaAnuncio/fondoFichaCentro.png) repeat-y;
		width: 972px;
		clear: both
	}
	#fichaAnuncioInf {
		background: url(../images/fichaAnuncio/img_sprite.png) no-repeat top left;
		background-position: 0 -54px;
		width: 972px;
		height: 19px;
		clear: both
	}

	/*CONTENEDOR LOGO Y DATOS*/
	#fichaAnuncioColIzq {
		width: 205px;
		float: left;
		padding-left: 10px
	}
	#fichaAnuncioColIzq .logo {
		background: url(../images/fichaAnuncio/img_sprite.png) no-repeat top left;
		background-position: 0 -78px;
		width: 200px;
		height: 100px;
		text-align: center;
		padding-top: 15px
	}
	#fichaAnuncioColIzq .datos .sup {
		background: url(../images/fichaAnuncio/img_sprite.png) no-repeat top left;
		background-position: 0 -29px;
		width: 200px;
		height: 19px
	}
	#fichaAnuncioColIzq .datos .medio {
		background: url(../images/fichaAnuncio/pixel_fondoFichaDatos.png) repeat-y;
		width: 185Px;
		padding-left: 15px;
		font-size: 11px;
		color: #fff
	}
	#fichaAnuncioColIzq .datos .medio a {
		color: #fff;
		text-decoration: none
	}
	#fichaAnuncioColIzq .datos .medio span {
		font-size: 11px;
		font-weight: bold;
		color: #000
	}
	#fichaAnuncioColIzq .datos .inf {
		background: url(../images/fichaAnuncio/img_sprite.png) no-repeat top left;
		background-position: 0 0;
		width: 200px;
		height: 24px
	}

	/*CONTENEDOR DATOS FICHA*/
	#fichaAnuncioColCentro {
		width: 465px;
		float: left;
		padding-left: 10px
	}
	#fichaAnuncioColCentro a.contenido_inapropiado {
		display: block;
		margin-top: 50px;
		color: #255e99;
		font-size: 10px;
		text-decoration: underline;
		text-align: center
	}
	#fichaAnuncioColCentro .titulo {
		font-size: 15px;
		text-align: center;
		font-weight: bold;
		padding-top: 5px
	}
	#fichaAnuncioColCentro .iconos ul {
		margin: 0px;
		padding: 0
	}
	#fichaAnuncioColCentro .iconos ul img { border: 0px }
	#fichaAnuncioColCentro .iconos ul li {
		display: inline;
		list-style: none;
		height: 50px;
		width: 50px
	}
	#fichaAnuncioColCentro .iconos ul li a.spriteIcono {
		display: block;
		overflow: hidden;
		position: relative;
		width: 50px;
		height: 48px;
		float: left;
		margin: 2px 5px
	}
	#fichaAnuncioColCentro .iconos ul li a img.spriteImg { position: absolute }
	#fichaAnuncioColCentro .iconos ul li a img.iconoInfo {
		top: -52px;
		left: -52px
	}
	#fichaAnuncioColCentro .iconos ul li a img.iconoPDF {
		top: -52px;
		left: 2px
	}
	#fichaAnuncioColCentro .iconos ul li a img.iconoFoto {
		top: -52px;
		left: -150px
	}
	#fichaAnuncioColCentro .iconos ul li a img.iconoVideo {
		top: 0;
		left: -52px
	}
	#fichaAnuncioColCentro .iconos ul li a img.iconoMapa {
		top: 0;
		left: -103px
	}
	#fichaAnuncioColCentro .iconos ul li a img.iconoAmigo {
		top: 0;
		left: 0
	}
	#fichaAnuncioColCentro .iconos ul li a img.iconoImprimir {
		top: -52px;
		left: -103px;
		cursor: pointer
	}
	#fichaAnuncioColCentro .datos span {
		font-size: 11px;
		font-weight: bold;
		color: #255E99
	}
	#fichaAnuncioColCentro .datos a {
		text-decoration: none;
		*margin-left: 8px
	}
	#fichaAnuncioColCentro .datos a span {
		color: #255e99;
		height: 21px;
		display: block
	}
	#fichaAnuncioColCentro .datos a span.catalogo_pdf {
		background: url(../images/img_sprite.png) no-repeat top left;
		background-position: -1050px -477px;
		height: 18px;
		padding-left: 25px
	}
	#fichaAnuncioColCentro .datos a span.catalogo_doc {
		background: url(../images/img_sprite.png) no-repeat top left;
		background-position: -1050px -613px;
		height: 18px;
		padding-left: 25px
	}
	#fichaAnuncioColCentro .datos a span.catalogo_ppt {
		background: url(../images/img_sprite.png) no-repeat top left;
		background-position: -1050px -545px;
		height: 18px;
		padding-left: 25px
	}
	#fichaAnuncioColCentro .datos a span.catalogo_xls {
		background: url(../images/img_sprite.png) no-repeat top left;
		background-position: 0 -305px;
		height: 18px;
		padding-left: 25px
	}
	#fichaAnuncioColCentro .datos ul#catalogos_anuncio { list-style: none }
	#fichaAnuncioColCentro .datos ul#catalogos_anuncio li {
		padding-top: 10px;
		border-bottom: 1px #fddaab solid;
		height: 20px
	}
	#fichaAnuncioColCentro .datos ul#videos_anuncio {
		list-style: square;
		list-style-image: url(../images/iconos/video.png)
	}
	#fichaAnuncioColCentro .datos ul#videos_anuncio li {
		padding-top: 10px;
		border-bottom: 1px #fddaab solid;
		display: list-item
	}
	#fichaAnuncioColCentro .datos ul#fotos_anuncio {
		list-style: none;
		width: 400px
	}
	#fichaAnuncioColCentro .datos ul#fotos_anuncio li {
		display: inline;
		width: 120px;
		margin-right: 5px;
		float: left;
		text-align: center
	}
	#fichaAnuncioColCentro .datos div#mapa {
		width: 450px;
		height: 400px
	}
	
	/*CONTENEDOR PLANO Y FORMULARIO*/
	#fichaAnuncioColDer {
		width: 262px;
		float: left;
		padding-left: 10px
	}
	#fichaAnuncioColDer > span {
		display: block;
		color: #4b7eaf;
		margin: 5px 0;
		font-weight: bold;
		font-size: 10px
	}
	#fichaAnuncioColDer .plano {
		width: 262px;
		margin: 0 10px 10px 0;
		border: 1px #aaabab solid;
		height: 200px;
		text-align: center
	}
	#fichaAnuncioColDer .formulario {
		background-color: #eee;
		width: 262px;
		margin-right: 10px;
		border: 1px #aaabab solid;
		padding: 5px 0
	}
	#fichaAnuncioColDer .formulario label {
		width: 60px;
		float: left;
		margin: 1px 0px 0px 5px
	}
	#fichaAnuncioColDer .formulario input, #fichaAnuncioColDer .formulario textarea {
		border: 1px #aaabab solid;
		margin: 1px 0px 3px 0px
	}
	#fichaAnuncioColDer .pie_formulario {
		font-size: 11px;
		font-weight: bold;
		color: #a2a3a4;
		margin-top: 5px;
		text-align: center
	}
	#fichaAnuncioColDer .pie_formulario span { margin: 5px 10px }
	
	/*ESTILOS PARA EL FORMULARIO DE ENVIAR A AMIGO*/
	#frm_amigo {
		margin: 15px 0 0 10px;
		width: 360px
	}
	#frm_amigo fieldset {
		background: url(../images/fondo_fieldset_peq.gif) repeat-y;
		width: 360px
	}
	#frm_amigo fieldset legend {
		background: url(../images/img_sprite.png) no-repeat top left;
		background-position: 0 -1267px;
		height: 19px;
		width: 360px;
		*background-position: -7px -1267px
	}
	#frm_amigo div.bajo_fieldset {
		background: url(../images/img_sprite.png) no-repeat top left;
		background-position: 0 -562px;
		width: 360px;
		height: 4px
	}
	#frm_amigo fieldset div.filaFormulario { width: 350px }
	#frm_amigo fieldset div.filaFormulario label {
		width: 100px;
		text-align: right
	}
	#frm_amigo fieldset div.filaFormulario input { width: 175px }
	#frm_amigo > div.filaFormulario input {
		margin-left: 110px;
		width: 175px
	}
	
/*Estilos ubicacion*/
div#mapas { padding-bottom: 20px }
div#mapas > div { margin-top: 10px }
div#mapas > div span {
	color: #255e99;
	text-decoration: underline;
	cursor: pointer;
	margin: 0 33px
}
div#mapas > div span a {
	color: #255e99;
	text-decoration: underline
}
div#mapas > div span.sel {
	color: #000;
	text-decoration: none
}
div#mapas div#mapa {
	margin-top: 10px;
	text-align: center
}


/*JQUERYSLIDEMENU.CSS*/
.jqueryslidemenu {
	font: bold 12px Arial;
	width: 100%
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	color: white;
	padding: 8px 10px;
	color: #2d2b2b;
	text-decoration: none;
	margin-top: 1px
}
* html .jqueryslidemenu ul li a{ display: inline-block } /*IE6 hack to get sub menu links to behave correctly*/
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited { color: white }
.jqueryslidemenu ul li a:hover {
	background: #133c65; /*tab link background during hover state*/
	color: white
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul { top: 0 }
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray
}
.jqueryslidemenuz ul li ul li a:hover { /*sub menus hover style*/
	background: #eff9ff;
	color: black
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px
}


/*PRETTYPHOTO.CSS*/
div.light_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_nav .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_nav .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_content .ppt{left:auto;margin-bottom:5px;position: relative;top:auto;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}


/*PRETTYPOPIN.CSS*/
#overlay{background:#000;position:absolute;top:0;left:0;z-index:10000;width:100%}.prettyPopin{display:none;overflow:hidden;position:absolute;z-index:11000;top:50%;left:50%;background:url(../images/prettyPopin/popinLeft.gif) bottom left no-repeat}.prettyPopin a#b_close{display:none;position:absolute;z-index:2;top:4px;right:10px;color:#a00;}.prettyPopin .prettyContent{position:relative;width:100%;height:100%;font-size:12px;background-color: #4F7596;opacity:0.9;color:#fff;}.prettyPopin .prettyContent .prettyContent-container{display:none;padding:25px 15px 15px 15px}.prettyPopin .prettyContent .loader{position:absolute;top:50%;left:50%;margin:-14px 0 0 -14px}.prettyPopin .prettyContent h2{color:#fca000;text-align:center;font-size:1.5em}
