﻿#wrapper 
{
	width:980px;
	background-color:#fff;
}
	#top 
	{
		width:977px;
		height:445px;
		float:right;
		border-top:solid 3px #00A5FF;
		border-bottom:solid 3px #00A5FF;
		background:black url('../images/web/emisiones_cabecera.png') top left no-repeat;
	}
	    .caption {color:#00FF00;font-family:Arial; font-size:16px;font-weight:bold;padding-left:10px;padding-right:15px; line-height:40px;}
	    
	    #filter
	    {
	        width:565px;
	        height:75px;
	        float:right;
	        margin-right:45px;
	        margin-top:355px;
	    }
	        #filetypes 
	        {
	            width:100%;
	            height:43px;
	            margin:0 auto;	           	            
	        }                
	            ul.menu 
	            {
	                text-align: center; 
	                list-style-type: none;
                    padding: 0em;
	            }
	                ul.menu li { display: inline; }
	                    ul.menu li input { margin-right:6px; }
	        
	        #categories
	        {
	            width:100%;
	            height:42px;
	            border-top:solid 2px #00A5FF;
	        }	             
	            .ddlEmisionesCategoria
	            {
	                width:230px; 
	            }       	        
	    
	#bottom 
	{
		width:977px;
		min-height:472px;
		float:right;
		background:#008EDC url('../images/web/bg_emisiones.png') top left no-repeat;
	}	    
	    .dlEmisiones 
	    {
	        margin-top:10px;
	        margin-bottom:40px;
	        margin-left:70px;
	    }
	        .emision 
	        {
	            width:255px;
	            height:60px;
	            margin-right:50px;
	            margin-top:20px;   
	        }
	            .photo 
	            {
	                width:90px;
	                height:60px;
	                float:left;   
	            }
	            .data 
	            {
	                width:140px;
	                height:60px;
	                float:right;
	                margin-left:10px;  
	            }
	                .title { display:block; color:White; font-weight: bold; text-decoration:none; } 
	                .category { display:block; color:#33CC00; margin-top:5px; font-style:italic; }
	                .subscribe { display:block; margin-top:7px; }
	        	            
	            .noresults
                {
                    color:#fff;
                    font-size:14px;    
                    font-weight:bold;
                    text-align:center;
                    margin-top:20px;
                }  
