@font-face {
	font-family: Roboto-Regular;
 	src: url('fonts/Roboto-Regular.ttf');
 	font-weight: 300;
}

@font-face {
	font-family: Roboto-Bold;
 	src: url('fonts/Roboto-Bold.ttf');
 	font-weight: 300;
}

body {
    font-family: 'Roboto-Regular' !important;
}

.FontRoboto {
    font-family: 'Roboto-Regular' !important;
}

.FontRobotoRegular {
    font-family: 'Roboto-Regular' !important;
}

.FontRobotoBold {
    font-family: 'Roboto-Bold' !important;
}

.textoColorMenuAlter {
    color: #efefef !important;
    text-shadow: #111 2px 2px 2px;
}

.textoTamano14 {
    font-size: 20pt !important;
}

.colorFondoRojo {
    background-color: #d7282f !important;
}

.colorTextoRojo {
    color: #d7282f !important;
}

.colorTextoBlanco {
    color: #fff;
}

.colorTextoVerde {
    color: #3CB815 !important;
}

.alto50 {
    height: 50px;
}