.ContCarrera
{
	height: 670px;
    background-image: url(../images/carreras.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.pleca
{
	background-color: rgba(27, 190, 204, 0.80);
    height: 100%;
}
.boxFiles
{
	width: 315px;
    height: 400px;
    background-color: #E5E5E5;
    border-radius: 5px;
    box-shadow: 4px 4px 10px black;
    margin-top: 115px;
    padding-top: 60px;
	float: right;
}
.input1
{
	width: 249px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #B2B2B2;
    margin-bottom: 18px;
    padding-left: 5px;
}
.txtarea1
{
	width: 249px;
    height: 152px;
    border-radius: 5px;
	 border: 1px solid #B2B2B2;
}
.txtc
{
	color: black;
    font-size: 45px;
    font-family: Ubuntu-Medium;
	padding-top: 180px;
	
}
.btnEnviarCarrera 
{
    width: 240px;
    height: 40px;
    background-color: #2CA5BC;
    color: white;
    border-radius: 5px;
    border: 2px solid #2897AD;
}