﻿
/*Encabezado de la pagina*/

#Encabezado
{
	height:100px;
	background-color: #DBDBDB;
	margin-bottom: 2px;
	color: black;
	font-size: 16px;

}

#imagen
{
	height:680px;
    background-image: url("../img/BannerPrincipal.jpg");
    background-repeat: no-repeat;
    font-size: 14px;
    text-align: right;
    
}

.img-sct
{
    position: relative;
    align-content: left;
	width: 100%;
    max-height: 100px;
    max-width: 400px;
    left:0%;
}

.form-control{
	font-size: 14px;
}

#btnEntrar{
	margin-top: 30px;
	width: 50%;
}

