span {
    float: right;
}

body{
	background-color: #fff;
}

h1{
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-size: 60px;
}

h1 a{
	color: #f6f7e2;
}

legend {
	color: #000;
    text-align: center;
    margin: 40px 0px;
    font-family: 'Amatic SC', cursive;
	font-size: 65px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

span{
	font-family: 'Fjalla One', sans-serif;
	font-size: 21px;
	margin-bottom: 60px;
}

.mt-50-mb-30{
    margin-top: 50px;
    margin-bottom: -30px;
}


.title {
    padding: 70px 0;
    width: 85%;
}

.title-int{
    padding: 50px 0;
}

.ted{
	margin-top: 20px;
}

.call {
    float: right;
    width: 50%;
    margin-top: 30px;
}

.form-control {
    border: none;
    border-radius: 0;
}

.txt-header-mePostulo{
    float: none;
}

.me_postulo{
    width: 500px;
    height: 266px;
    background-image: url(../img/me-postulo.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.me_postulo:hover{
    background-image: url(../img/me-postulo-hover.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.postulo_a{
    width: 500px;
    height: 266px;
    background-image: url(../img/postulo-a.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.postulo_a:hover{
    background-image: url(../img/postulo-a-hover.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.btn-primary {
    color: #333;
    background-color: #50bfd0;
    border-radius: 0px;
    border-color: #50bfd0;
    padding: 12px;
    font-size: 18px;
}

.btn-primary:hover {
    color: #f6f5e1;
    background-color: #1D6F7B;
}

.margin-postulo {
    margin: 0 0 80px 0;
}

.margin-speach{margin: -35px 0px;}

.backfluid{background: #000; padding-bottom: 25px; padding-top: 15px;}


@media (max-width:768px){
    .call{
    	float: left;
    }

    
}

@media (max-width:768px){
    .me_postulo{
        width: 360px;
        height: 200px;
    }


    .postulo_a{
        width: 360px;
        height: 200px;
    }

    .title {
        padding: 40px 0;
        width: 95%;
    }
}

@media (max-width:375px){
    .me_postulo{
        width: 260px;
        height: 150px;
    }


    .postulo_a{
        width: 260px;
        height: 150px;
    }
}

@media (max-width:320px){
    .call{
    	margin-top: 10px;
    	float: left;
    }

}



