@charset "utf-8";
/* CSS Document */

body{	
	font-family: 'KoHo', sans-serif;
}

.Contenido{
	margin-top: 40px;
}

.NoPadding{
	padding: 0px;
	margin: 0px;
}

.Center{
	text-align: center;
}

.Fondo{
	background: #7a878f;
    padding-top: 10px;
}

h1, h2 {
	color: #4a4a4a;
	font-weight: bold !important;
}

.header {
    background-color: #F8F8F8 !important;
	border-bottom: 5px solid #004497 !important
}

.bg-light {
    background-color: transparent !important;
}

#Header{
	margin-bottom: 110px;
}



/* PERSONALIZADOS */
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
}

.Radius25{
    border-radius: 25px;
}

.Border1{
	border: 1px solid #e3e3e3;
}