﻿#slideshow {
    position:relative;
    height:380px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 380px;
    background-color: #00AFF0;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV .contenedorimg{
	width:950px; 
	border: 0;
	overflow:hidden; 
	height:380px; 
	display: block; 
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#slideshow DIV .contenedorimg .txt
{
	position:absolute;
	bottom:10px;   
	display:block;
	width:300px;
	height:auto;
	padding:20px;
	font-size: 1.8em;
	font-weight:700;  
	color:#fff;
}

/*******************************************************************************************************/

#slideshowpeq {
    position:relative;
    height:190px;
}

#slideshowpeq DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 190px;
    background-color: #00AFF0;
}

#slideshowpeq DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshowpeq DIV.last-active {
    z-index:9;
}

#slideshowpeq DIV .contenedorimg{
	width:950px; 
	border: 0;
	overflow:hidden; 
	height:190px; 
	display: block; 
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#slideshowpeq DIV .contenedorimg .txt
{
	position:absolute;
	bottom:10px;   
	display:block;
	width:600px;
	height:auto;
	padding:20px;
	font-size: 1.8em;
	font-weight:700;  
	color:#fff;
}



