#slider {
    height: 280px;
}
#slider ul:before {
    background: rgb(0,153,153); /* Old browsers */
    background: -moz-linear-gradient(left,  rgb(0,153,153) 0%, rgb(74,153,153) 66%, rgb(106,183,182) 86%, rgb(0,153,153) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0,153,153)), color-stop(66%,rgb(74,153,153)), color-stop(86%,rgb(106,183,182)), color-stop(99%,rgb(0,153,153))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgb(0,153,153) 0%,rgb(74,153,153) 66%,rgb(106,183,182) 86%,rgb(0,153,153) 99%); /*Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgb(0,153,153) 0%,rgb(74,153,153) 66%,rgb(106,183,182) 86%,rgb(0,153,153) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgb(0,153,153) 0%,rgb(74,153,153) 66%,rgb(106,183,182) 86%,rgb(0,153,153) 99%); /* IE10+ */
    background: linear-gradient(to right,  rgb(0,153,153) 0%,rgb(74,153,153) 66%,rgb(106,183,182) 86%,rgb(0,153,153) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#009999',GradientType=1 ); /* IE6-8 */
 
    border-radius: 30px 0 0 30px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.65);
    content: "";
    height: 100%;
    margin-top: -40px;
    position: absolute;
    width: 182px;
    z-index: 100;
}
#slider ul {
    list-style: none outside none;
    margin-left: 10px;
    margin-top: 10px;
    padding: 40px 0;
    position: relative;
    width: 182px;
}
#slider ul li {
    height: 40px;
    width: 182px;
}
 
#slider ul li a.menudesplieg {
    border-bottom: 1px solid #00CFCA;
    color: white;
    display: block;
    font-family: 'Trebuchet MS';
    font-size: 1.6em;
    font-style: italic;
    letter-spacing: -1px;
    padding-left: 22px;
    position: absolute;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 160px;
    z-index: 110;
}
#slider ul li div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
     border-radius: 0 15px 15px 0;
    color: white;
    height: 266px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 15px 15px;
    position: absolute;
    top: 0;
    transition: 1s left,1s width,1s opacity;
    -webkit-transition: 1s left,1s width,1s opacity;
    -moz-transition: 1s left,1s width,1s opacity;
    -o-transition: 1s left,1s width,1s opacity;
    width: 152px;
    z-index: 50;
}
#slider ul li:hover div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    left: 182px;
    opacity: 1;
    width: 276px;
}
 
#slider ul li div h5 {
    border-bottom: 1px solid #888;
    color: #009999;
    font-family: trebuchet ms;
    font-size: 2.5em;
    margin: 0 0 5px;
    text-align: center;
}
#slider ul li div p {
    font-family: trebuchet ms;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    overflow: hidden;
    padding-top: 15px;
    width: 276px;
}
#slider ul li div p.desplieg {
    float: right;
}
#slider ul li div p.desplieg a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    color: #009999;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 18px;
    margin: 10px 0;
    padding: 4px;
    text-decoration: none;
}

#contenedorprev {

	color: black;
	background-color: #bc6996;
}

#prev {
	background-color: blue;
    color: white;
	border-radius: 6px;
	box-shadow: 2px 2px 1px #6996dc;
	width: 600px;
	margin: 0 auto;
	padding: 10px;

}

#pie {

    background-color: blue;
    color: white;
    width: 344px;
    margin: 0px auto;
    text-align: center;
    padding: 10px 20px; 5px; 
    border-radius: 5px;
    box-shadow: 1px 3px 2px #9669cb;
}