    #carousel {
	margin: 0 0 5px 30px;
	width: 920px;
	position: relative;
    }
    #carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative;
    }
    #carousel li {
	position: relative;
    }
    #carousel li img {
	width: 920px;
	height: 549px;
	margin-top: 0px;
	margin-left: 5px;
    }
    #carousel li a {	
	position: absolute;
	display: block;
	z-index: 2;
	border: none;
	text-indent: -999em;	
    }            
    .clearfix {
        float: none;
        clear: both;
    }
    #carousel .prev, #carousel .next {
	margin-left: 10px;
	width: 15px;
	height: 21px;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 260px;
	background-color: transparent;
	background-image: url("../images/00-plantilla/carrusel-control.png");
	background-repeat: no-repeat;
	background-position: 0 0;
    }
    #carousel .prev {
        background-position:0 0;
        left:-30px;
    }
        #carousel .prev:hover {
            left:-31px;
        }           
    #carousel .next {
        background-position: -18px 0;
        right:-20px;
    }
        #carousel .next:hover {
            right:-21px;
        }                
    #carousel .pager {
        margin:0 auto;
        text-align: center;
    }
    #carousel .pager a {
	margin: 0 5px 0 0;
	text-decoration: none;
	display: inline-block;
	width: 8px;
	height: 8px;
	text-indent: -999em;
	background-color: transparent;
	background-image: url("../images/00-plantilla/carrusel-control.png");
	background-repeat: no-repeat;
	background-position: -2px -32px;
    }
    #carousel .pager a.selected {
	text-decoration: underline;
	background-color: transparent;
	background-image: url("../images/00-plantilla/carrusel-control.png");
	background-repeat: no-repeat;
	background-position: -12px -32px;
    }	
	.proyecto {
	width: 270px;
	bottom: 0;
	left: 0px;
	top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	}
		 #carousel li h2 {
	font-size: 13px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 58px;
	width: 280px;
	}		
	 #carousel li h3 {
	font-size: 13px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 58px;
	width: 280px;
	}	
		 #carousel li h4 {
	font-size: 10px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 58px;
	width: 280px;
	}	
	 #carousel li p {
	font-size: 10px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 58px;
	text-align: justify;
	}
