﻿#wrapper 
{
	width:980px;
	background-color:#fff;
}
	#top 
	{
		width:977px;
		height:445px;
		overflow:auto;
		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-size: 16px; font-weight:bold; padding-left:10px; padding-right:20px; line-height:40px; }
	    
	    #detail
	    {
	        width:572px;
	        height:223px;
	        float:right;	        
	        margin-right:45px;
	        margin-top:25px;
	        background:url('../images/web/bg_emisionesdetalle.png') top left no-repeat;
	    }
            .photo 
            {
                width:222px;
                height:180px;
                float:left;   
                margin-top:30px;
                margin-left:30px;
                border:solid 2px #CACBCB;
            }
            .data 
            {
                width:285px;
                height:180px;
                overflow:hidden;
                float:right;
                margin-top:30px;
            }
                .title { display:block; color:White; font-size:16px; font-weight: bold; }
                .category { display:block; color:#33CC00; margin-top:4px; font-style:italic; }
                .subscribe { display:block; margin-top:5px; }
                .description { display:block; color:White; margin-top:6px; }
	         
	    #volver
	    {
	        float:right;
	        width:565px;
	        height:22px;
	        margin-top:90px;
	        margin-right:45px;
	    }       	    
	    #filter
	    {
	        width:565px;
	        height:75px;
	        float:right;
	        margin-right:45px;
	        /*margin-top:115px;*/
	        margin-top:3px;
	        border-top:solid 2px #00A5FF;
	    }
	        #filetypes 
	        {
	            width:100%;
	            height:75px;
	            margin:0 auto;	                 	            
	        }
	            ul.menu 
	            {
	                text-align: center; 
	                list-style-type: none;
                    padding: 23px 0 0 5px; 
	            }
	                ul.menu li { display: inline; }
	                    ul.menu li input { margin-right:6px; }	        
   	        
	    
	#bottom 
	{
		width:977px;
		min-height:472px;
		float:right;
		background:#dfffff;
	}	   	   
                
        table.tablesorter 
        {
            width: 95%;
            margin:0 auto;
            margin-top:5px;
	        background-color: #dfffff;
	        text-align: left;
        }
            table.tablesorter thead tr th
            {
	            background-color: #dfffff; 
	            border-bottom:solid 2px #00A5FF;
	            padding: 4px;	            
            }
            table.tablesorter thead tr .header 
            {
	            background-repeat: no-repeat;
	            background-position: center right;
	            cursor: pointer;
            }
                table.tablesorter tbody td 
                {
	                color: #3D3D3D;
	                padding: 4px;
	                background-color: #dfffff;
	                vertical-align: top;
	                border-bottom: solid 1px #cccccc;
                }        
                    table.tablesorter th.play,
                    table.tablesorter th.download,
                    table.tablesorter tbody td.play,
                    table.tablesorter tbody td.download
                    {
                        text-align:center;
                    }
                table.tablesorter thead tr .headerSortUp 
                {
	                background-image: url(../images/web/asc.gif);
                }
                table.tablesorter thead tr .headerSortDown 
                {
	                background-image: url(../images/web/desc.gif);
                }
                table.tablesorter th.headerSortDown, 
                table.tablesorter th.headerSortUp 
                {
                    background-color: #dfffff;
                } 
                
                table.tablesorter tbody td.noresults
                {
                    line-height:30px;
                    font-size:12px;    
                    font-weight:bold;
                    text-align:center;
                    border: solid 1px #dfffff;
                }                  
                                  
    div#disclaimer { width:977px; height:30px; float:right; background:#dfffff; } 
        div#disclaimer span { display:block; width:95%; margin:0 auto; color:#3D3D3D; text-align:right; }
