/* Clinica Corachan */

/* Fulla d'estils per a la pagina principal */		

        #destacats {
            margin-left: 3.5em;
        }
        
        #destacats .ui-tabs-panel {
            width: 48.5em;
            overflow: hidden;
        }        

        #destacats .bloc-home {
            border: 3px solid #E7F0F7;
            overflow: hidden;
            margin-bottom: 3em;
			width: 56.3em;
            background: url("../images/foto_home_central.jpg") no-repeat right top;
        }
                      
    	#destacats .ui-tabs-panel p, 
        #destacats .bloc-home p {
	        line-height: 1.4em;
	        margin: 0 0 1em 0; 
	    }

        #destacats .bloc-home p {
            float: left;
            font-size: 1.2em;            
            margin: 1em 1.9em 0 1.9em;
            padding-bottom: 1.2em;
            width: 18em;
        }
	    
	    #destacats .ui-tabs-panel h3, 
        #destacats .bloc-home h3 {
	        font-size: 1.3em;
	        padding-top: 1em;
	        margin-bottom: 0;
	    }

        #destacats .bloc-home h3 {
            padding-left: 1.6em;
            padding-top: 1.3em;
            font-size: 1.4em;
        }
	    
	    #destacats .ui-tabs-panel img.imatge-dreta {
	        float: right;
	        margin-left: 1.2em;
	    }

        #destacats .bloc-home img {
            float: right;
        }
	    
	    #destacats #homenews {
	        text-align: left;	        
	        font-size: 1.1em;
	        clear: both;	       	         	        	           
	    }	    	    
	    
	    #destacats #homenews h2 {
	        color: #1D7FBE;
	        font-size: 1.1em;
	        padding: .2em 1em;
	        background-color: #E1EDF9;
	    }
	    
	    #destacats #homenews ul {
	        border-bottom: 2px solid #e9e9e9;
	    }
	    
	    #destacats #homenews ul li {	        
	        width: 49.9em;
            overflow: hidden;
            padding: 1em 1em;
            border-top: 1px solid #e9e9e9; 	               	           
	    }
	    
	    #destacats #homenews ul li img {
            float: right;
            padding: 0;
            margin: 0 0 1em 1em;
	    }
	    
	    #destacats #homenews p {
	        padding: 0;
	        margin: 0;
	        line-height: 1.4em;    	           
	    }
	    
	    #destacats #homenews h3 {
	        padding-bottom: .6em;
	        font-size: 1.1em;
	        font-weight: normal;
	    }
	    
	    #destacats #homenews a {
	        font-size: 1.2em;
	        color: #298dc6;
	        text-decoration: none;
	    }
	    
	    #destacats #homenews a:hover {
	        text-decoration: underline;
	    }
	    
	    #destacats #homenews .more-news {
	        padding: 1em 1.1em;
	        font-size: .8em;
	        text-align: right;	        
	    }
	        
	        #destacats #homenews .more-news a {
	            text-decoration: underline;
	        }	    
	    
    /* Destacats esquerra */

		#destacats-esquerra {
			float: left;
			width: 17em;
		}
		
		    #destacats-esquerra ul {
		    }
		    
		    #destacats-esquerra ul li {		
		        margin-bottom: 3em;    
		    }
		    
        	    #destacats-esquerra ul li img {
        	        display: block;
        	    }
        	    
        	    #destacats-esquerra ul li .text {        	        
        	        padding: 1em;
        	        background-color: #E7F0F7;
        	        border-top: 3px solid #1D7FBE;
        	    }
        	    
            	    #destacats-esquerra ul li .text img {
            	        margin-bottom: .5em;
            	    }
            	    
            	    #destacats-esquerra ul li .text p {            	        
            	        color: #666;
            	        font-size: 1.1em;
            	        margin: 0;
            	    }
            	    
            	    #destacats-esquerra ul li .text a {
            	        color: #666;
            	        text-decoration: none;
            	    }
            	    
            	        #destacats-esquerra ul li .text a:hover {
            	            text-decoration: underline;
            	        }

