/************************************************/  
/* CSS 2.0 CASASMYG.COM                         */
/* @file: detalle_viviendas.css                 */
/* @date: JANUARY 2009 [REVISION]               */
/* @autor: netconsulting                        */
/* @email: jflillo@netconsulting.es             */
/* @url: www.netconsulting.es                   */
/************************************************/ 



/* DETALLE VIVIENDA *********************/
		#detalle-vivienda{
			padding:10px;
			min-height:400px;
		}
			
	
			#detalle-vivienda #tipo{
				margin:5px 0 10px 0;
				padding:0;
				font-size:100%;	
			}
			
			
			#detalle-vivienda #localizacion{
				font-size: 90%;
				margin:10px 0 20px 0;
				padding-top:1px;
				background:url(../images/bg_viviendas_detail.jpg) no-repeat top left;
			}
			
				#detalle-vivienda #localizacion ul, #detalle-vivienda #localizacion ol{
					margin:0;
					padding:0;
				}
				
					#detalle-vivienda p{ font-size:90%;}
				
					#detalle-vivienda #localizacion li{
						background:url(../images/arrow_top.gif) no-repeat top left;
						padding-left:20px;
						font-size: 90%;
						margin:5px 0 0 25px;;
					}
			
			#detalle-vivienda #descripcion{
				font-size: 80%;
				margin:5px 0;
				padding:0;
				line-height:15px;
				text-align:justify;
			}
			
				#detalle-vivienda #descripcion p{ font-size:100%;}
				
			/*-- GALERIA --*/
				
				dl#galeria-imagenes{
					width:570px;
					margin:0  auto;
					padding:10px 0 50px 0;
				}
			
				dl#galeria-imagenes dt{
					width:400px;
					height:264px;
					float:left;
				}
				
					html > body #detalle-vivienda #galeria-imagenes dd a{
						margin-bottom:10px;
					}
				
					#detalle-vivienda #galeria-imagenes dd a{
						text-decoration:none;
						font-size:90%;
						margin-bottom:2px;
					}
					
						#detalle-vivienda #galeria-imagenes dd a:hover{ color:#fff;	}
				
					dl#galeria-imagenes dd a.thumbnail{
						float:left;
						width:100px;
						height:75px;
						border:1px solid #fff;
						margin-right:4px;
					}
					
					#galeria-imagenes dd.planoLink{
						clear:both;
						margin-top:5px;
						padding-left:15px;
						font-size:90%;
						background:url(../images/arrow_down.jpg) no-repeat top left;
					}
					
						dd.planoLink a{ color:#9b2229;}
						
							dd.planoLink a:hover{ color:#2a2a2a !important;}
						
				div#plano{
					clear:both !important;
					padding-top:0 !important;
					margin:-5px 0 0 144px  !important;
					width:312px !important;
					height:234px !important;
					border:1px solid #fff;
				}
