/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li
{
    /* these are required, but the values are up to you (must be pixel) */
    width: 86.5px;
    height: 336px; /*do not change these */
    display: block;
    overflow: hidden;
   
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}





	
	.dcontexto
{
    
    color: #FFF;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    
}



.ocultar {
	
	color: #FFF;
	float: right;
	width: 25px;
	height: 25px;
	text-align:center;
	background-image: url(../images/btnClose.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	margin-right: 10px;
}


   a.dcontexto span{
	display:none;
	height:70px;
	width:100%;           
            
       }
.detalhes
{
    color: #FFF;
    float: right;
    width: 80px;
    font-family: Georgia;
    background-image: url(../images/btnShowCase.gif);
    background-repeat: no-repeat;
    background-position: right;
    text-align: right;
    padding-right: 30px;
    font-weight: normal;
    font-size: 10px;
    height: 20px;
    margin-right: 15px;
    padding-top: 5px;
}

a.dcontexto:hover span
{
    display: block;
    height: 80px;
    width: 100%;
    top: 2em;
    text-align: justify;
    left: -7em;
    font: large;
    border: 1px solid #999;
    color: #FFF;
    font-weight: bold;
    background-color: #97B732;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-right: 5px;
    padding-top: 5px;
    margin-top: 246px;
}

.titleCamp {
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	width: 95%;
	margin-bottom: 10px;
}

 


