    @media screen and (max-width: 1000px) {
        .body #wrapper {
            width:100%;
        }

        .body #gallery {
            width:100%;
        }

        .body #text {
            width:100%;
            height:150px;
            padding:20px 0;
			bottom:50px;
            font-size:14px;
            text-align:center;
            left:0;
            bottom:25px;
        }

        .body .text_header {
            font-size:20px;
        }

        .body .text_small {
            font-size:10px;
        } 
    }

    @media screen and (max-width: 600px) {
        .body #wrapper {
            height:150px;
        }

        .body #gallery {
            height:150px;
			background: rgba(31, 31, 31, 0.7);
        }

        .body #prev, body #next {
            height:300px;
        }
    }

    .body {
        margin:0;
        font-family:sans-serif;
    } 

    #wrapper {
        width:100%;
        height:120px;
        position:relative;
        margin:0 auto;
        padding-top:0px;
    }

    #gallery {
        width:100%;
        height:120px;
 -webkit-filter: brightness(60%);
	-moz-filter: brightness(60%);
	-ms-filter: brightness(60%);
	-o-filter: brightness(60%);
	filter: brightness(60%);
    }

    #indicators_wrapper {
        position:absolute;
        bottom:5px;
        right:50%;
    }

    #indicators {
        height:20px;
        position:relative;
        left:50%;
		display:none;
    }

    #counter {
        width:75px;
        height:50px;
        line-height:50px;
        position:absolute;
        bottom:0;
        right:100px;
        z-index:99;
        color:#FFF;
        text-align:center;
        font-size:22px;
        
    }

    #prev, #next {
        width:50px;
        height:50px;
        position:absolute;
        bottom:0;
        z-index:99;
        font-size:20px;
        color:#FFF;
    }

    #prev {
        right:50px;
    }

    #next {
        right:0;
    }

    #text {

	position: absolute;
    top: 25px;
    left: 7.5%;
	right:8%;
    }

    .text_header {
        font-size:50px;
        padding-left:0px;
		color:white;
		font-family: 'Rhodium Libre', sans-serif;
		bottom:250px;
    }
	
    .text_small {
		color:white;
        padding-top:10px;
        font-size:22px;
		//background:rgba(255,255,255,0.7);
		opacity:0.4;
		//border-top:2px solid orange;
		font-family: 'ubuntu', serif;
    } 

	.titles, .text_small.subtitle1{
	top: 0;
    right: 0;
	position:relative;
	bottom:0px;
	text-align:right
	}
	.text_small.subtitle1{
	padding-top:0 !important;
	}	
	.text_small>.btn{
		font-size:20px;
		background-color:#f38315;
		border:0;
		border-radius:0;
		border-bottom: inset rgba(0,0,0,0.4) 2px;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	}
	
	.text_small>.btn:hover,.text_small.links>.btn:hover{
		background-color:#469de0;
	}
	.text_small.links>.btn{
		font-size:20px;
		background-color:#55acee;
		position:relative;
		top: 100px;
		margin-right:10px;
		margin-left:0;
	}

	.text_small>.licenciaturas{
		text-decoration:none;
		color:white;
	}

	.text_small>.licenciaturas:hover{
		text-decoration:none;
		color:white;
		border-bottom:0px solid #f38315;
	}
	
	.text_header hr{
		position:absolute; 
		background-color:#f38315;
		border: 0;
		height:0px;
		top:30px;
		width:10%; 
	}
	.text_header.titles.subtitle2{
		position:absolute;
		left:0;
		text-align:left;
		bottom:0px;
		top: 0px;
		font-size:14px;
		font-family: 'verdana';
		width:30%;
		//text-transform: uppercase;
		line-height: 2;
		font-weight: lighter;
		color: rgba(255,255,255,0.9);
		
	}
	

/*
	.titles{
	font-size:35px;
   position:absolute;
   position:200px;
   width:500px;
   bottom:185px;
	}	
	.text_small.subtitle1 {
        padding:10px;
        font-size:22px;
		background:rgba(0,0,0,0.);
		position:absolute;
		width:500px;
		//left:600px;
		bottom:-50px;
    }
	.text_small.subtitle2 {
        padding:10px;
        font-size:25px;
		background:rgba(0,0,0,0.2);
		position:absolute;
		left:600px;
		width:500px
		bottom:20px;
    }
	
	
	
	
	
	
	
	