/* 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: 90px;
    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. */	
}


.kwicks.horizontal #exibir5 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #exibir5 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

img
{
	
	border:none;
	
	}
	
	#exibir
{
    
    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;
    
}
	
#exibir1
{
    
    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;
    
}
#exibir2  {
	
    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;
}

#exibir3  {
	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;
}

#exibir4  {
	
    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;
}


#exibir5  {
	
   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: 8px;
	margin-right: 9px;
}


   a.dcontexto span{
	display:none;
	height:70px;
	width:100%;
           
            
       }
.detalhes {
	color: #FFF;
	float: left;
	clear: both;
	width: 200px;
	font-family: Georgia;
	background-image: url(../images/btnVerDetalhes.gif);
	background-repeat: no-repeat;
	background-position: 170px center;
	text-align: center;
	padding-left: 30px;
	font-weight: normal;
	font-size: 10px;
	height: 20px;
	margin-right: 10px;
	padding-top: 5px;
}

a.dcontexto:hover span
{
	display: block;
	height:75px;
	width: 100%;
	top: 2em;
	text-align: justify;
	left: -7em;
	font: large;
	border: 1px solid #999;
	color: #FFF;
	font-weight: bold;
	background-color: #E1007A;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
	padding-top: 5px;
}

.titleCamp {
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	width: 180px;
	margin-bottom: 10px;
}

#news p .newsBloque {
	float: left;
	margin-bottom: 12px;
	width: 220px;
}
#news p .newsBloque strong {
	font-style: italic;
	font-size: 15px;
}

