@charset "utf-8";
/* Resetea márgenes y paddings a cero */
* {
    padding: 0;
    margin: 0;
}


/* General */
body {
    background: #FFF;
    font: normal 75%/150% "Lucida Grande","Lucida Sans Unicode", Helvetica,  sans-serif; /* Igual a 12px */
    color:#4A4A4A;
    text-align: center;
}

body * {
    text-align: left;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a.boton {
    padding: 0 18px 0 8px;
    color: #000;
	font-size: 10px;
    line-height: 14px;
}

span.boton {
	padding: 0 18px 0 8px;
    color: #FFF;
	font-size: 10px;
    line-height: 14px;
}

a.boton:hover {
    color: #FFF;
    text-decoration: none;
}

a img {
    border: 0;
}

/* Headings y bloques de texto */
h1 {
    color: #0767b4;
    margin-bottom: 1em;
	font-size:18px;
}


h2, h3, h4, h5 {
    color: #0767b4;
    margin-bottom: 1em;
}

h2 {
	font-size: 1.5em;
    font-weight: bold;
}

h2.tituloGrafico {
    height: 30px;
    padding-right: 16px;
    margin-bottom: 0;
}

h2.tituloGrafico span {
    display: block;
    height: 29px;
    margin: 0 auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -10000px;
}

h2.findYourHome {
    background: #F30 url(../img/tituloFindYourHome.gif) no-repeat 100% 0;
}

h2.whyTWE {
    background: #F30 url(../img/tituloWhyTWE.gif) no-repeat 100% 0;
}
h2.news_red {
    background: #F30 url(../img/tituloNewsRed.gif) no-repeat 100% 0;
}

h2.premiumpromos {
    background: #CC7722 url(../img/tituloPremiumPromos.gif) no-repeat 100% 0;
}
h2.newsiva {
    background: #EBCE05 url(../img/tituloNewsIva.gif) no-repeat 100% 0;
}

h2.easyHomeBuying, h2.pricesFrom, h2.downloads {
    background: #690 url(../img/tituloEasyHomeBuying.gif) no-repeat 100% 0;
}

h2.news, h2.otherPromotions, h2.otherPromotionsInThisArea, h2.nextStep {
    background: #F90 url(../img/tituloNews.gif) no-repeat 100% 0;
}

h2.talkToUs {
    background: #0867B4 url(../img/tituloTalkToUs.gif) no-repeat 100% 0;
}

h2.contacto {
    background: #0867B4 url(../img/tituloTalkToUs.gif) no-repeat 100% 0;
}

h2.whyonTWE {
    background: #FF3300 url(../img/tituloWhyOnTWE.gif) no-repeat 100% 0;
}
h2.formContact {
    background: #0867B4 url(../img/tituloTalkToUs.gif) no-repeat 100% 0;
}

h2.wantinfo {
    background: #0867B4 url(../img/tituloTalkToUs.gif) no-repeat 100% 0;
}

h2.ourClients {
    background: #0867B4 url(../img/tituloTalkToUs.gif) no-repeat 100% 0;
}

h2.pricesFrom_maq{
	background: #690 url(../img/tituloEasyHomeBuying.gif) no-repeat 100% 0;
}

h2.partners{
	background: #FE9900 url(../img/tituloNews.gif) no-repeat 100% 0;
}

h3, h5 {
    font-size: 1.1em;
}

h4 {
    font-size: 1.45em;
    color: #074d88;
}

p {
    margin-bottom: 1em;
}

li {
    display: inline;
    list-style-type: none;
}

li h3 {
    font-size: 1em;
    color: #4A4A4A;
}

table {
    border-collapse: collapse;
}

img {
    display: block;
}


/* Estructura */

#nav, #inicio #footer {
    position: absolute;
    left: 50%;
    width: 930px;
    border-top: 0px solid #FFF !important;
    margin-left: -465px;
}
#cabecera {
    width: 930px;
    height: 155px;
    margin: 54px auto 0 auto;
}

* html #cabecera { /* IE6 */
    margin-bottom: -3px !important;
}

*:first-child+html #cabecera { /* IE7 */
    margin-bottom: -6px !important;
}

#cabecera h1 {
    text-indent: -10000px;
}

#contenedor {
    position: relative;
    width: 930px;
    margin: 0 auto;
	top: 1px;
}

*:first-child+html #contenedor {
	top: 4px;
}

#footer {
    clear: left;
    top: 535px; /* Sólo afecta cuando position: absolute; */
}

#footer ul {
    width: 913px;
    padding: 8px;
    border-top: 1px solid #CCC;
    margin: auto;
    font-size: 0.8em;
    text-align: center;
}

#footer li {
    padding-right: 11px;
    border-right: 1px solid #333;
    margin-right: 11px;
}

#footer li.ultimo {
    border: 0 solid #FFF;
}

#footer a {
    color: #333;
}


/* Elementos Subestructurales */

/* Cabeceras*/
body.easyHomeBuying #cabecera {
	background:url(../img/bannerEasy.jpg) no-repeat 0 0;
}

body.whyTWE #cabecera {
	background:url(../img/bannerWhy.jpg) no-repeat 0 0;
}
body.talkToUs #cabecera, body.lifestyle #cabecera {
	background:url(../img/bannerTalk.jpg) no-repeat 0 0;
}
body.news #cabecera, body.accessibility #cabecera {
	background:url(../img/bannerNews.jpg) no-repeat 0 0;
}
/* General */
.columnaEstructural {
    position: relative;
}

.desplegable {
    display: block;
    overflow: hidden;
    height: 0;
}

#columnaIzq {
    float: left;
    width: 159px;
    border-right: 1px solid #CCC;
    background: #E6EAED;
}

#columnaCentral {
    float: left;
    width: 770px;
}

.contenidoCentral {
    float: left;
    padding: 15px 0 15px 26px;
	
}

.columnaGr, .columnaPq {
    float: left;
    display: inline;
    margin-right: 10px;
}

.columnaGr {
    width: 385px;
}

.columnaGr ul, .columnaGr ol {
    margin-bottom: 1em;
}
.columnaGr li {
	display:block;
}
.columnaGr li a {
    display: block;
    padding-left: 10px;
    background: url(../img/vinyetaAzul.jpg) no-repeat 0 0.5em;
	color:#4A4A4A;
	font-weight:bold;
	margin-bottom:15px;
}

.columnaGr li a:hover{
	color:#999999;
	text-decoration:none;
}

.columnaPq {
    max-width: 150px;
}

#contact {
	width: 154px;
    background: #83B3D9;
	color:#000;
	margin-bottom:15px;
}

#contact p {
    margin: 0;
    font-weight: bold;
  	text-align:center;
  	line-height: 35px;
}


#contact p a {
    color: #FFF;
}

#contact p.oscuro span {
    color: #FFF;
    font-size: 1.15em;
	letter-spacing:-0.07em;
}


/* Inicio */
#inicio #cabecera {
    height: 188px;
    /*background: url(../img/bannerPrincipal.jpg) 0 0 no-repeat;*/
}

#inicio #contenedor {
    height: 292px;
}

#inicio #findYourHome, #bannersPeques, #inicio #news, #inicio #talkToUs  {
    position: absolute;
    top: 0;
    height: 292px;
	color:#000;
}

#inicio #textInfo{
	position:absolute;
	padding-top:20px;
	top:295px;
}

#inicio #findYourHome {
    left: 0;
    width: 308px;
    background: #EEF;
}

#inicio #findYourHome .boton {
	position:absolute;
	bottom:8px;
	right:3px !important;
}

* html #inicio #findYourHome .boton {
	bottom:4px;
}

#bannersPeques {
    left: 309px;
    width: 226px;
    cursor: pointer;
}

#bannersPeques a.boton {
    position: absolute;
    right:0;
    bottom: 0;
}

#bannersPeques span.boton {
    position: absolute;
    right:0;
    bottom: 0;
}

#bannersPeques p {
    position: absolute;
    left:0;
    bottom: 14px;
    width: 100%;
    margin-bottom:0;
    color: #FFF;
    text-align: center;
    line-height: 14px;
}

#whyTWE {
    position: relative;
    height: 142px;
    background: url(../img/fondoWhyTWE.jpg) no-repeat 0 100%;
}
#news_red {
    position: relative;
    height: 142px;
    background: url(../img/fondoNewsRed.jpg) no-repeat 0 100%;
}
#premiumpromos {
    position: relative;
    height: 142px;
    background: url(../img/fondoNewsGrey.jpg) no-repeat 0 100%;
}
#newsiva {
    position: relative;
    height: 142px;
    background: url(../img/fondoNewsIrpf.gif) no-repeat 0 100%;
}

#whyTWE p, #news_red p {
    background: url(../img/fondoSemitransNaranja.png);
}

* html #whyTWE p {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.taylorwoodrow.es/img/fondoSemitransNaranja.png', sizingMethod='scale');
}

#easyHomeBuying {
    position: relative;
    height: 149px;
	margin-top:1px;
    background: url(../img/fondoEasy.jpg) no-repeat 0 100%;
}

#easyHomeBuying p {
    background: url(../img/fondoSemitransVerde.png);
}

* html #easyHomeBuying p {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.taylorwoodrow.es/img/fondoSemitransVerde.png', sizingMethod='scale');
}

#news {
    left: 536px;
    width: 227px;
    background: #0767B4 url(../img/fondoNewsPortada.gif) no-repeat 50% 30px;
}

#news h3 {
    margin: 6px 14px 0 14px;
    color: #690;
    font-weight: bold;
	font-size:0.88em;
	line-height:14px;
}

#news p {
    margin: 0 14px 0 14px;
    font-size:0.87em;
	line-height:14px;
}

#news a.boton {
    position: absolute;
    right: 14px;
    bottom: 0;
}

#inicio #talkToUs {
    left: 764px;
    width: 165px;
}

#talkToUs {
    background: #83B3D9;
}

#talkToUs p * {
    line-height: 35px;
}

#talkToUs p {
    padding: 25px 0;
    margin: 0;
    font-weight: bold;
	text-align:center;
}

#talkToUs div.central p {
    border-top: 1px dotted #000;
	background: #5295CA;
	color:#000;
}

#talkToUs a, #talkToUs span {
    color: #FFF;
}
/* Fin Inicio */



/* Historia */
#historia h2 a {
	color:#0767B4;
	text-decoration:none;
}

#historia h2 a:hover{
	text-decoration:underline;
}
/* Fin Historia */


/* Testimonials */
.columnaGr h4 {
    margin-bottom: 2em;
    font-size: 1em;
    font-style: italic;
    color: #0767B4;
}
/* Fin Testimonials */



/* Ancho especifico para la pantalla de promociones */
/* Promociones */
#promociones .contenidoCentral { 
    width: 563px;
}

#promociones .subcontenidoCentral {
	width:450px;
}

#promociones ul.subcolumnaCentral {
    width: 560px;
}

#contenedorProductoFinal .columnaGr {
    float: none !important;
}

#promociones .subcolumnaCentral li {
    float: left;
    display: inline;
    width: 178px;
    padding-right: 8px;
}

.subcolumnaCentral div.mapaAmpliable {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
	z-index:9999999;
}

.subcolumnaCentral div.mapaAmpliable img {
    margin-bottom: 8px;
    border: 2px solid #0767B4;
}

a.iconoCerrar {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10000;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/iconoCerrar.gif) no-repeat 100% 0;
    font-size: 1px;
    text-indent: -10000px;
}

* html a.iconoCerrar {
    right: 4px;
}

#otherPromotions a.boton {
    font-size: 0.9em;
    padding-bottom: 2px;
    padding-top: 2px;
    background-position: 100% 50%;
}

#otherPromotions {
    width: 563px;
	padding-top:10px;
	
}

#otherPromotions h2 {
    margin-top: 1em;
}

#otherPromotions ul li {
    display: inline;
	float:left;
	margin-top:8px;
}

#otherPromotions ul li a {
    padding: 5px 11px;
    text-decoration: none;
	color:#999;
}

#otherPromotions ul li a:hover {
	color:#4A4A4A;
	text-decoration:none;
}

#columnaDer {
    float: right;
    width: 154px;
}
#columnaDer .contenidoDer {
    background: #B2CC7F;
}

#columnaCentral .naranja {
	background:#FD9;
}
#columnaCentral .naranja li a {
	background: url(../img/vinyetaNaranja.gif) no-repeat 0 0.5em;
}

#columnaDer ul {
	margin:0;
	padding:0;
}

p.precio {
    font-weight: bold;
    color:#AA0D18;
	font-size:16px;
}

#columnaDer ul.naranja p {
	margin: 0;
}
#columnaDer li a, p.precio {
    background: url(../img/vinyetaVerde.gif) no-repeat 0 0.5em;
	padding-bottom:10px;
	padding-left: 10px;
	margin-left: 10px;
}
.contenidoDer {
    margin-top: 0;
}

.contenidoDer ul {
    padding: 12px 14px;
    border-bottom: 2.5em solid #FFF;
}

.contenidoDer li a {
    display: block;
    color: #333;
    font-weight: bold;
}

#promociones #talkToUs {
    font-size: 0.8em;
}

#promociones #talkToUs * {
    line-height: 20px;
}

#promociones #talkToUs p {
    height: auto !important;
}

/* Fin Promociones */



/* Easy Home Buying */
#tablaCompra {
    position: relative;
    clear: left;
    margin-bottom: 10px;
}

#tablaCompra a {
    cursor: pointer;
}

#lineaTemporal li a {
    float: left;
    width: 84px;
    height: 326px;
    padding-bottom: 4.6em;
    margin-right: 1px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    text-indent: -10000px;
}

#lineaTemporal li.activo a {
    background-color: #FDBC57;
}

#accionesCompra {
    position: absolute;
    top: 41px;
    left: 0;
    overflow: hidden;
    width: 770px;
    height: 285px;
}

#accionesCompra table {
    position: absolute;
    width: 2313px;
    height: 2565px;
}

#accionesCompra th {
    width: 357px;
    height: 285px;
    text-align: right;
    color: #FFF;
}

#accionesCompra th div {
    padding: 0 10px 0 163px;
    text-align: right;
    font-size: 2.2em;
    font-weight: normal;
    line-height: 1.5em;
}

th.youShould, #selectorAcciones li.primero a.activo {
    background: url(../img/procesoCompraBloqueNaranja.png) no-repeat 100% 50%;
}

* html th.youShould {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.taylorwoodrow.es/img/procesoCompraBloqueNaranjaIE6.png', sizingMethod='scale');
}

th.representativeShould, #selectorAcciones li.central a.activo {
    background: url(../img/procesoCompraBloqueVerde.png) no-repeat 100% 50%;
}

* html th.representativeShould {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.taylorwoodrow.es/img/procesoCompraBloqueVerdeIE6.png', sizingMethod='scale');
}


th.weWill, #selectorAcciones li.ultimo a.activo {
    background: url(../img/procesoCompraBloqueAzul.png) no-repeat 100% 50%;
}

* html th.weWill {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.taylorwoodrow.es/img/procesoCompraBloqueAzulIE6.png', sizingMethod='scale');
}


#accionesCompra td {
    width: 414px;
    height: 285px;
    text-align: left;
    background: url(../img/procesoCompraBloqueGris.png) no-repeat 0 50%;
}

* html #accionesCompra td {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.taylorwoodrow.es/img/procesoCompraBloqueGrisIE6.png', sizingMethod='scale');
}

#accionesCompra td div {
    width: 210px;
    margin-left: 20px;
    color: #222;
}

#selectorAcciones {
    position: absolute;
    top: 326px;
    left: 50%;
    width: 462px;
    padding-left: 20px;
    margin-left: -241px;
}

#selectorAcciones a {
    float: left;
    display: inline;
    width: 130px;
    height: 4.4em;
    padding: 0.2em 3px 0 3px;
    margin-right: 18px;
    color: #000;
    background-image: url(../img/procesoCompraBloqueGris.png);
    background-position: 50% 100% !important;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    letter-spacing: -0.02em;
}

* html #selectorAcciones a {
    height: 3.8em;
    background-position: 50% 50% !important;
}

#selectorAcciones a.activo {
    color: #FFF;
}

#selectorAcciones li.primero a {
    padding-top:0.6em;
    height: 4em;
}

* html #selectorAcciones li.primero a {
    height: 3.4em;
}

/* Fin Easy Home Buying */




/*Talk to us*/

.talkToUs .contenidoCentral, .lifestyle .contenidoCentral,  {
	border-top:1px solid #CCC;
}

.lifestyle .contenidoCentral li {
    display: block;
    margin-bottom: 0.5em;
}

.contenidoCentralIzq {
	width:400px;
	float:left;
	display:inline;
	border-right:1px solid #CCC;
}
.contenidoCentralIzq h3 {
	width:290px;
	padding:10px;
	font-size:1.6em;
	font-weight:bold;
	color:#FFF;
	letter-spacing:0.05em;
	background-color:#4981C3;
}

.contenidoCentralDer {
	width:300px;
	float:right;
	display:inline;
	text-align:left;
}
.contenidoCentralDer h3, .contenidoCentralDer h4, .contenidoCentralIzq h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#4A4A4A;
	letter-spacing:0.05em;
}
.contenidoCentralDer ul, .contenidoCentralIzq ul {
	margin-bottom:10px;
}
.contenidoCentralDer li, .contenidoCentralIzq li {
	display:block;
}



/* News y Accessibility (residual) */

.news .contenidoCentral, .accessibility .contenidoCentral {
	border-top:1px solid #CCC;
}
.news .contenidoCentral h2 {
	font-size:0.95em;
	font-weight:bold;
	color:#4A4A4A;
}
.news .subcontenidoCentral, .lifestyle .subcontenidoCentral, .accessibility .subcontenidoCentral {
	width:549px;
	margin-right:20px;
}
.new {
	margin-top:15px;
}

.new img {
	text-align:left;
	display:inline;
	float:left;
	padding-right:10px;
}
.new .bold {
	font-weight:bold;
	color:#4A4A4A;
}
.new a {
	color:#666;
	text-decoration:underline;
}
.new a:hover {
	color:#CCC;
	text-decoration:underline;
}
.new ul {
	margin-top:130px;
}
.new li{
	display:block;
    padding-left: 10px;
    background: url(../img/vinyetaAzul.jpg) no-repeat 0 0.5em;
	margin-bottom:5px;
}
.newSeparador {
	height:50px;
	width:550px;
	border-bottom:1px dashed #CCC;
}

.accessibility .subcontenidoCentral ul {
    margin-bottom: 1em;
}

.accessibility .subcontenidoCentral li {
    display: block;
}

/* External */
.external #cabecera {
	height: 190px;
    margin: 0 auto;
}

.external .contenidoCentral, .external .subcolumnaCentral {
    width: 750px;
}

/*Listado Busqueda*/

.listadoBusqueda ul li{
	display:block;
	margin-bottom:5px;
	background: url(../img/vinyetaAzul.jpg) no-repeat 0 0.5em;
	padding-left: 10px;
}
.listadoBusqueda ul li span {
 font-weight:bold;
}
.listadoBusqueda ul li a {
	text-decoration:none;
	cursor:pointer;
	color:#4A4A4A;
}

.listadoBusqueda ul li a:hover {
	color:#999;
	text-decoration:none;
}



p.rutaLogin {
    height: 50px;
    margin: 4px 0 0 14px;
    color: #0767B4;
    font-size: 0.83em;
	float:right;
	display:inline;
}
p.rutaLogin span {
	font-weight:bold;
}
p.rutaLogin a {
    margin: 0 4px;
    color: #0767B4;
}

p.rutaLogin a:hover {
	text-decoration:underline !important;
	background:none !important;
}

ul.download .desplegable a {
	background:none !important;
	color:#4A4A4A;
	font-weight:normal;
	margin-bottom:2px !important;
	overflow:none;
}

ul.download .desplegable a:hover {
	text-decoration:underline !important;
	color:#4A4A4A;
	overflow:none;
	display:block;
}

ul.download li a, ul.download li a:hover{
	background:#4981c3 url(../img/botonAzul.gif) no-repeat 95% 50% ;
	padding: 4px 10px;
	color:#FFF;
	width:256px;
}
ul.download li a:hover, ul.download li .activo {
	background:#4981c3 url(../img/iconoDownload.gif) no-repeat 95% 50% ;
}

ul.material{
	font-weight:bold;
	padding-top:10px;
	
}

#lista_material{
	color:#666666;
}

/*Maquetacio 1 */
#columnaDer_maq {
    float: right;
    width: 235px;
}

.contenidoDer_maq ul{
	border-bottom: 2.5em solid #FFFFFF;
}

#columnaDer_maq .contenidoDer_maq {
    background: #B2CC7F;
}

#columnaDer ul.naranja p {
	margin: 0;
}
#columnaDer li a, p.precio {
    background: url(../img/vinyetaVerde.gif) no-repeat 0 0.5em;
	padding-bottom:10px;
	padding-left: 10px;
	margin-left: 10px;
}
.contenidoDer_maq{
    margin-top: 0;
}

/*.contenidoDer_maq ul {
    padding: 12px 14px;
    border-bottom: 2.5em solid #FFF;
}
*/
.contenidoDer_maq li a {
    display: block;
    color: #333;
    font-weight: bold;
}
#columnaDer_maq li a, p.precio {
    background: url(../img/vinyetaVerde.gif) no-repeat 0 0.5em;
	padding-bottom:10px;
	padding-left: 10px;
	margin-left: 10px;
}

#formContact{
	border-bottom: 2.5em solid #FFFFFF;
	background:#83B3D9;
}

#formContact div.blanc {
    
	border:1px solid #064B83;
	font-size:11px;
	padding-left:10px;
	background:#FFFFFF;
	}
	

#formContact p.oscuro{
	color: #FFF;
    font-size: 1.15em;
	letter-spacing:-0.07em;
}

#whyonTWE{
	border-bottom: 2.5em solid #FFFFFF;
}

#whyonTWE div.blanc {
    
	border:1px solid #FF3300;
	font-size:11px;
	padding-left:10px;
	background:#FFFFFF;
	}

#wantinfo{
	border-bottom: 1.5em solid #FFFFFF;
}

#wantinfo div.blanc {
	border:1px solid #064B83;
	background:#ffffff;
}

#ourClients{
	border-bottom: 1.5em solid #FFFFFF;
}

#ourClients div.blanc {
	border:1px solid #064B83;
	background:#ffffff;
}


#why img {
	float:left;
	margin:3px 3px 0px -12px !important;
	// margin:3px 3px 0px -6px;	
}

#why ul {
	padding:20px 0 0 20px;

}
#why li {
	display:block;
	margin:0;
	padding:0;

}

div.blanc .info_blau{
	background-color:#83B3D9;
	color:#000000;
	margin:3px;
	padding:0;
	
}

#tween_info_1 {
	display: block;
}

#tween_info_2 {
	display: block;
}
.info_blau span {
	line-height:-5px;
	xpadding:5px;

}


.blanc ul.llista_tic{
	padding-top:10px;
	
	
}

.llista_tic .llista{
	list-style:url(../img/tic.gif)
}

div.blanc .info_gris{
	background: url(../img/back_gris.jpg) no-repeat;
	color:#000000;
	padding:0;
	
}

div.blanc .text{
	color:#0867B4;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	
}

div.blanc .telf{
	color:#0867B4;
	padding-left:10px;
	font-size:18px;
	
}

.productInformation .texto{
	margin-top:15px;
	margin-left:10px;
}

.productInformation .texto1{
	margin-top:5px;
	margin-left:10px;
}

.productInformation .boton1{
	margin-top:5px;
	margin-left:10px;
}

#estrella{
	background-image:url(../img/estrella.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.taylorwoodrow.es/img/estrella.png');
	width:135px;
	height:133px;
	position:absolute;
	top:3%;
	left:83%;
	z-index:999999;
}

#estrella .text{
	position:absolute;
	top:28%;
	left:20%;
	width:90px;
	height:75px;
	font-size:11px;
	text-align:center;
	line-height:12px;
	color: #606060;
	font-weight:bold;
}

#estrella_actual{
	background-image:url(../img/estrella.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.taylorwoodrow.es/img/estrella.png');
	width:135px;
	height:133px;
	position:absolute;
	top:1.5%;
	left:87%;
	z-index:999999;
}

#promociones .sellos{	
	position:absolute;
	margin-left:-5px;
	margin-top:40px;
	z-index:999999;	
}

.text span {
	font-size:16px;
	color:#AA0D18;

}

.productDossier_en{
	padding:10px 10px 5px 10px;
	margin:0;
}

.productDossier_en .boton{
	padding-left:50px;
	padding-top:20px;
}

.productDossier_en .texto_email{
	margin-top:10px;
}

.productDossier_es{
	padding:10px 10px 5px 10px;
	margin:0;
}

.productDossier_es .boton{
	padding-left:50px;
	padding-top:20px;
}

.productDossier_es .texto_email{
	margin-top:10px;
}

.productDossier_de{
	padding:10px 10px 5px 10px;
	margin:0;
}

.productDossier_de .boton{
	padding-top:20px;
}

.productDossier_de .texto_email{
	margin-top:10px;
}

.productDossier_ru{
	padding:10px 10px 5px 10px;
	margin:0;
}

.productDossier_ru .boton{
padding-left:50px;
	padding-top:20px;
}

.productDossier_ru .texto_email{
	margin-top:10px;
}

#Gmaps {
	background: url(../img/Gmaps.jpg) no-repeat;
	width: 495px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	display: block;
	margin-top: 5px;	
	
}
#Gmaps a{
	color: #0767B4;
	}
#map_canvas {
	overflow: hidden;
}
.lupa{
	margin-left:-26px;
	padding-top: 95px;	
	float:left
}

#promociones .subcontenidoCentralPromo {
	width:500px;
}

#promociones ul.subcolumnaCentralPromo {
    width: 500px;
	
	
}

#contenedorProductoFinal .columnaGr {
    float: none !important;
}

#promociones .subcolumnaCentralPromo li {
    
    float: left;
	width: 233px;
	height:287px;
    margin: 10px 5px 10px 5px;
	background: #FCEFCF url(../img/pestanya_promo.gif) no-repeat 100% 0;
	
}

#promociones .subcolumnaCentralPromo li:hover {
    background: #F5CD70 url(../img/pestanya_promociones.gif) no-repeat 100% 0;
	

}

ul .subcolumnaCentralPromo li p{
	color:#000000;
	padding:0 5px 5px 5px;
	font-size:11px;
	margin:0;
	
}

ul .subcolumnaCentralPromo li span{
	color:#000000;
	font-weight:bold;
	font-size:11px;
	
	 
	
}

ul .subcolumnaCentralPromo li big{
	font-weight:bold;
	xpadding:5px 0 0 3px;
	color:#C10020;
	margin:0;
	font-size:15px;
	
}

#tpromo{
	font-weight:bold;
	padding:5px 5px 0 5px;
	font-weight:bold;
	font-size:11px;
	height:35px;
	margin:0;
	
}

ul .subcolumnaCentralPromo li small{
	xpadding:5px 0 0 0px;
	color:#000000;
	margin:0;
	
}

.hasta{
	color:#000000;
	padding:5px 0 0 0;
	margin:0;
	
	
}




ul.subcolumnaCentralPromo li a{
	color:#000000;
	text-decoration:none;
	
	
}

ul.subcolumnaCentralPromo li a:hover{
	color:#000000;
	text-decoration:none;
	
	
}

.subcolumnaCentralPromo img {
	border:0;
	padding:5px;
	display:block;


}

#capaprecio{
	background:#F5CD70;
	padding:5px 0 5px 5px;
	position:absolute;

	float:left;
	width:228px;
	
}

#descripcionDes{
  height:85px;
  padding: 0 5px;
}

.tprecio{
	font-weight:bold;

}

#capaprecio big{
	font-weight:bold;
	color:#B91122;
	font-size:13px;

}




.subcolumnaCentral div.mapaAmpliable {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

ul.sitemap li{
	display:block;
}

 ul.sitemap li a, ul.sitemap li a:hover {
	  color: #fff;
   	  font-size:14px;
	  font-weight:bold;
	  background:#4981C3 repeat;
	  padding:4px 50px 4px 10px;
	  width:250px;
	 	 
	  
}

ul.sitemap li a:hover {
	text-decoration:underline;

}

ul.sitemap li a.nolink {
	text-decoration:none;
	cursor:text;

}


ul.sitemap ul li a, ul.sitemap ul li a:hover{
	background:none !important;
	font-size:12px;
	font-weight:normal;
	color:#4A4A4A;
	border:0;
	margin:0;
	

}

ul.promo li{
	padding:0 0 0 20px;
	margin:0;
	line-height:10px;
	
}

ul.sitemap ul li.region  {
	background:url(../img/vinyetaAzul.jpg) no-repeat 0 0.8em;
	font-weight:bold;
	

}

ul.foter  {
	margin-top:40px;
}

ul.foter li a{
	background:none;
	font-weight:normal;
	padding:0;
	font-size:10px;
	line-height:8px;


}
.years{
	text-align:right;
	color:#CCCCCC;
	font-weight:bold;
}
.years a{
	color:#666666;
}
.years a:hover{
	color:#999;
}

	
.destacadoPrecio {
	background:#0767B4 url(../img/bg_destacadoPrecio.jpg) no-repeat;
	display:block;
	width:217px;
	height:47px;
	font-size:17px;
	color:#BDE0FD;
	font-weight:bold;
	padding: 10px 0 0 10px;

}

.destacadoPrecio:hover {
	text-decoration:none;
	background:#0767B4 url(../img/bg_destacadoPrecio_over.jpg) no-repeat;
	color:#FFFFFF;
}

.destacadoPrecio .pdesde {
	font-size:11px;
	display:inline;
	font-weight:normal;
	color:#BDE0FD;
	
	
}

.destacadoPrecio .phasta {
	font-size:11px;
	display:inline;
	font-weight:normal;
	color:#BDE0FD;
	padding-left:5px;
}

.destacadoPrecio span {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

/* Cheque */

#slide li{
    background: #ffffff;
    padding: 0px;
    color: #ffffff;
}
#slide-menu a.wactive{
    padding: 0px 2px;
    background: #0767B4;
    color: #ffffff;
	display:none;

}

#slide-menu a{
	display:none;
}


.colLeft {float:left; width:725px; margin-top:20px;}
.colRight {float:right; overflow:hidden; width:195px; margin-top:20px;}

.pestCheque { width:190px; height:41px; display:block;}
.pestCheque a { background:url(../img/bckgPest.jpg) no-repeat 1px 0; height:41px; width:189px; display:block; font-weight:bold; color:#173681; text-decoration:none;}
.pestCheque a:hover { background-position:-189px 0; height:41px; width:189px; text-decoration:none; font-weight:bold; color:#ea3123;}

.linkPest { font-size:1em; padding-top:7px; margin-left:12px; font-weight:bold;}

.amigo { width:600px; overflow:hidden; padding-top:15px;}
.enviarAmigo { float:left;}
.enviarAmigo input { width:180px; margin-left:15px;}
.botonAmigo { float:left; margin-left:15px;}

.titCheque { margin-top:25px; overflow:hidden;}
.titCheque h3 { color: #e93123; margin-bottom: 1em; float:left; }
.verPromo {float:left; margin-left:15px;}

.okForm { width:720px; height:30px; margin-top:10px; background:#8fb543; overflow:hidden; }
.okForm p { text-align:center; color:#ffffff; font-size:1em; font-weight:bold; margin-top:5px;}
.koName { width:720px; height:30px; margin-top:10px; background:#e3544a; overflow:hidden;}
.koName p { text-align:center; color:#ffffff; font-size:1em; font-weight:bold; margin-top:5px;}
.koMail { width:720px; height:30px; margin-top:10px; background:#e3544a; overflow:hidden; }
.koMail p { text-align:center; color:#ffffff; font-size:1em; font-weight:bold; margin-top:5px;}

.cheque { width:720px; border:2px solid #cdd0d3; color:#4A4A4A; font:75%/150% "Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;}
.contCheque { width:720px; background: url(../img/bckgCheque.jpg) top left no-repeat; overflow:hidden; color:#173681;}
.clearCheque { clear:both;}
.leftCheque { float:left; width:690px; overflow:hidden;}

.rightCheque{ float:right; width:30px; height:345px; background:#666;}
.rightCheque a { background:url(../img/botCheque.jpg) no-repeat 0 0; height:345px; width:30px; display:block;}
.rightCheque a:hover { background-position:-30px 0; height:345px; width:30px;}

.headCheque { width:690px; height:98px;}
.logoCheque { width:191px; height:98px; float:left;}
.euroCheque { width:40px; float:right; margin-top:72px; margin-right:7px;}
.euroCheque p { color:#173681; font-weight:bold; font-size:12px;}
.descCheque { width:205px; height:91px; float:right; overflow:hidden; margin-right:26px; border-bottom: 2px solid #173681; display:block;}
.descCheque p { color:#ea3123; font-weight:bold; font-size:42px; text-align:center; font-style:italic; letter-spacing:-3px; margin-top:60px; padding-bottom:10px;}

.fila1Cheque { width:690px; height:65px; overflow:hidden;}
.mailInput { float:left;}
.mailInput input { width:160px; height:25px; border:1px solid #17347c; background-color:#ffffff; margin-left:7px; margin-top:35px; font-size:12px; color:#17347c;}
.nomInput {float:left;}
.nomInput input { width:160px; height:25px; border:1px solid #17347c; background-color:#ffffff; margin-right:7px; margin-left:7px; margin-top:35px; font-size:12px; color:#17347c;}

.fila1Text1 { height:30px; float:left; margin-left:15px;}
.fila1Text1 p { color:#173681; font-weight:bold; font-size:12px; margin-top:40px;}
.fila1Text2 { height:30px; float:left;}
.fila1Text2 p { color:#173681; font-weight:bold; font-size:12px;  margin-top:40px;}

.fila2Cheque { width:690px; height:43px; overflow:hidden;}
.fila2Text1 { height:30px; float:left; margin-left:15px;}
.fila2Text1 p { color:#173681; font-weight:bold; font-size:12px; margin-top:20px;}
.fila2Text2 { height:30px; float:left;}
.fila2Text2 p { color:#173681; font-weight:bold; font-size:12px;  margin-top:20px;}
.fila2Euros { width:160px; height:30px; float:left; border-bottom: 2px solid #173681; margin-left:9px; margin-right:9px; margin-top:8px;}
.fila2Euros p { color:#ea3123; font-weight:bold; font-size:12px; text-align:center; margin-top:15px; line-height:0px;}
.fila2Vivienda{ width:184px; height:30px; float:left; border-bottom: 2px solid #173681; margin-left:9px; margin-right:9px; margin-top:8px;}
.fila2Vivienda p {color:#ea3123; font-weight:bold; font-size:12px; text-align:center; margin-top:15px; line-height:0px;}

.fila3Cheque { width:690px; height:50px;}
.fila3Text1 { height:30px; float:left; margin-left:15px;}
.fila3Text1 p { color:#173681; font-weight:bold; font-size:12px; margin-top:20px;}
.fila3Ubica { width:205px; height:30px; float:left; border-bottom: 2px solid #173681; margin-left:9px; margin-top:8px;}
.fila3Ubica p { color:#ea3123; font-weight:bold; font-size:12px; text-align:center; margin-top:15px; line-height:0px;}
.fila3Text2 { height:30px; float:left; margin-left:9px;}
.fila3Text2 p { color:#173681; font-weight:bold; font-size:12px; margin-top:20px;}
.fila3Dia { width:45px; height:30px; float:left; border-bottom: 2px solid #173681; margin-left:9px; margin-top:8px;}
.fila3Dia p { color:#ea3123; font-weight:bold; font-size:12px; text-align:center; margin-top:15px; line-height:0px;}
.fila3Text3 { height:30px; float:left; margin-left:9px;}
.fila3Text3 p { color:#173681; font-weight:bold; font-size:12px; margin-top:20px;}
.fila3Mes { width:120px; height:30px; float:left; border-bottom: 2px solid #173681; margin-left:9px; margin-top:8px;}
.fila3Mes p { color:#ea3123; font-weight:bold; font-size:12px; text-align:center; margin-top:15px; line-height:0px;}
.fila3Text4 { height:30px; float:left; margin-left:9px;}
.fila3Text4 p { color:#173681; font-weight:bold; font-size:12px; margin-top:20px;}
.fila3Ano { width:60px; height:30px; float:left; border-bottom: 2px solid #173681; margin-left:9px; margin-top:8px;}
.fila3Ano p { color:#ea3123; font-weight:bold; font-size:12px; text-align:center; margin-top:15px; line-height:0px;}

.fila4Cheque { width:690px; height:89px;}
.fila4Aviso { float:left; height:40px; width:140px; margin-top:20px; margin-left:15px;}
.fila4Aviso a { color:#173681;}
.fila4Aviso a:hover { text-decoration:underline; color:#173681;}
.divEnviar { float:left; width:178px; height:34px; margin-top:15px; display:block;}
.divEnviar input { border:none;}
.botEnviar { background:url(../img/botRegistra.jpg) no-repeat 0 0; height:34px; width:168px; display:block;}
.botEnviar:hover { background-position:-168px 0; height:34px; width:181px;}

.fila4Firma { float:right; width:260px; height:90px; margin-right:24px; background:url(../img/bckgFirma.jpg) no-repeat center right;}
.footCheque { width:720px; height:45px; background: url(../img/codeCheque.jpg) center left no-repeat #ffffff;}
.pageCheque { width:720px; margin-top:5px;}
.pageCheque p { text-align:right; font-size:0.82em; color:#17347c;}

/* Cheque - english */

.rightChequeEn{ float:right; width:30px; height:345px; background:#666;}
.rightChequeEn a { background:url(../img/botChequeEn.jpg) no-repeat 0 0; height:345px; width:30px; display:block;}
.rightChequeEn a:hover { background-position:-30px 0; height:345px; width:30px;}

.divEnviarEn { float:left; width:178px; height:34px; margin-top:15px; display:block;}
.divEnviarEn input { border:none;}
.botEnviarEn { background:url(../img/botRegistraEn.jpg) no-repeat 0 0; height:34px; width:168px; display:block;}
.botEnviarEn:hover { background-position:-168px 0; height:34px; width:181px;}

.mailInputEn { float:left;}
.mailInputEn input { width:130px; height:25px; border:1px solid #17347c; background-color:#ffffff; margin-left:7px; margin-top:35px; font-size:12px; color:#17347c;}
.nomInputEn {float:left;}
.nomInputEn input { width:125px; height:25px; border:1px solid #17347c; background-color:#ffffff; margin-right:7px; margin-left:7px; margin-top:35px; font-size:12px; color:#17347c;}

.fila2EurosEn{ width:140px; height:30px; float:left; border-bottom: 2px solid #173681; margin-left:9px; margin-right:9px; margin-top:8px;}
.fila2EurosEn p { color:#ea3123; font-weight:bold; font-size:12px; text-align:center; margin-top:15px; line-height:0px;}
.fila2ViviendaEn { width:175px; height:30px; float:left; border-bottom: 2px solid #173681; margin-left:9px; margin-right:9px; margin-top:8px;}
.fila2ViviendaEn p {color:#ea3123; font-weight:bold; font-size:12px; text-align:center; margin-top:15px; line-height:0px;}

/* Cheque - aleman */

.fila1Text3 { height:30px; float:left; margin-left:7px;}
.fila1Text3 p { color:#173681; font-weight:bold; font-size:12px;  margin-top:40px;}

.fila3DateDeu { width:170px; height:30px; float:left; border-bottom: 2px solid #173681; margin-left:9px; margin-top:8px;}
.fila3DateDeu p { color:#ea3123; font-weight:bold; font-size:12px; text-align:center; margin-top:15px; line-height:0px;}

.fila2EurosDeu{ width:120px; height:30px; float:left; border-bottom: 2px solid #173681; margin-left:9px; margin-right:9px; margin-top:8px;}
.fila2EurosDeu p { color:#ea3123; font-weight:bold; font-size:12px; text-align:center; margin-top:15px; line-height:0px;}

.nomInputDeu {float:left; margin-left:12px;}
.nomInputDeu input { width:145px; height:25px; border:1px solid #17347c; background-color:#ffffff; margin-right:7px; margin-left:7px; margin-top:35px; font-size:12px; color:#17347c;}
.mailInputDeu { float:left;}
.mailInputDeu input { width:190px; height:25px; border:1px solid #17347c; background-color:#ffffff; margin-left:7px; margin-top:35px; font-size:12px; color:#17347c;}

.fila2ViviendaDeu { width:140px; height:30px; float:left; border-bottom: 2px solid #173681; margin-left:9px; margin-right:9px; margin-top:8px;}
.fila2ViviendaDeu p {color:#ea3123; font-weight:bold; font-size:12px; text-align:center; margin-top:15px; line-height:0px;}

.rightChequeDeu{ float:right; width:30px; height:345px; background:#666;}
.rightChequeDeu a { background:url(../img/botChequeDeu.jpg) no-repeat 0 0; height:345px; width:30px; display:block;}
.rightChequeDeu a:hover { background-position:-30px 0; height:345px; width:30px;}

.divEnviarDe { float:left; width:178px; height:34px; margin-top:15px; display:block;}
.divEnviarDe input { border:none;}
.botEnviarDe { background:url(../img/botRegistraDeu.jpg) no-repeat 0 0; height:34px; width:168px; display:block;}
.botEnviarDe:hover { background-position:-168px 0; height:34px; width:181px;}

.contAviso { width:100%; height:100%; padding:0px; margin:0px; background:#ffffff; overflow-y:scroll;}
.titAviso {width:610px; height:90px; background: url(../img/logoAviso.jpg) center right no-repeat #ffffff;}
.avisoLegal { width:610px; margin-left:10px; margin-right:10px; background:#ffffff;}
.avisoLegal p { font-size:1em; color:#4a4a4a; line-height:1.6em; text-align:left;}
.avisoLegal h3 { font-size:1.1em; color:#0767b4; font-weight:bold; margin-bottom:1.5em; margin-top:2em; text-align:left;}
.avisoLegal h4 { font-size:1em; color:#0767b4; font-weight:bold; margin-bottom:1.5em; margin-top:2em; text-align:left;}