/*
 * Hoja de estilos general para ismobel.com, asume el uso de YUI CSS Reset, CSS Base and CSS Fonts
 */

body {
}

/* Layout */
div#fullcontainer {
    width: 100%;
    height: 100%;
}

div#fullcontainer div.content {
    display: block;
    width: 700px;
    margin: 0 auto;
}

div#header {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#maincontainer {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    z-index: 200;
    background: #fff url('../imagenes/bckgnd-main.png') 0 0 repeat-y;
}

div#maincontainer div.design {
    background: transparent url('../imagenes/lateralcierre.gif') bottom right no-repeat;
}

div#maincontainer.portada {
    background: #fff;
}

div#leftcontainer {
    width: 480px;
    float: left;
}

div#rightcontainer {
    width: 200px;
    height: 100%;
    float: right;
    padding-bottom: 108px;
}

div.dosColumnas {
    padding: 0em;
    margin: 0em;
}

div.dosColumnas #rightContent {
    display: block;
    float: right;
    width: 200px;
}

div.dosColumnas #leftContent {
    display: block;
    float: left;
    width: 500px;
}

#bottomContent {
    margin-top: 0px;
    margin-bottom: 10px;
}

#bottomContent div {
    float: left;
    margin: 0px;
    padding: 0px;
}

.footerSeparator {
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    font-size: 153.9%;
    background-image: url('../imagenes/fondomenu.gif');
}

div#footer {
    display: block;
    clear: both;
    width: 100%;
    margin: 10px 0;
}

div#footerSeparator {
    display: block;
    width: 100%;
    height: 20px;
    background-image: url('../imagenes/fondomenu.gif');
}

/*
 */

div.lang-bar {
	text-align: right;
}

div.contentblock {
	clear: both;
}

div#maincontainer.portada div.contentblock {
    margin: 0 0 10px 0;
}

div.titlebar {
    width: 100%;
    height: 20px;
    /*padding: 0 15px;*/
}

div.titlebar p {
    float: right;
    margin-top: -20px;
    margin-right: 15px;
}

div.miniblock {
    float: left;
    width: 140px;
	margin: 0 20px 20px 0;
    /*margin: 0 0 20px 30px;*/
}

a.image {
	display: block;
	text-align: center;
}

a.image img {
	display: inline;
}

div.mediumblock {
    float: left;
    width: 210px;
    margin: 0 35px 10px 0;
}

div#maincontainer.portada #leftblocks {
    width: 490px;
    float: left;
}

div#maincontainer.portada #rightblocks {
    width: 210px;
    float: right;
}

/* Detalles */
div#isDetalles {
    /*
     width: 183px;
     height: 183px;
     */
    margin: 5px 0 10px 0;
}

div#isDetalles ul {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

div#isDetalles li {
    margin: 0 0 5px 15px;
    padding: 0;
    z-index: 0;
    float: left;
}

div#isDetalles ul li:first-child {
    margin: 0 0 5px 0;
}

div#isDetalles li img {
    padding: 0;
    margin: 0;
    z-index: 0;
}

/* Colores de acabados */
div#isColores {
}

/*
 div#isColores > ul > li {
 margin-left: 10px;
 }
 
 div#isColores > ul > li:first-child {
 margin-left: 0px;
 }
 */
div#isColores ul {
    margin: 10px 0 0 0;
	display: block;
	float: left;
}

div#isColores ul ul {
    margin: 5px 0 0 0;
}

div#isColores ul li {
    margin: 0 0 5px 10px;
    float: left;
}

div#isColores ul li:first-child {
    margin: 0 0 0 0;
}

div#isColores div.muestra {
	width: 60px;
    margin: 0;
}

div#isColores div.muestra p {
    text-align: center;
}

h1.cabficha {
	text-indent: -9999px;
	width: 200px;
	height: 120px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* cabeceras */
h2.btitulo, h2.btitle {
	margin: 0 0 10px 0;
	width: 100%;
	height: 20px;
}

/* Horizontal Bar */
div.h-bar {
    display: block;
    width: 700px;
    height: 20px;
    background: url(../imagenes/fondomenu.gif) repeat-x;
}

/* Generales */
img.covered {
    z-index: 0;
	display: block;
}

img.cover {
    opacity: .50;
    filter: alpha(opacity = 50);
    z-index: 10;
	display: block;
}

img.cover:hover {
    opacity: 0;
    filter: alpha(opacity = 0);
}

div.cover {
	background-color: #000;
	opacity: .99;
    filter: alpha(opacity = 80);
	height: 20px;
	margin: -10px 0 0 0;
	padding: 2px 0 0 10px;
	z-index: 10;
}

div.largeSpace {
    float: left;
    width: 3%;
    height: 1%;
}

div.break {
    /* Used on an empty tag set after one or more div.element has been used, to ensure proper floating and breaking of the elements. */
    display: block;
    clear: both;
}

div.separator {
    display: block;
    clear: both;
    height: 20px;
    margin: 0px;
    margin-top: 5px;
    background: url('/imagenes/fondomenu.gif') repeat-x;
}

/* Anchos */
.width240 {
    /*width: 210px;*/
}

.width460 {
    /*width: 460px;*/
}

.width450 {
    width: 450px;
}

.width480 {
    width: 480px;
}

.width220 {
    width: 220px;
}

.width230 {
    width: 230px;
}

/* Estilos de posicionamiento */
div.left, div.right {
    display: block;
}

div.center {
    width: 100%;
    display: block;
}

div.left {
    float: left;
}

div.right {
    float: right;
}

span.justify {
    display: inline;
    text-align: justify;
}

p {
    /*line-height: 150%;*/
    margin: 1em 0;
}

a img {
    border-width: 0px;
}

p img {
    display: inline;
}

/***************
 * TEXT
 ***************/
.verdadablanco {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 77%;
    color: #FFF;
}

.verdpequegris {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 69.23%;
    color: #999;
}

.verdadagrisOsc {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 77%;
    color: #666;
}

a {
    text-decoration: none;
    color: inherit;
}

a.normal {
    font-weight: normal;
	color: #999;
}

a.normal:hover {
    color: #6E99C1;
    text-decoration: underline;
}

a.peque {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 69.23%;
    font-weight: bold;
	color: #999;
}

a.peque:hover {
    color: #6E99C1;
    text-decoration: underline;
}

a.std {
	color: #666;
}

a.std:hover {
	color: #00f;
	text-decoration: underline;
}

p.direccion {
    padding: 0;
    margin: 0 0 5px 0;
}

p.normal {
    font-family: Verdana, Arial, sans-serif;
    font-size: 77%;
    color: #666;
}

div#footer a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 77%;
    font-weight: bold;
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}

/* Titulares */
h2.center {
    text-align: center;
}

h2.left {
    text-align: left;
}

div#isColores h2 {
    line-height: 15px;
    padding-left: 15px;
}

div.miniblock h2 {
    line-height: 20px;
    margin: 5px 0 0 0;
}

ul.newsList {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: sans-serif;
    color: #666;
}

ul.newsList li {
    margin: 0;
    padding: 0;
    text-align: justify;
}

.dateLine {
    font-size: 100%;
    color: #4C891B;
    padding: 0;
    margin: 0;
}

ul.newsList li a, ul.newsList li a:hover {
    display: block;
    font-family: sans-serif;
    font-size: 85%;
    color: #666;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 10px;
}

ul.newsList li a:hover {
    background-color: #efefef;
}

/* listas */
li.dots3 {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 1em;
    background: url('../imagenes/3dots.png') center bottom no-repeat;
}

li.left {
    text-align: left;
}

/* Generales */
.bggris {
    background: url('../imagenes/fondomenu.gif');
}

.bgazul {
    background: url('../imagenes/fondocabazul.gif');
}

.bgverde {
    background: url('../imagenes/fondocabdest.gif');
}

.separahoriz {
	background: url('../imagenes/separahoriz.gif') repeat-y;
}

.padded15 {
    padding: 0 15px;
}

/* Menu */
ul.menu {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 77%;
    font-weight: normal;
    text-align: left;
}

ul.menu, ul.menu ul, ul.menu li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: outside;
}

ul.menu li {
	float: left;
	border-style: solid;
	border-color: #c0c0c0;
    border-width: 0 1px 0 0;
	cursor: pointer;
}

ul.menu li .menutitle {
	display: block;
	padding: 2px 10px 2px 10px;
	margin: 0 10px;
    line-height: 16px;
    font-weight: bold;
}

ul.menu li a {
	display: block;
	padding: 2px 0;
}

ul.menu li a:hover {
}

ul.menu li div.submenu {
	display: none;
}

ul.menu li:hover div.submenu {
	display: block;
}

ul.menu div.submenu {
	float: left;
	position: absolute;
	background-color: #fff;
	background-image: url(../imagenes/newmenubg.png);
	background-position: 0 100%;
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	padding: 20px 20px 20px 0;
}

div.submenu ul {
	float: left;
	padding: 0 0 0 20px;
}

div.submenu ul li {
	float: none;
	border: none;
}

div.submenu ul li .menutitle {
	padding: 0;
	margin: 0;
}

div.submenu ul li a:hover {
	text-decoration: underline;
}

/* botones */

a.dlbtn-fotos, a.dlbtn-photos {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 40px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

a.dlbtn-fotos {
	background-image: url(../imagenes/combo-sprites.png);
}

a.dlbtn-photos {
	background-image: url(../imagenes/combo-sprites-en.png);
}

a.pdf_small {
    display: block;
	margin: 0 auto;
    line-height: 40px;
	width: 180px;
	height: 40px;
	text-indent: 20px;
    background-image: url(../imagenes/combo-sprites.png);
	background-repeat: no-repeat;
	background-position: 0 -380px;
	font-size: 77%;
}

.pdf {
    display: block;
    line-height: 10px;
    padding: 32px 0 32px 96px; /* espaciado necesario por las condiciones de la licencia del icono pdf */
    background: url('../imagenes/pdf.gif') 32px 50% no-repeat;
}

.skypebtn {
    display: block;
    width: 200px;
    height: 20px;
    text-indent: -9999px;
    background: url(../imagenes/contacto_skype_1.png) 0 0 no-repeat;
}

.skypebtn-en {
    display: block;
    width: 200px;
    height: 20px;
    text-indent: -9999px;
    background: url(../imagenes/contacto_skype_2.png) 0 0 no-repeat;
}

