@import url(https://fonts.googleapis.com/css?family=Montserrat);

body, th, td, input, select, textarea
	{
	font-family: Montserrat, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

a, a:visited 
    {
    color: black;
    }

h1
    {
    font-size: 18px;
    margin-top: 30px;
    border-bottom: 2px solid #ebeced;
    height: 24px;
    ;-moz-text-decoration-color: red; /* Code for Firefox */
    }

h2
    {
    font-size: 16px;
    margin-top: 30px;
    color: #2f40b6;
    }

input, textarea
    {
    border: 1px solid #ebeced;
    color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 6px 6px 6px 6px;
    }

.BlueUnderline
    {
    border-bottom: 4px solid #2e40b6;
    }

.CentrarVerticalmente
    {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    }

