﻿	div.body div.col1 {
		width:160px;
		float:left;

	}
	
	div.entidades 
	{
	    padding:10px;
	    border-top:1px solid #e3e3e3;
	    border-bottom:1px solid #e3e3e3;
	    margin-left:4px;
	    margin-bottom:3px;
	}
	
	div.entidades h2 
	{
		text-decoration:underline;
	}
	
	div.entidades select 
	{
		width:140px;
		font-size:120%;
	}

    div.select-entidade 
    {
		padding:10px;
        margin-left:3px;
        background-color:#EDFCFF;
        font-size:90%;
        clear:both;
        height:500px;
    }


    div.select-entidade ul
    {
		height:100%;
		width:30%;
		float:left;
	}

    div.select-entidade ul li{
			padding:4px;
	}

    div.select-entidade ul li img{
			margin-left:5px;
	}
	
	div.select-entidade ul li label{
			background-color:#dedede;
			padding:3px;
	}

	div.body div.col2 {
		width:610px;
		float:left;
		
		/*border:1px solid blue;*/
	}
	
    div.body div.col2 div.info 
    {
		margin-top:60px;
        width:340px;
        background-image: url(../../public/img/bg-info-top.jpg);
        background-repeat: no-repeat;
		float:left;
    }
    
    div.body div.col2 div.event 
    {
		background-color:White;
        width:245px;
        float:left;
        padding:10px;
		margin-top:100px;
    }
    
    div.body div.col2 div.event a {
		
    }