/*
   Plantilla para Web de SysMAR
   16-nov-2015
*/

@font-face {
    font-family: "BentonSansRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BentonSans-Regular.eot?") format("embedded-opentype"), local('?'), 
	     url("../fonts/BentonSans-Regular.otf"), 
		 url("../fonts/BentonSans-Regular.woff"), 
		 url("../fonts/BentonSans-Regular.ttf") format("truetype"); 
}

@font-face {
    font-family: "BentonSansMedium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BentonSans-Medium.eot?") format("embedded-opentype"), local('?'), 
	     url("../BentonSans-Medium.otf"), 
		 url("../fonts/BentonSans-Medium.woff"), 
		 url("../fonts/BentonSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "BentonSansBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BentonSans-Bold.eot?") format("embedded-opentype"), local('?'), 
	     url("../fonts/BentonSans-Bold.otf"), 
	     url("../fonts/BentonSans-Bold.woff"), 
	     url("../fonts/BentonSans-Bold.ttf") format("truetype");
}