@media screen{
/************************************************/  
/* CSS 2.0 parquessolares.css - sunenergy       */
/* @author: netconsulting                       */
/* @web: www.netconsulting.es                   */
/************************************************/                       

#content #mapa{
    float:right;
	height:280px;
	border-left:1px dotted;
}
 

	/*-- --*/
	#content #list_detail{
		width:360px;
		min-height:280px;
		float:left;
		margin:0px;
	}
	
		/*-- ---*/
		#content #list_detail #column-list{
			margin:0px;
			float:left;
			clear:both;
			width:360px;
		}
		
			#content #list_detail #column-list p {
				font-weight:bold;
				text-transform:uppercase;
			}
			
        /*-- --*/
		#content #list_detail #column-detail  {
			margin:0 0 0 10px;
			display:block;
			float:left;
			clear:both;
			width:350px;
		}
			html > body #content #list_detail #column-detail .vcard	
			{
			    width:230px !important;
			}
			#content #list_detail #column-detail .vcard	{
				float:left;
				font-size:90%;
				line-height:130%;
				width:200px;
				color:#666;
				margin:0px;
				line-height:130%;
				margin-bottom:5px;
			}  
			
				#content #list_detail #column-detail .vcard .region{ display:block;}  
        
        #content #list_detail #column-detail #preview {
            float:right;
            margin-right:10px;
			background-color:#f8ce20;
			border:2px solid #f8ce20;
        }
            #content #list_detail #column-detail #preview a{border:none;}
		
		#content #list_detail #column-detail p.links{clear:both;}
		
		html > body #content #list_detail #column-detail .submit
		{
		    margin:0px -10px 0px 0px !important;
		}
		
		#content #list_detail #column-detail .submit
		{
		    background:url(/images/publica/bt_submit_half.gif) no-repeat top center;
		    border:0;
		    color:#fff;
		    font-size:90%;
		    text-align:center;
		    display:block;
		    float:right;
		    margin:2px 0px 0px 0px !important;
		    width:125px;
		    padding-top:2px;
		    height:22px;
		    cursor:pointer;
		    font-weight:bold;
		}
		#content #list_detail #column-detail .submit:hover{ color:#000; }
			
		/*-- MAPA GOOGLE --*/
            
        #content #plano {
            margin-top:20px;
            float:left;
            clear:both;
			
        }
		
            /*#content #subgurim_ctl00__uxcph_content__uxgm_plano {*/
            #content #plano {
                width:746px !important;
                height:280px !important;
				border:2px solid #f8ce20;
            }   
            
        /*-- VCARD --*/
        .fn
        {
            display:block;
            margin-top:15px;
        }
        
    

            
	
}