/**
* @file: highslide.css 
* @version: 4.1.7
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(http://images2.piso24.eu/_highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(http://images1.piso24.eu/_highslide/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(http://images2.piso24.eu/_highslide/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(http://images2.piso24.eu/_highslide/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(http://images1.piso24.eu/_highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(http://images2.piso24.eu/_highslide/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(http://images2.piso24.eu/_highslide/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(http://images2.piso24.eu/_highslide/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(http://images2.piso24.eu/_highslide/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(http://images1.piso24.eu/_highslide/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(http://images1.piso24.eu/_highslide/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(http://images2.piso24.eu/_highslide/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(http://images2.piso24.eu/_highslide/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(http://images2.piso24.eu/_highslide/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(http://images1.piso24.eu/_highslide/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(http://images2.piso24.eu/_highslide/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(http://images2.piso24.eu/_highslide/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}


/*****************************************************************************/
/* The following styles are added by the Highslide Editor                    */
/*****************************************************************************/
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
	border: 2px solid #FFFFFF;
}
.highslide-controls {
	position: static !important;
	margin-bottom: 0;
	width: 195px !important;
}
.highslide-gallery ul li {
	width: 106px;
	height: 106px;
	border: 1px solid #D0D0D0;
	background: #EDEDED;
	margin: 2px;
}
.highslide-html {
	background: none;
}
.highslide-header ul a {
	background-image: url(http://images2.piso24.eu/_highslide/controlbar-text-buttons.png);
	padding-left: 16px;
	display: inline-block;
	height: 16px;
}
.highslide-header ul li span {
	display: none;
}
.highslide-header .highslide-move {
	display: none;
}
.highslide-header .highslide-close a {
	background-position: 0 -221px;
}
body
{
margin: 0px;
padding: 0px;
background: #FFFFFF;
text-align: center;
}

body, table, p
{
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
}

h1
{
color: #5E5E5E;
font-family: Verdana, Arial, Helvetica;
font-size: 20px;
font-weight: normal;
padding: 0px;
margin: 0px 0px 15px 0px;
}

h2
{
margin: 0px;
padding: 0px;
color: #50593D;
font-family: Tahoma, Arial;
font-size: 18px;
}

a.image:link, a.image:active, a.image:visited, a.image:hover
{
border: 0px;
}

.main
{
width: 860px;		
padding: 0;
margin: 0px;
margin: auto;
text-align: left;
}

#topAdmin
{
font-size: 11px;
font-family: Tahoma, Arial, Helvetica;
font-weight: normal;
color: #4D4D3F;
background: #F3F3ED;
margin: 5px;
padding: 4px 5px 5px 7px;
border: 1px solid #EBEBE1;
height: 12px;
}

#topBandContent
{
color: #FFFFFF;
font-family: Arial, Verdana;
font-size: 12px;		
text-align: right;
padding: 7px 0 5px 0;
}

#idiomas
{
	float: right;
	display: inline;
	margin: 1px 15px 0 0;
}

#idiomas a:hover
{
	color: #000000;
	background: #E1E7E9;			
	border: 1px solid #FFFFFF;
}

#idiomas a span
{
	vertical-align: middle;
}

#idiomas a img
{
	vertical-align: middle;
	padding: 1px 4px 0 2px;
}

#fm_referenciaTop
{
	float: right;
	margin: 0;
	padding: 0;
}

#contentCol
{
width: 100%;
}

#contentLeft
{
float: left;
width: 550px;
margin-right: 15px;
}

#contentRight
{
width: 200px;
float: right;
}

#referenciaMensaje
{
margin-bottom: 25px;
}

#referenciaFormulario
{
margin-left: 25px;
}

#referenciaFormulario h2
{
font-size: 12px;
font-weight: bold;
margin-bottom: 15px;
}

#referenciaFormulario form
{
margin-left: 15px;
}

.parrafos
{
}

.parrafos p
{
color: #262820;
font-family: Trebuchet MS, Arial, Helvetica;
font-size: 13px;
line-height: 21px;
text-align: justify;
}

.mensaje
{
padding: 5px 10px 2px 10px;
background: #FFFFFF;
}

.mensaje p
{
color: #262820;
font-family: Trebuchet MS, Arial, Helvetica;
font-size: 13px;
line-height: 19px;
margin: 0px 0px 5px 0px;
padding: 0;
}

.informacion
{
padding: 10px 15px 10px 15px;
}

.informacion p
{
color: #262820;
font-family: Trebuchet MS, Arial, Helvetica;
font-size: 13px;
line-height: 25px;
text-align: justify;
margin: 0px 0px 10px 0px;
padding: 0px;
}

a.admin:link, a.admin:visited, a.admin:active
{
color: #000000;
font-family: Tahoma, Arial, Helvetica;
font-weight: normal;
font-size: 11px;
background: #F2F19A;
border: 1px solid #B8B618;		
padding: 1px 2px 1px 2px;
}

a.admin:hover
{
color: #FFFFFF;
background: #C5862B;
border: 1px solid #876E3F;
}

#corporateMotive
{
width: 768px;
height: 226px;
}

#corporateMotiveText
{
padding: 188px 0px 0px 20px;
color: #F2F2F2;
font-family: Tahoma, Arial, Verdana;
font-size: 21px;
font-weight: bold;
}

#home
{
margin-bottom: 15px;
}

#home h2
{
color: #72808A;
font-size: 14px;
font-family: Arial, Verdana;
font-weight: bold;
margin-bottom: 5px;
background: #E4E7E9;
padding: 3px 0px 3px 5px;
}

#homeLeft
{
float: left;
padding: 10px 15px 10px 15px;
background: #ECEEEF;
border: 1px solid #FFFFFF;
}

#homeLeft a img
{
border: 1px solid #839CA1;
}

#homeLeft h3
{
margin: 0;
padding: 0;
font-size: 15px;
}

#homeRight
{
float: left;
margin-left: 10px;
width: 310px;
}

.homeRightBox
{
	padding: 10px;
	margin-bottom: 10px;
	background: #ECEEEF;
	border: 1px solid #FFFFFF;
}

#homeRightSearch
{		
	margin-bottom: 10px;
}

#homeRightSearch form
{
	margin: 10px 0px 0px 10px;
}

#homeRightViviendaJoven
{
	margin-bottom: 10px;
}

#homeRightNoticias
{
	margin-bottom: 0;
}

#homeRightNoticias .homeRightNoticiasItem
{
	margin: 8px 0 10px 0;
	padding: 0;	
}

#directos
{
margin-bottom: 10px;
}

.directosItem a img
{
float: left;
display: block;
border: 1px solid #E0E0E2;
margin-right: 8px;
}

.directosItem h2
{
margin: 0;
padding: 4px 0px 7px 0px;
}

.directosItem a:link, .directosItem a:visited, .directosItem a:active
{
text-decoration: none;
border: 0px;
}

.directosItem h2 a:link, .directosItem h2 a:visited, .directosItem h2 a:active
{
color: #FFFFFF;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
padding: 0px;
margin: 0px;
}

.directosItem a span
{
font-weight: normal;
color: #000000;
text-align: center;
}

.motivo
{
padding: 5px 0 72px 0;
margin: 0 0 10px 0;
border: 1px solid #FFFFFF;
}

.motivo h1
{
color: #000000;
font-family: Trebuchet MS, Arial, Verdana;
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
margin: 0;
padding: 0 0 0 10px;
}

#contentBar
{
margin-bottom: 15px;
}

#contentBarPosition
{
font-size: 11px;
font-family: Tahoma, Arial;
}

#contentBarPosition b
{
color: #787878;
}

#contentBarPositionLeft
{
margin-left: 10px;
float: left;
}

#contentBarPositionRight
{
float: right;
}

#contentBarPositionRight a.fichaBack
{

}

#contentBarPositionRight a.fichaNav
{		
color: #565656;
/*background: #E3E7E9;*/
border-bottom: 1px solid #E3E7E9;
padding: 1px 5px 1px 5px;
text-decoration: none;
font-weight: normal;
/*border-left: 1px solid #EEF1F2;
border-right: 1px solid #EEF1F2;
border-bottom: 0px;*/
}

#contentBarPositionRight a.fichaNav:hover
{
/*
color: #FFFFFF;
background: #7C91A2;
*/
color: #000000;
border-bottom: 1px solid #7C91A2;
text-decoration: none;
/*border-left: 1px solid #858971;
border-right: 1px solid #858971;
border-bottom: 0px;*/
}

#contentBarPositionRight span.fichaNavOff
{		
color: #BABCC0;		
padding: 1px 5px 1px 5px;
text-decoration: none;
font-weight: normal;
/*border-left: 1px solid #DEDFD9;
border-right: 1px solid #DEDFD9;*/
}

#contentBarPositionRight span#fichaNavPos
{
color: #394043;
background: #F9F9F6;
/*border-left: 1px solid #EFEFF1;
border-right: 1px solid #EFEFF1;*/
font-family: Verdana, Arial;
font-size: 10px;		
padding: 1px 5px 1px 5px;
margin: 0px 5px 0px 0px;
}

#contentBarTitle
{
padding: 75px 0px 0px 0px;
border-bottom: 1px solid #DBDCD6;
}

#contentBarTitle h1
{
color: #404040;
font-family: Arial, Verdana;
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
margin: 0px;
padding: 0px 0px 2px 10px;
}

.listadoDestacadosItemFoto
{
margin-bottom: 2px;
height: 100px;
}

.listadoDestacadosItemFoto table
{
width: 120px;
}

.listadoDestacadosItemFoto table tr td
{
width: 120px;
height: 95px;
text-align: center;
vertical-align: middle;
}

.listadoDestacadosItemFoto table tr td img
{
border: 1px solid #839CA1;
}

.listadoDestacadosItemInfo
{
text-align: center;
height: 75px;
}

.listadoDestacadosItemInfo h4
{
color: #000000;
font-size: 11px;
font-weight: bold;
padding: 0px;
margin: 0px 0px 3px 0px;
}

.listadoDestacadosItemInfo h4 span.oferta
{
color: #A53A35;
font-size: 11px;
font-family: Verdana, Arial;
font-weight: bold;
}

.listadoDestacadosItemInfo h3
{		
font-size: 11px;
font-weight: bold;
padding: 0px;
margin: 0px 0px 5px 0px;
}

.listadoDestacadosItemInfo .precio
{
color: #000000;
font-size: 11px;
font-family: Tahoma, Arial;
font-weight: bold;
margin-bottom: 5px;
}

.listadoDestacadosItemInfo .referencia
{
color: #808080;
font-size: 11px;
font-weight: normal;
}

#listadoBusqueda
{
margin-bottom: 15px;
padding: 0px 10px 1px 10px;
background: #F7F6F3;	
}

.listadoBusquedaItemLeft
{
float: left;
margin: 0px 15px 0px 5px;
}

.listadoBusquedaItemLeft table tr td
{
text-align: center;
vertical-align: middle;
width: 120px;
height: 95px;
}

.listadoBusquedaItemRight
{
float: left;
padding-top: 5px;
width: 670px;
}

.listadoBusquedaItemRight h4
{
color: #C0C0C0;
font-size: 11px;
padding: 0px;
margin: 0px 0px 5px 0px;
}

.listadoBusquedaItemRight h4 span.operacion
{
color: #000000;
font-weight: bold;
}

.listadoBusquedaItemRight h4 span.referencia
{
color: #808080;
font-weight: normal;
}

.listadoBusquedaItemRight h3
{		
font-size: 14px;
font-weight: bold;
padding: 0px;
margin: 0px 0px 7px 0px;
}

.listadoBusquedaItemRight .info
{
color: #161614;
font-size: 12px;
font-family: Trebuchet MS, Tahoma, Arial;
margin: 0px 0px 7px 0px;
}

.listadoBusquedaItemRight .oferta
{
color: #A53A35;
font-size: 11px;
font-family: Verdana, Arial;
font-weight: bold;	
}

.listadoBusquedaItemRight .precio
{
color: #000000;
font-size: 11px;
font-family: Tahoma, Arial;
font-weight: bold;
margin: 0px 0px 5px 0px;
}

#resultados
{
background: #F7F6F3;
}

#resultadosBand
{
padding: 5px 10px 3px 5px;
background: #F2F1EE;
border-bottom: 1px solid #FFFFFF;
}

#resultadosBandCount
{
float: left;
color: #5E5E5E;
font-size: 11px;
font-family: Verdana, Tahoma, Arial;
padding: 2px 0px 5px 5px;
}

#resultadosBandOrden
{
float: right;
}

#resultadosInfo
{
padding: 20px 10px 10px 10px;
font-size: 11px;
font-family: Verdana, Tahoma, Arial;
}

#paginador
{
margin-bottom: 15px;
width: 100%;
}

#paginador span#numero
{
font-size: 11px;
color: #808080;
padding: 6px 0px 0px 0px;
margin: 0px 0px 3px 10px;
}

#paginador span#suspensivos
{
font-size: 10px;
color: #808080;
padding: 6px 0px 0px 0px;
margin: 0px 5px 3px 5px;
}

#paginador a
{
display: block;
color: #587C98;
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
padding: 0px;
width: 16px;
padding: 2px;
margin: 3px;
border: 1px solid #9BA0A3;
background: #FFFFFF;
text-decoration: none;
text-align: center;
}

#tituloInmueble
{
padding: 12px 0 5px 10px;
border-bottom: 1px solid #FFFFFF;
background: #F7F9FB;
}

#tituloInmueble h1
{
font-family: Arial, Verdana;
margin: 0;
padding: 0;
}

#tituloInmueble h1 a
{
border: 0px;
}

#menuInmueble
{
margin: 0px;
padding: 8px 0px 5px 5px;
margin-bottom: 15px;
border-bottom: 1px solid #DDE2E5;
}

#menuInmueble ul
{
list-style-type: none;
margin: 0px;
padding: 0px;
}

#menuInmueble ul li
{
float: left;
display: inline;
margin: 0px;
padding: 0px;
}

#menuInmueble ul li.split
{
float: left;
display: inline;
margin: 0px;
padding: 0px;
font-size: 1px;
width: 1px;
height: 15px;
background: #C4CDD0;
border-right: 2px solid #FFFFFF;
}

#menuInmueble ul li a
{
display: block;
color: #616551;
font-family: Arial, Verdana, Arial;
font-size: 12px;
padding: 0px 0px 2px 0px;
margin: 0px 10px 0px 10px;
text-decoration: none;
border-bottom: 1px solid #F2F4F5;
}

#menuInmueble ul li a.activo
{
color: #031E3A;
border-bottom: 1px solid #576979;
}

#menuInmueble ul li a:hover
{
color: #000000;
text-decoration: none;
border-bottom: 1px solid #000000;
}

#menuNoticia
{
margin: 0px;
padding: 8px 0px 5px 5px;
margin-bottom: 15px;
border-bottom: 1px solid #DDE2E5;
}

#menuNoticia ul
{
list-style-type: none;
margin: 0px;
padding: 0px;
}

#menuNoticia ul li
{
float: left;
display: inline;
margin: 0px;
padding: 0px;
}

#menuNoticia ul li.split
{
float: left;
display: inline;
margin: 0px;
padding: 0px;
font-size: 1px;
width: 1px;
height: 15px;
background: #C4CDD0;
border-right: 2px solid #FFFFFF;
}

#menuNoticia ul li a
{
display: block;
color: #616551;
font-family: Arial, Verdana, Arial;
font-size: 12px;
padding: 0px 0px 2px 0px;
margin: 0px 10px 0px 10px;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}

#menuNoticia ul li a.activo
{
color: #031E3A;
border-bottom: 1px solid #576979;
}

#menuNoticia ul li a:hover
{
color: #000000;
text-decoration: none;
border-bottom: 1px solid #000000;
}

#media
{
float: left;
width: 300px;
margin-right: 15px;
}

#mediaFotos
{
background: #EEF0F2;
border: 1px solid #DDE2E5;
padding: 10px;
margin-bottom: 15px;
}

#mediaMosaic
{
width: 280px;
overflow: auto;
}

#mediaFotos a:focus, #mediaFotos a:active
{
width: 0px;
height: 0px;
border: 0px;
}

#mediaFotos td.texto
{
color: #676767;
font-size: 11px;
background: #F4F6F8;
padding: 2px 0px 2px 5px;		
}

#mediaFotos td.fotoMain
{
width: 275px;
height: 215px;
text-align: center;
vertical-align: middle;
}

#mediaFotos td.fotoMain img
{	
display: block;
margin: auto;
margin-bottom: 5px;		
}

#mediaFotos span#fotoDescripcion
{
color: #454C2C;
font-family: Trebuchet MS, Arial;
font-size: 11px;
}

#mediaFotos td.fotoMain img
{
border: 1px solid #FFFFFF;
}

#mediaFotos td.fotoMini
{
width: 120px;
height: 95px;
padding: 1px;
text-align: center;
vertical-align: middle;
background: #F4F6F8;
}

#mediaFotos td.fotoMiniUnselect
{
border: 2px solid #FFFFFF;
}

#mediaFotos td.fotoMiniSelect
{
border: 2px solid #748899;
}

#mediaFotos td.fotoMini img
{
border: 0px;
}

#mediaLista
{
margin-bottom: 15px;
}

#mediaArchivos
{
margin-bottom: 15px;
}

#mediaArchivosTitulo
{
color: #6E6E6E;
background: #FBFBF9;
font-weight: bold;
font-family: Verdana;
font-size: 11px;
margin-bottom: 1px;
padding: 4px 0px 4px 10px;
border-bottom: 1px solid #EBEBEB;
}

#mediaArchivosLista
{
padding: 10px;
margin-bottom: 15px;
}

#mediaArchivosLista table
{
color: #3F3F3F;
font-family: Verdana, Helvetica;
font-size: 11px;
}

#zoomMensaje
{
color: #676767;
font-size: 11px;
margin-bottom: 5px;
}

#zoomColumnas
{
margin-bottom: 15px;
}

#zoomImagen
{
float: left;
text-align: center; 
padding: 15px 25px 20px 25px;
background: #EEF0F2;
border: 1px solid #DDE2E5;
}

#zoomImagen img
{
border: 2px solid #FFFFFF;
}

#zoomNavegacion
{
float: left;
margin-left: 25px;
padding: 10px 15px 5px 15px;
background: #EEF0F2;
border: 1px solid #DDE2E5;
}

#zoomNavegacion table td.zoomNavegacionThumb
{
text-align: center;
vertical-align: middle;
border: 2px solid #FFFFFF;
width: 60px;
height: 45px;
}

#zoomNavegacion table td.zoomNavegacionLink
{
text-align: center;
font-size: 10px;
font-family: Tahoma, Arial;
color: #C0C0C0;
}

#zoomNavegacion table td.zoomNavegacionLink a
{
font-weight: normal;
}

#ficha
{
padding: 2px;
}

#fichaReferencia
{
padding: 4px 2px 4px 12px;
margin-bottom: 2px;
background: #EEF0F2;
}

#fichaReferencia table
{
width: 98%;
font-family: Verdana, Arial;
font-size: 11px;
}

#fichaInmueble
{
margin: 0px 10px 15px 10px;
}

a#fichaReferenciaImprimir
{
color: #627269;
font-size: 11px;
font-family: Arial, Tahoma;
font-weight: normal;
text-decoration: none;
letter-spacing: 0px;
border: 0px;
}

a#fichaReferenciaImprimir img
{
vertical-align: bottom;
margin: 0px 3px 0px 0px;
padding: 0px;
}

a#fichaReferenciaImprimir:hover
{
color: #000000;
text-decoration: none;
border: 0px;
}

#fichaInmuebleDatos
{
float: left;
width: 510px;
font-family: Arial, Tahoma;
font-size: 12px;
}

#fichaInmuebleDatosOferta
{
color: #FFFFFF;
background: #C0D56E;
font-weight: bold;
font-size: 16px;
letter-spacing: 1px;
text-align: center;
padding: 2px 0px 2px 12px;
margin-bottom: 10px;
}

#fichaInmuebleDatosPrincipales
{
padding: 6px;
margin-bottom: 10px;
}

#fichaInmuebleDatosPrincipales table.datosPrincipalesColumna
{
color: #5B5D4F;
font-family: Arial, Tahoma;
font-size: 13px;
}

.fichaInmuebleDatosSecundariosContenido .dato
{
float: left;
width: 230px;
color: #2D2D2D;
padding: 1px 0px 1px 3px;
margin: 10px 0px 0px 3px;
}

#fichaInmuebleDescripcion
{
color: #000000;
background: #F6F7F8;
padding: 1px 10px 1px 10px;
margin-bottom: 10px;
}

#fichaInmuebleDescripcion p
{
font-family: Verdana, Arial;
font-size: 11px;
line-height: 17px;
text-align: justify;
}

#fichaInmueblePrecio
{
color: #000000;
background: #EEF0F2;
text-align: center;
font-size: 13px;
padding: 5px 5px 5px 10px;
margin-bottom: 20px;
border: 1px solid #CAD1D4;
}

.fichaInmuebleGrupoTitulo
{
color: #6E6E6E;
background: #FBFBF9;
font-weight: bold;
font-family: Arial;
font-size: 11px;
margin-bottom: 1px;
padding: 4px 0px 4px 10px;
border-bottom: 1px solid #EBEBEB;
}

.fichaInmuebleGrupoLista
{
padding: 10px;
margin-bottom: 15px;
}

.fichaInmuebleGrupoLista table
{
color: #3F3F3F;
font-family: Verdana, Helvetica;
font-size: 11px;
}

#fichaInmuebleSolicitar
{
margin-bottom: 15px;
}

#fichaInmuebleSolicitarTexto
{
float: left;
width: 300px;
margin-left: 15px;
}

#fichaInmuebleSolicitarFormulario
{
float: left;
width: 350px;
margin: 0px 0px 0px 35px;
}

#promocionesListado
{
margin-bottom: 15px;
}

.promocionesListadoItemLeft
{
float: left;
width: 120px;
text-align: center;
}

.promocionesListadoItemLeft a
{
	height: 95px;
}

.promocionesListadoItemLeft img
{
	vertical-align: middle;
	border: 2px solid #FFFFFF;
}

.promocionesListadoItemRight
{
float: left;
width: 690px;
margin: 3px 0 0 15px;
}

.promocionesListadoItemRight h2
{
	font-size: 17px;
	font-family: Arial, Tahoma;
	margin: 0 0 7px 0;
	padding: 0;
}

.promocionesListadoItemRight .promocionesListadoUbicacion
{
	font-size: 12px;
	font-family: Verdana, Arial;
	margin-bottom: 5px;
}

.promocionesListadoItemRight .promocionesListadoAnyoConstruccion
{
	font-size: 12px;
	font-family: Tahoma, Arial;
	margin-bottom: 5px;
}

.promocionesListadoItemRight .promocionesListadoPrecioDesde
{
	font-size: 12px;
	font-family: Tahoma, Arial;
}

#fichaPromocion
{
margin: 0px 10px 15px 10px;
}

#fichaPromocionDatos
{
float: left;
width: 510px;
font-family: Arial, Tahoma;
font-size: 12px;
}

ul#fichaPromocionDatosPrincipales
{
margin: 0 0 10px 2px;
padding: 0;
list-style: none;
}

ul#fichaPromocionDatosPrincipales li
{
font-family: Tahoma, Arial, Verdana;
font-size: 12px;
margin: 0 0 1px 0;
padding: 5px 0 5px 7px;
background: #F4F6F8;
}

#fichaPromocionDescripcion
{
color: #000000;
background: #F6F7F8;
padding: 1px 10px 1px 10px;
margin-bottom: 10px;
}

#fichaPromocionDescripcion p
{
font-family: Verdana, Arial;
font-size: 11px;
line-height: 17px;
text-align: justify;
}

#fichaPromocionPrecio
{
color: #000000;
background: #EEF0F2;
text-align: center;
font-size: 13px;
padding: 5px 5px 5px 10px;
margin-bottom: 20px;
border: 1px solid #CAD1D4;
}

#fichaPromocionPrecio span
{
font-weight: bold;
letter-spacing: 1px;
font-size: 16px;
color: #616F7F;
}

.fichaPromocionList
{
margin-bottom: 25px;
}

.fichaPromocionList h3
{
color: #616551;
font-family: Tahoma, Arial;
font-size: 12px;
font-weight: bold;
margin: 0 0 5px 0;
padding: 0;
}

.fichaPromocionList table
{
width: 100%;
}

.fichaPromocionList table tr
{
vertical-align: middle;		
}

.fichaPromocionList table tr.header
{
background: #DFE3E5;
}

.fichaPromocionList table tr.headerSplit td
{
font-size: 0px;
height: 1px;
background: #C1CBD3;
padding: 0;
}

.fichaPromocionList table tr.par
{
background-color: #F1F2F3;
}

.fichaPromocionList table tr.impar
{
background-color: #F7F9FB;
}

.fichaPromocionList table tr td
{
padding: 5px;
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
}

.fichaPromocionList table tr td img
{
border: 1px solid #C1CBD3;
}

.fichaPromocionList table tr.rowSplit td
{
font-size: 0px;
height: 1px;
background: #FFFFFF;
padding: 0;
}

#promocionNavegacionModelo
{
background: #F7F8F9;
padding: 4px 5px 5px 10px;
margin: 0 17px 15px 10px;
}

#promocionNavegacionModeloLeft
{
float: left;
padding-top: 3px;
font-size: 13px;
}

#promocionNavegacionModeloRight
{
float: right;
}

#entornoMensaje
{
margin: 0px 0px 15px 0px;
}

#entornoListado
{
margin-bottom: 15px;
}

.entornoListadoItemLeft
{
float: left;
margin-right: 15px;
}

.entornoListadoItemLeft table tr td
{
text-align: center;
vertical-align: top;
width: 120px;
}

.entornoListadoItemLeft table tr td img
{
border: 2px solid #FFFFFF;
}

.entornoListadoItemRight
{
float: left;
width: 690px;
}

.entornoListadoItemRight h2
{
font-family: Georgia, Tahoma, Arial;
font-size: 16px;
font-weight: bold;
margin-bottom: 15px;
}

.entornoListadoItemRight .resumen
{
font-family: Verdana, Arial;
font-size: 11px;
line-height: 22px;
}

#entornoInfo
{
float: left;
width: 510px;
}

#entornoFicha
{
margin: 5px 0px 15px 0px;
}

#noticiasLista
{
margin-left: 15px;
}

.noticiasListaItem
{
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #DCDCDC;
}

.noticiasListaItemImagen
{
float: left;
width: 70px;
margin-right: 10px;
text-align: center;
}

.noticiasListaItemImagen img
{
	border: 1px solid #7B969B;
}

.noticiasListaItemIntro
{
float: left;
width: 700px;
}

.noticiasListaItemIntro .fecha
{
	font-size: 10px;
	letter-spacing: 1px;
}

.noticiasListaItemIntro h2
{
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.noticiasListaItemIntro p
{
	margin: 5px 0 5px 0;
	font-family: Verdana, Arial;
	font-size: 11px;
}

#noticiaFicha
{
margin: 5px 0px 15px 10px;
}

#noticiaInfo
{
float: left;
width: 540px;
margin-right: 15px;
}

#noticiaInfo h2
{
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#noticiaInfo #fecha
{
	font-size: 10px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#noticiaInfoEntradilla
{
	padding: 5px;
	background: #F8F8F8;
}

#noticiaInfoEntradilla p
{
	color: #252B2F;
	margin: 5px 0 5px 0;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 18px;
}

#noticiaInfoTexto p
{
	line-height: 21px;
}

#noticiaRel
{
float: right;
width: 270px;
}

#noticiaRel .noticiaRelBox
{
	margin: 0 0 15px 0;
}

#noticiaRel .noticiaRelBoxTitulo
{
	color: #676767;
	padding: 2px 0 2px 5px;
	background: #F4F6F8;
	margin: 0 0 10px 0;
}

#noticiaRel .noticiaRelBoxContent
{
	margin: 0 0 0 5px;
}

#noticiaRel .noticiaRelBoxContentPhoto
{
	margin: 0 10px 10px 0;
	width: 120px;
	height: 95px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

#noticiaRel .noticiaRelBoxContentPhoto a, #noticiaRel .noticiaRelBoxContentPhoto img
{
	vertical-align: middle;
}

#noticiaRel .noticiaRelBoxContentPhoto img
{
	border: 1px solid #7B969B;
}

#contenidoFicha
{
margin: 5px 0px 15px 10px;
}

#contenidoInfo
{
float: left;
width: 540px;
margin-right: 15px;
}

#contenidoInfo h2
{
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #455E5B;
}

#contenidoInfoEntradilla
{
	padding: 5px;
	background: #F8F8F8;
}

#contenidoInfoEntradilla p
{
	color: #252B2F;
	margin: 5px 0 5px 0;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 18px;
}

#contenidoInfoTexto p
{
	line-height: 21px;
}

#contenidoRel
{
float: right;
width: 270px;
}

#contenidoRel .contenidoRelBox
{
	margin: 0 0 15px 0;
}

#contenidoRel .contenidoRelBoxTitulo
{
	color: #676767;
	padding: 2px 0 2px 5px;
	background: #F4F6F8;
	margin: 0 0 10px 0;
}

#contenidoRel .contenidoRelBoxContent
{
	margin: 0 0 0 5px;
}

#contenidoRel .contenidoRelBoxContentPhoto
{
	margin: 0 10px 10px 0;
	width: 120px;
	height: 95px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

#contenidoRel .contenidoRelBoxContentPhoto a, #contenidoRel .contenidoRelBoxContentPhoto img
{
	vertical-align: middle;
}

#contenidoRel .contenidoRelBoxContentPhoto img
{
	border: 1px solid #7B969B;
}

#contenidoNavegacionWrapper
{
margin-bottom: 15px;
border-bottom: 1px solid #E8ECEE;
background: #F6F7F8;	
}

#contenidoNavegacion
{
border-bottom: 1px solid #FAFBFB;
padding: 0 0 7px 10px;
font-family: Tahoma, Arial;
font-size: 11px;
}

#contenidoLista
{
margin: 15px 0 0 15px;
}

.contenidoListaItem
{
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #DCDCDC;
}

.contenidoListaItemImagen
{
float: left;
width: 70px;
margin-right: 10px;
text-align: center;
}

.contenidoListaItemImagen img
{
	border: 1px solid #7B969B;
}

.contenidoListaItemIntro
{
float: left;
width: 300px;
margin-left: 5px;
}

.contenidoListaItemIntro h3
{
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 2px 0 7px 0;			
}

.contenidoListaItemIntro p
{
	margin: 5px 0 5px 0;
	font-family: Verdana, Arial;
	font-size: 11px;
}

#agenciaFicha
{
margin: 5px 0px 15px 5px;
}

#agenciaInfo
{
float: left;
width: 330px;
}

#contactoMensaje
{
margin: 0px 0px 25px 0px;
}

#contactoSolicitar
{
margin: 0px 0px 15px 0px;
}

#contactoSolicitarTexto
{
float: left;
width: 300px;
margin-left: 35px;
}

#contactoSolicitarTexto h2
{
color: #3E3F35;
font-size: 12px;
font-family: Tahoma, Arial;
font-style: normal;
font-weight: bold;
margin: 0px 0px 15px 0px;
padding: 0px;
}

#contactoSolicitarTexto ul, #contactoSolicitarTexto ul li
{
margin: 0px;
padding: 0px;
}

#contactoSolicitarTexto ul
{
margin-left: 25px;
}

#contactoSolicitarTexto ul li
{
margin-bottom: 10px;
}

#contactoSolicitarFormulario
{
float: left;
margin: 0px 0px 0px 40px;
}

#tituloSeccion
{
padding: 5px 0 5px 10px;
border-bottom: 1px solid #F5F7F7;
background: #FCFCFC;
}

#tituloSeccion h1
{
font-family: Arial, Verdana;
font-size: 19px;
font-weight: normal;
margin: 0;
padding: 0;
}

#tituloSeccion h1 a
{
border: 0px;
}

#menuSeccion
{
margin: 3px 0px 10px 0px;
padding: 7px 0px 5px 2px;
border-bottom: 1px solid #DDE2E5;
}

#menuSeccion ul
{
list-style-type: none;
margin: 0px;
padding: 0px;
}

#menuSeccion ul li
{
float: left;
display: inline;
margin: 0px;
padding: 0px;
}

#menuSeccion ul li.split
{
float: left;
display: inline;
margin: 0px;
padding: 0px;
font-size: 1px;
width: 1px;
height: 15px;
background: #C5C9B3;
border-right: 1px solid #FFFFFF;
}

#menuSeccion ul li a
{
display: block;
color: #616551;
font-family: Arial, Verdana, Arial;
font-size: 12px;
padding: 0px 0px 2px 0px;
margin: 0px 10px 0px 10px;
text-decoration: none;
border-bottom: 1px solid #F2F4F5;
}

#menuSeccion ul li a.activo
{
color: #031E3A;
border-bottom: 1px solid #576979;
}

#menuSeccion ul li a:hover
{
color: #000000;
text-decoration: none;
border-bottom: 1px solid #000000;
}

#bottom a:link, #bottom a:active, #bottom a:visited
{
	color: #697D8E;
	border-bottom: 1px solid #ABBEC1;
}

#bottom a:hover
{
	color: #6C8B3B;
	border-bottom: 1px solid #C7DAAA;
}

#bottom a.image:link, #bottom a.image:active, #bottom a.image:visited, #bottom a.image:hover
{
	border: 0px;
}

#bottomContent
{
margin: 0px 0px 10px 0px;
}

#bottomLogo
{
float: left;
margin-left: 70px;
}

#bottomRight
{
float: left;
margin: 0px 0px 0px 10px;
text-align: center;
}

#bottomInfo
{
	color: #808080;
	font-size: 12px;
	margin-bottom: 5px;
}

#bottomEmpresa		
{
	color: #485C5A;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
}

#bottomTelefono
{
	color: #4A5858;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
}

#bottomAddress
{
	font-size: 13px;
	font-family: Arial, Verdana;
	color: #000000;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#bottomAddress span
{
	color: #889897;
}

#bottomLinks
{
color: #889897;
text-align: center;
margin-bottom: 25px;
}

#bottomLinksMain
{
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#bottomLinksMain a
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

#bottomLinksSub
{
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#bottomLinksSub a
{
	font-size: 12px;
	font-weight: normal;
}

#bottomCredits
{
color: #585858;
font-size: 11px;
font-family: Tahoma;
margin-bottom: 25px;		
text-align: center;
}

#bottomCredits a
{
font-weight: normal;
}

.commerce a:link, a:active, a:visited
{
color: #DA7A10;
font-weight: bold;
text-decoration: none;
border-bottom: 0px;
}

.commerce a:hover
{
color: #DA7A10;
font-weight: bold;
text-decoration: none;
border-bottom: 0px;
}

.commerce a.image:link, a.image:active, a.image:visited, a.image:hover
{
border: 0px;
}

.allobjedit { float: left;margin:5px; }
.alltypdit { float: left;margin:5px; }

form
{
margin: 0px;
padding: 0px;
}

.labelLeft
{
margin-bottom: 10px;
}

.labelLeft label
{
float: left;
width: 80px;
text-align: right;
padding-top: 2px;
}

.labelLeft .formInput
{
margin-left: 10px;
float: left;
}

label
{
color: #415022;
margin: 0px;
padding: 0px;
font-family: Arial, Tahoma, Helvetica;
font-size: 12px;
}

.formInput
{
font-size: 11px;
font-family: Verdana, Arial, Tahoma, Helvetica;
border: 1px solid #C0C0C0;
background: #FDFDFD;
margin: 0px;
padding: 3px 3px 2px 3px;
width: 100px;
height: 20px;
}

select.formInput
{
padding-top: 2px;
padding-bottom: 1px;
}

.formInputCheckbox
{
vertical-align: middle;
margin: 0px;
padding: 0px;
}

label.labelHeader
{
font-family: Verdana;
font-size: 11px;
color: #606060;
}

.clearfix:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {	display:block; }
/* End hide from IE Mac */

.transbox { filter:alpha(opacity=70); opacity: 0.7; -moz-opacity:0.7; }
.transboxtp2 { filter:alpha(opacity=50); opacity: 0.5; -moz-opacity:0.5; }
	
div.pane {
border: 0px #49606f solid; 
padding: 0px; 
margin: 0px;
position: fixed; 
bottom: 0px;
right: 0px;
margin-bottom: 10px;
}

img.delete {
margin-bottom: 0px; 
padding-right: 15px;
}

.redselect {
color: #FF0000;
font-weight: bold;	
}

.no-move .highslide-header .highslide-move {
 display: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(http://images2.piso24.eu/_themes/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(http://images2.piso24.eu/_themes/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(http://images2.piso24.eu/_themes/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(http://images2.piso24.eu/_themes/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(http://images2.piso24.eu/_themes/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(http://images1.piso24.eu/_themes/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(http://images2.piso24.eu/_themes/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(http://images1.piso24.eu/_themes/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://images1.piso24.eu/_themes/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://images1.piso24.eu/_themes/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://images1.piso24.eu/_themes/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://images2.piso24.eu/_themes/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://images2.piso24.eu/_themes/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(http://images2.piso24.eu/_themes/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://images2.piso24.eu/_themes/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(http://images2.piso24.eu/_themes/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(http://images2.piso24.eu/_themes/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog .ui-dialog-titlebar-close a.image:link, a.image:active, a.image:visited, a.image:hover { border: 0px; text-decoration: none }
.ui-dialog .ui-dialog-titlebar-close a.image:link, a.image:active, a.image:visited, a.image:hover { border: 0px; text-decoration: none }
.ui-dialog .ui-dialog-titlebar a.image:link, a.image:active, a.image:visited, a.image:hover { border: 0px; text-decoration: none }
.ui-dialog #mybox_2 { background: #FFFFFF; }
.ui-dialog #mybox_3 { background: #FFFFFF; }
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { border: 0px; text-decoration: none; padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: #F2F2F2; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/

	
	.ui-slider { position: relative; text-align: left; }
	.ui-slider .ui-slider-handle { font-size:11px; position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
	.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
	
	.ui-slider-horizontal { height: .8em; }
	.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
	.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
	.ui-slider-horizontal .ui-slider-range-min { left: 0; }
	.ui-slider-horizontal .ui-slider-range-max { right: 0; }
		

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('http://images1.piso24.eu/_office/_box/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('http://images1.piso24.eu/_office/_box/bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('http://images2.piso24.eu/_office/_box/bg-box-top.png') top left no-repeat !important;	
  background: url('http://images1.piso24.eu/_office/_box/bg-box-top.gif') top left no-repeat;	
}

#SexyAlertBox-BoxContent {
  background: url('http://images1.piso24.eu/_office/_box/bg-box-body.png') top left repeat-y !important;
  background: url('http://images1.piso24.eu/_office/_box/bg-box-body.gif') top left repeat-y;
  padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 5px 55px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#SexyAlertBox-Buttons{
  text-align:right;
}

#SexyAlertBox-Buttons input {
  margin: 10px 10px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  background: url('http://images1.piso24.eu/_office/_box/dialog-warning.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm {
  background: url('http://images1.piso24.eu/_office/_box/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxPrompt {
  background: url('http://images1.piso24.eu/_office/_box/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
  background: url('http://images1.piso24.eu/_office/_box/dialog-information.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('http://images1.piso24.eu/_office/_box/dialog-error.png') top left no-repeat;
}
